summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-30fdo#38884 Fix setting X position with dbgutil enabledJuergen Funk
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-30Fix fdo#58161 UI: White Paragraph style invisible in Styles Drop-DownJuergen Funk
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-30fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier
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-30Avoid leaking a GtkMenuMatthew J. Francis
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[API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classesStephan Bergmann
<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-30forms: the assigned value is never usedRobert Antoni Buj i Gelonch
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-30forms: remove import from the same packageRobert Antoni Buj i Gelonch
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-30fix windows buildNoel Grandin
after commit c9d4a2887c13a5df244022276dd79a5bef8af0ea "fdo#82577: Handle PolyPolygon" Change-Id: Id7b06bc1889bd84c37b1d4b7ddd542ad1d12ada2
2014-09-30registry: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I9489f90a63d477e8802634e7850d3a3fa8e4d133
2014-09-30package: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: Iac189fef77c930e35cbd20452027662127047e01
2014-09-30mysqlc: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I0eb5f9fab5955d1f5790d3f5d269e069aff1c201
2014-09-30lotuswordpro: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I205b84f6dcb996935bd59ac9927313c6a88066b4
2014-09-30linguistic: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I4eb6a5aee50709093e70d5c4863f0c029d691471
2014-09-30l10ntools: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I595506b8c6d127abaa8d86bd0ed263edba210bb5
2014-09-30idlc: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I0d64c9b2b7aeddfd70541a14c8a325fea9944c39
2014-09-30i18npool: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I084e8dfd026d59374d92d9b4cb45d63af2aea470
2014-09-30framework: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I6ef5e9018d1e33c205eae934c404d3391a4693f2
2014-09-30forms: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: Ia8f045715a508de77c8ce86cf224a3038162faac
2014-09-30extensions: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I2d9d2e145584013d8e94f5aea2ec7732452b240c
2014-09-30desktop: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I450ee7134454321365d9d153522b8942a3d7d811
2014-09-30Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna
Change-Id: I1eb3778e6bcdd8c44ffb9a7548add109331fc83b
2014-09-30SwModelTestBase: include name of document in CPPUNIT_ASSERT msgsMiklos Vajna
Change-Id: Ice6834702419e6d2e8b7eb3051aeea2c9b596249
2014-09-30bnc#584721: invisible text because of wrong color (white)Zolnai Tamás
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-30fix windows buildNoel Grandin
after commit c9d4a2887c13a5df244022276dd79a5bef8af0ea "fdo#82577: Handle PolyPolygon" Change-Id: Iac00779e4f8d94bc93a4112f7ad6abf3db14fad5
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66
2014-09-30fix TDE buildNoel Grandin
after commit 8dbde0845a3989528614addb9bd0333f60c522a5 "fdo#82577: Handle Region" Change-Id: I9c3d0ff72de1d3ff2e5c16cf12869e753ec10857
2014-09-30fdo#84405 TRACK CHANGES: New icons for the changes toolbarYousuf Philips
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-30Removed obsolete Region/QtXRegion nameclash workaroundStephan Bergmann
Change-Id: Iccc59319ff2a7f5612017f4a146928afbac674ee
2014-09-30external/libeot internally uses --std=c99, do not overrule thatStephan Bergmann
Change-Id: Ic265344935b9e2d41f0e054d29b01f352407a493
2014-09-30loplugin: cstylecastNoel Grandin
Change-Id: Ie5cbad7ee18b0ecbca5df97808431be577449c32 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-30cui: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: Iea8b3def77842541129c16346270aa262654fea4
2014-09-30cppuhelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I601fac44b272671b2763b45c5ef284cdd44d5066
2014-09-30cppcanvas: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: Ic4584e4fe22c81c30d110ff65e79217f690f56f0
2014-09-30compilerplugins: get rid of std::auto_ptr in commentStephan Bergmann
Change-Id: Ia2b1bc97f3476da7bfbe659e5160cd5c73c01ce5
2014-09-30codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I205c0908254f13970315f8e159997a5ec2f96ed3
2014-09-30chart2: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: Ia92c18858c8ed7cfc2765cc2310f3bf7bfd7e8df
2014-09-30fix OSX buildNoel Grandin
after commit 19a35bcd5beff8d1fede856c6c4078dd6716c1cf "vcl: cleanup vcl/inc/quartz/salgdi.h" Change-Id: I1f6334cb2751662b81d3ac027982ece4ccac4d34
2014-09-30fdo#82577: Handle RegionNoel Grandin
Put the VCL Region class in the vcl namespace. Avoids clash with the X11 Region typedef. Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291
2014-09-30Use constants for ST_VerticalJc valuesMiklos Vajna
Change-Id: Ib7d2ecfa2c5bcbda55859144af6b55bc8ef09c3d
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I8baa6c0573af3629bacbf1891c3196c165883d9e
2014-09-30WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: Ibcb6abe7162197dec35f4626f158448ff538542f
2014-09-30vcl: fixup last cleanupChris Sherlock
Change-Id: I628b50b3dd7914edcacb571ead226146455f62f1
2014-09-30vcl: cleanup vcl/inc/quartz/salgdi.hChris Sherlock
Change-Id: Ib34aa29bfa191efda8d31486a60ae0e607787387
2014-09-29fdo#79269: sw: more cleanup of SwXStyle's FirstIsShared propertyMichael Stahl
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-29fdo#79269: fix ODF import of style:footer-firstMichael Stahl
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-29sc: fix locking in ScXMLConsolidationContextMichael Stahl
Essentially revert commit 4fa05ecc089a027f243e87f76cc9bcd1f70447e4, plus move the unlock to the dtor for more RAII-ness. Change-Id: Ie5a9cc183626e3f5b005348606bffa69c4be4f7f
2014-09-29Improve debug outputStephan Bergmann
Change-Id: Iba0c35a5bc07ac7b67186c3eeae1a2c926a6bc69
2014-09-29Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layoutStephan Bergmann
Change-Id: I60db70c38d138455230ee56a26d840aa68885b44
2014-09-29Adapt unoinfo to new Mac OS X LibreOffice.app layoutStephan Bergmann
Change-Id: I0e7fc27f558de2af7e860ca2ab2da1952fc85678
2014-09-29Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann
Change-Id: I01a521f5d5104bf2e6046330e2d667155c27a604