Age | Commit message (Expand) | Author | Files | Lines |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | 1 | -1/+1 |
2012-02-19 | Get rid of size() == 0 | Elton Chung | 1 | -2/+2 |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | 1 | -2/+2 |
2012-02-16 | Clean up AsyncEventNotifier interface | Stephan Bergmann | 2 | -12/+3 |
2012-02-15 | Various string function clean up | Stephan Bergmann | 3 | -398/+20 |
2012-02-14 | comphelper: add getINT64 | Lionel Elie Mamane | 2 | -0/+9 |
2012-02-13 | Make simplified configuration API available down in comphelper | Stephan Bergmann | 2 | -26/+4 |
2012-02-13 | callcatcher: regenerate list | Caolán McNamara | 1 | -30/+0 |
2012-02-10 | bah, we don't need these after all | Caolán McNamara | 2 | -135/+0 |
2012-02-10 | extend unit test to islower | Caolán McNamara | 3 | -0/+89 |
2012-02-10 | Remove unused code. | Santiago Martinez | 2 | -45/+0 |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | 1 | -0/+1 |
2012-02-06 | Typos in method descriptions. | Kohei Yoshida | 1 | -2/+2 |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | 1 | -4/+4 |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | 1 | -17/+18 |
2012-01-31 | Move unotools/configuration.hxx to comphelper | Stephan Bergmann | 4 | -0/+588 |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 10 | -31/+18 |
2012-01-17 | Switch flag sequence of OpenCommandArg3 to NamedValue. | Thorsten Behrens | 1 | -0/+12 |
2012-01-15 | Clang -Wunused-variable. | Stephan Bergmann | 1 | -1/+0 |
2012-01-05 | Fix for fdo43460 Part VII getLength() to isEmpty() | Olivier Hallot | 1 | -1/+1 |
2012-01-05 | catch by const ref | Caolán McNamara | 1 | -43/+45 |
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | 3 | -2/+66 |
2012-01-05 | callcatcher: drop some unused methods | Caolán McNamara | 2 | -142/+0 |
2012-01-03 | Do not export whole class to avoid MS C++ implicitly exporting base template. | Stephan Bergmann | 2 | -4/+14 |
2011-12-22 | remove some unused code | Caolán McNamara | 2 | -19/+0 |
2011-12-15 | Removed extra semicolons | Jesse | 1 | -1/+1 |
2011-12-14 | regpathhelper: unused, so we've got to have two of them | Caolán McNamara | 4 | -310/+0 |
2011-12-13 | Fix for fdo43460 Part VII getLength() to isEmpty() | Olivier Hallot | 19 | -87/+87 |
2011-12-07 | Remove oooimprovement | August Sodora | 4 | -742/+0 |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | 4 | -28/+31 |
2011-12-06 | comphelper::LifecycleProxy: make writing work: | Michael Stahl | 2 | -0/+17 |
2011-12-04 | Review translation by Mike Whiteley | Lionel Elie Mamane | 1 | -10/+9 |
2011-12-04 | translated some comments from German to English | Mike Whiteley | 1 | -10/+13 |
2011-12-03 | move LifecycleProxy out of comphelper::OStorageHelper | Michael Stahl | 2 | -23/+29 |
2011-12-03 | new comphelper::OStorageHelper::GetStreamAtPackageURL | Michael Stahl | 2 | -0/+20 |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | 1 | -1/+1 |
2011-11-29 | fs34c: #i117625# when assigning events, only throw if there is an invalid typ... | mst | 2 | -0/+21 |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | 2 | -63/+0 |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | 2 | -2/+0 |
2011-11-27 | remove include of pch header in comphelper | Norbert Thiebaud | 96 | -182/+0 |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | 1 | -2/+0 |
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | 1 | -1/+1 |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | 1 | -1/+1 |
2011-11-23 | add string::strip, can replace EraseLeadingAndTrailingChars | Caolán McNamara | 3 | -0/+52 |
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara | 3 | -2/+74 |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | 3 | -0/+74 |
2011-11-22 | want to match here, not check for equality | Caolán McNamara | 2 | -0/+46 |