summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-09-29LOK: avoid crash when zooming using quadviewMichael Meeks
Change-Id: I89a8c9e44906326976c3dc8057e1637affaf2521
2014-09-29Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann
Change-Id: I4aecc887fc4654618444616ef83ff71266a2f93a
2014-09-29chart2: take the mutex to update the chart structures.Michael Meeks
Change-Id: I8ee6ec81913c008eeb67cd70a2490b523b0d8177
2014-09-29Resolves: fdo#79131 crash in EnhancedCustomShapeTypeNames::GetCaolán McNamara
Change-Id: Ib21a4a1574119120f09d4ecac73b93a0f2f6739f
2014-09-29Rework the Compress Image dialogAdolfo Jayme Barrientos
* 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-29vcl/osx: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: If54aaffc6d88569220c4f1747926aae3199946b8
2014-09-29SwModelTestBase: allow validating only a subset of the test filesMiklos Vajna
Also, as a start, enable export validation for zoom.docx. Change-Id: I4620fbd516eeb4001770a4d69a89e7831566af92
2014-09-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I01999bc1283024bc4a1c380fd765a64b2da8a16a
2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann
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-29test for mso-position-(horizontal|vertical)(-relative) (bnc#884615)Luboš Luňák
Change-Id: I692de6c6d3cf2b932ba96cd9978cf56f75b8cb3e
2014-09-29map FRAME to VML's textLuboš Luňák
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-29map PAGE_PRINT_AREA to VML's marginLuboš Luňák
That's what the code does elsewhere in this file, and also import does it. Change-Id: I30e608f86a9cae66eed48dbb2e719b1455327ae3
2014-09-29proper reading of mso-position-(horizontal|vertical)(-relative)Luboš Luňák
Change-Id: I50f537c697f6e73c1fd150f3f03fc65b85ccbeaf
2014-09-29export in .docx also vml mso-position-(horizontal|vertical)(-relative)Luboš Luňák
Change-Id: I65321bb6244e0e37ef673d726b698c3708711d53
2014-09-29docx ST_VAnchor does not know "column", it should be "text"Luboš Luňák
Change-Id: I3a5ab08e349c5c071373cda2f62e3cea593e263c
2014-09-29Don't try to write into invalid locations on iOS 8Tor Lillqvist
Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5
2014-09-29Pretend the app-specific "Documents" directory is the home directory on iOSTor Lillqvist
Change-Id: If8fda4b27adb2f83cbdfdbb20d90ced77e467a54
2014-09-29More sal source files for debugging convenienceTor Lillqvist
Change-Id: I43f693901e10a81c486c4f4b10c9bb9c70af3448
2014-09-29Add some new source files in vclTor Lillqvist
Change-Id: I2908fd1e93e7aa2a515c152508b66d4de38436e6