Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-10 | Revert comphelper unit test noadditional change (gr2) | Thorsten Behrens | |
This reverts commit b5984e292401e87f68343e1bf8a565b622c3b4b7. Commit broke all tinderboxen. | |||
2011-03-10 | graphite2 consolidated patch | Martin Hosken | |
2011-03-10 | revert bad patch in graphite consolidated patch | Martin Hosken | |
2011-03-10 | graphite2 consolidated patch | Martin Hosken | |
2011-03-04 | Remove bogus and useless comments. | Guillaume Poussel | |
Signed-off-by: Luboš Luňák <l.lunak@suse.cz> | |||
2011-02-26 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-02-26 | WaE: suggest parentheses around '&&' within '||' | David Tardon | |
2011-02-26 | Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) | Thomas Arnhold | |
2011-02-18 | tidy this up and be consistent | Caolán McNamara | |
2011-02-18 | Use decimalStringToNumber for natural comparison | Sébastien Le Ray | |
2011-02-18 | Added comphelper::string::decimalStringToNumber | Sébastien Le Ray | |
2011-02-16 | Cleanup in comphelper unit tests. | Sébastien Le Ray | |
2011-02-14 | squeeze these down in case of StringCompare casting | Caolán McNamara | |
2011-02-14 | we can make this const | Caolán McNamara | |
2011-02-14 | Adjust this to use a Collator to do the string compare | Caolán McNamara | |
And a break-iterator to break it up into string/digit sections. A bit over engineered I guess. | |||
2011-02-14 | move this (cool) natural sort into comphelper | Caolán McNamara | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba | |
2011-02-08 | Fix comphelper parallel build, so that the tests may run. | Jan Holesovsky | |
2011-02-07 | actually enable the STL adaptation | David Tardon | |
2011-02-07 | TESTSHL2LIB does not exist anymore | David Tardon | |
2011-02-07 | add (pre|post)extstl.h around cppunit headers | David Tardon | |
2011-02-07 | Removed odd line. | Wilhelm Pflueger | |
2011-02-07 | Re-animated tests that were based on deprecated testshl. | Wilhelm Pflueger | |
2011-02-06 | Remove dead code | Thomas Arnhold | |
2011-02-06 | Correct OSL_DEBUG_LEVEL usage | Thomas Arnhold | |
- 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-04 | Remove the #include guards. The .hxx file has it's own guards. | Joseph Powers | |
Also add #include <vector> to work around a boost issue. | |||
2011-02-04 | use boost::hash instead of std::hash | Fridrich Strba | |
2011-02-04 | Bulk move libs-gui to boost unordered containers | Fridrich Strba | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | |
2011-01-26 | fix for fdo#32561# crash when moving through database types | Caolán McNamara | |
2011-01-25 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-24 | Remove FS_PRIV_DEBUG directive. | Thomas Arnhold | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-21 | Remove old RCS lines. | Thomas Arnhold | |
2011-01-20 | Replace suitable equalsAscii calls with equalsAsciiL. | Thomas Arnhold | |
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'. | |||
2011-01-06 | cppunit: prefer prefix variant | Caolán McNamara | |
2011-01-01 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-05 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | |
2010-11-20 | EasyHack: RTL conversion from createFromAscii | Kevin Hunter | |
2010-11-17 | drop unused methods | Caolán McNamara | |
2010-11-17 | unused header | Caolán McNamara | |
2010-11-17 | micro-optimize, drop unused headers and lose some unused symbols | Caolán McNamara | |
2010-11-17 | remove archaic SGI header guards | Caolán McNamara | |
2010-11-15 | Docx Export: fixed some elements ordering problem | Cédric Bosdonnat | |
Nested elements that weren't in the order sequence weren't appended to the parent... and then skipped. | |||
2010-10-28 | add modelines to .h and .c files as well | Caolán McNamara | |
2010-10-25 | Finally, gut the vos module out of the build | Norbert Thiebaud | |
2010-10-25 | convert vos/process.hxx and related API | Norbert Thiebaud | |