summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18reportdesign: Use appropriate OUString functions on string constantsStephan Bergmann7-32/+37
Change-Id: Ia9cfa61c05b4014a504a419ea0367b5ffd5668ce
2014-12-18opencl: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
Change-Id: I0c461fa2c2ac62f9dd63e793f8cbc0c68c510082
2014-12-18oox: Use appropriate OUString functions on string constantsStephan Bergmann7-22/+22
Change-Id: I63db342676e1116c2ed1eef4e27599add0a318c9
2014-12-18lotuswordpro: Use appropriate OUString functions on string constantsStephan Bergmann8-20/+14
Change-Id: I8cccb8e558aba949d64cf9e7b85316d8e2e15865
2014-12-18linguistic: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
Change-Id: I50e17b9de80e826204deeb154b5533b3e87e601c
2014-12-18i18npool: Use appropriate OUString functions on string constantsStephan Bergmann13-17/+17
Change-Id: I6f2fabd9248b1b385439ff5c074342029fb660e0
2014-12-18i18nlangtag: Use appropriate OUString functions on string constantsStephan Bergmann1-31/+31
Change-Id: I0c3a20e1d1273944f1f0f2f886d5d951e916336c
2014-12-18hwpfilter: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
Change-Id: Ib19462d2095ca46eace28e1d3170b559027a2acd
2014-12-18fpicker: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+5
Change-Id: I9be920ec3d9da211daeabe872b02361a0500054a
2014-12-18formula: Use appropriate OUString functions on string constantsStephan Bergmann3-15/+15
Change-Id: I309d46f26a8c74b759add5c2d1edbbe37bc09365
2014-12-18forms: Use appropriate OUString functions on string constantsStephan Bergmann14-45/+45
Change-Id: I1bcd815663c29025da6b3ce50bdf767eef74fe94
2014-12-18filter: Use appropriate OUString functions on string constantsStephan Bergmann7-19/+19
Change-Id: I9b8be418e8ac43eab27ef1f8a80ca09d66524810
2014-12-18extensions: Use appropriate OUString functions on string constantsStephan Bergmann4-7/+6
Change-Id: I4f117b3339753af254768724c38167f3595fbe69
2014-12-18embeddedobj: Use appropriate OUString functions on string constantsStephan Bergmann4-9/+6
Change-Id: I149dd1abf03437bb58829a5f16a8c2aef5eec092
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann5-13/+13
Change-Id: Iab879390c18a3ce2c5bfc49548ca273ce0b907da
2014-12-18dtrans: Use appropriate OUString functions on string constantsStephan Bergmann2-6/+3
Change-Id: I47f5431483f3dfce3bb4d1e956cbe3ab226a1cfc
2014-12-18desktop: Use appropriate OUString functions on string constantsStephan Bergmann11-17/+16
Change-Id: Ie35b3ab2695d9bbfc221b63b6913e21386344a33
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann22-77/+73
Change-Id: I1d63c9123ad985cb3424b0ac0ad30c12e39f8170
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann19-46/+39
Change-Id: I126c587777b7183dfbd9c60cfb0a6a980332a295
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann14-26/+29
Change-Id: I9ca72364cd57fd2da0c6f5f704a3fe494c0a1df5
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann32-104/+104
Change-Id: Ifc28920e69db410b00312e634caba33b0e286b7f
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann14-55/+55
Change-Id: I43f99ba6759b0f8f633af784beaec583dbab0b9e
2014-12-18basctl: Use appropriate OUString functions on string constantsStephan Bergmann3-4/+4
Change-Id: I3e1ff06ac42b53d4cbbdc5a4590bf505d0746d2d
2014-12-18avmedia: Use appropriate OUString functions on string constantsStephan Bergmann9-10/+9
Change-Id: Ie2e2737c1a3eafd9da2472ef354624b67b09ff80
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann62-287/+207
Change-Id: I5da5cd3254102c742021b3e7b4e1f907ca897ca5
2014-12-18Improve documentation how to build the Win32 makeTor Lillqvist1-2/+3
Change-Id: If47512f4a5893e21318f062301a0fd6fcf121cfc
2014-12-18Adapt instructions to VS2013 and 64-bit CygwinTor Lillqvist1-1/+2
Change-Id: Ie6b7ccd3e3a6d459cb44e4d545ceaf4eb26c06bb
2014-12-18Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke2-2/+15
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-18Better (?) fix for deadlock in a situation with an IME and a URP clientTor Lillqvist2-7/+5
This reverts commit 3e5371aba3eb29efb9574881212cba0975c168d7. Change-Id: I9e02a3d72f66a1eabb1f25d95417c855459556cc
2014-12-18XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUStringStephan Bergmann2-9/+21
...which resolves the mystery of 0ba6360363fb73b5b200bbc486ed8eeac5f3d337 "Garbage in, garbage out?" Change-Id: I51f102699d0474872c80392b27f71030b5e3fb59
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann14-47/+39
Change-Id: Id1d5c3cf2f76dbb33606cec1c0f17d4a1f282247
2014-12-18draw also opengl polygon with AA edges if AA is wantedLuboš Luňák2-9/+79
Especially given that lines are sometimes actually drawn using polygons. Change-Id: I429a24faff94f8b9accc20bdee3ff66f47669bde
2014-12-18The touch module, ByteBufferWrapper, and the libotouch library can go away nowTor Lillqvist10-183/+0
Change-Id: I6f4a6679c263ac81d1cf5c66f18782e857da5ff8
2014-12-18No need for libotouch any more hereTor Lillqvist1-6/+0
Change-Id: Ie092b9475e5dbf8d16bc8b02128c3a6858643abd
2014-12-18fix typoTakeshi Abe1-1/+1
Change-Id: I3a1ae61f1d6aff3129937dbf584eaec6b7f002b8
2014-12-18Small tweaks to printing UIAdolfo Jayme Barrientos5-16/+17
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-18Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value"Stephan Bergmann1-13/+0
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-18Kill createScreenCompatibleDeviceUsingBufferTor Lillqvist2-35/+1
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-18android: support building with SDK tools 24Tomaž Vajngerl1-0/+45
Change-Id: I424e81b849d7e0ec5c61eddcc70279e3559885d1
2014-12-18Factor out SvxFontHeightItem::dumpAsXml() from swMiklos Vajna3-8/+16
Change-Id: I8dc3a0ed7bfce62b0d20c6bff143d77c0f26963f
2014-12-18ifix the OpenGL UI config partMarkus Mohrhard2-3/+18
Change-Id: I931a4b618f35188e4e0cca07305ff15bbbacc20a
2014-12-18Work around a Clang trunk (towards 3.6) -Werror,-Wunused-valueStephan Bergmann1-0/+13
Change-Id: I3ee32c5bd379bb851f8f255faa93d96227dcff84
2014-12-18ICONS: add large icons for .uno:GraphicDialog for use in image toolbarYousuf Philips5-1/+4
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-18Related fdo#86929: Kill FOREACHPAM_START for good (final part)Julien Nabet4-40/+39
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-18fdo#39440 reduce scope of local variablesMichael Weghorn10-44/+26
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-18remove if-block that has no effectMichael Weghorn1-7/+0
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-18fdo#39468 translate German commentsMichael Weghorn6-45/+38
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-18fdo#39440 reduce scope of local variablesMichael Weghorn6-68/+32
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-18LEM TODO noteLionel Elie Mamane1-0/+1
Change-Id: If082f723383da72eac75ca660203aea2a33a7526
2014-12-18bCategoriesUsed is always false at this pointLionel Elie Mamane1-1/+1
Change-Id: I7e6851ce3f24ef3c5051eb7431b6aa1df845836d