Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-31 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann | |
Change-Id: Ie83cd8392363800bcb1de641b537efdab2910ddd | |||
2012-08-01 | Remove unused code: those classes are unused | Thomas Arnhold | |
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d | |||
2012-07-26 | regression test for CVE-2012-1770 | Caolán McNamara | |
Change-Id: I2c51a128437913c3bb0bc7a59774ff117603dc82 | |||
2012-07-16 | Change form of checking self-assignment + cleaning before assigning | Julien Nabet | |
Change-Id: Idc8e8445b870805b99d2b9434cf1f752c63cc6a0 | |||
2012-07-14 | Check for assignment to self for =operator | Julien Nabet | |
Change-Id: I88369c1b0c6f261e8350d196b56acdc8f8f61ce8 | |||
2012-07-14 | Perform initalization in initialization list | Julien Nabet | |
Change-Id: I103af00b8d4f057ecf427914d35aaa02fcf452ae | |||
2012-07-03 | ditch String::CreateFromAscii | Caolán McNamara | |
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691 | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-29 | Remove include guards | Thomas Arnhold | |
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f | |||
2012-06-27 | Remove unused include files | Thomas Arnhold | |
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988 | |||
2012-06-27 | Remove commented out code | Thomas Arnhold | |
Change-Id: Idbd7ddb3f0a65454c4a82cd421298bee30184a4d | |||
2012-06-26 | removed unused forward declarations of class | Takeshi Abe | |
except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136 | |||
2012-06-07 | nuke dead code | Takeshi Abe | |
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b | |||
2012-06-01 | Targeted string re-work for lotuswordpro filter | Thorsten Behrens | |
Also cleaned up commented code, and a few extraneous temporaries | |||
2012-05-29 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ie527fc87d2ef18e60524ef235c1332fdd02be829 | |||
2012-05-24 | Removed unused SfxMedium::bDirect | Stephan Bergmann | |
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-09 | WaE: silence tedious msvc2008 warnings | Caolán McNamara | |
Change-Id: Iecdc085b9af162ffdc6e0c52ad8a408a0983e088 | |||
2012-05-09 | WaE: C4146 unary operator applied to unsigned type | Caolán McNamara | |
Change-Id: I5326baab63d8ec30a2f7fcb027c4a5a5526acdf0 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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-08 | rename gb_CppunitTest_uses_ure | David Tardon | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | |
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 | clean up | David Tardon | |
2012-04-08 | simplify use of configuration from unit tests | David Tardon | |
2012-04-08 | always use --protector for UNO tests | David Tardon | |
2012-04-08 | drop uses_ure | David Tardon | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | |
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 | gbuild: "use" vs. "add": | Michael Stahl | |
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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-02 | always pass --headless to cppunits | Luboš Luňák | |
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-03-07 | callcatcher: update list | Caolán McNamara | |
2012-03-03 | Avoid temporary rtl::OUString | Julien Nabet | |
2012-03-02 | add a more extensive lotuswordpro sample | Caolán McNamara | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-17 | WaE: uninitialized pCell | Caolán McNamara | |
2012-02-13 | WaE: unreachable code | Tor Lillqvist | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-08 | Added and improved READMEs for modules which used to be in filter | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-26 | Use the right define | Fridrich Štrba | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-30 | Fix for fdo43460 Part XXIV getLength() to isEmpty() | Olivier Hallot | |
Part XXIV Modules lotuswordpro | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-14 | configmgr.component is no longer an old one. | Stephan Bergmann | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |