summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Various string function clean upStephan Bergmann3-398/+20
2012-02-14comphelper: add getINT64Lionel Elie Mamane2-0/+9
2012-02-13Make simplified configuration API available down in comphelperStephan Bergmann2-26/+4
2012-02-13callcatcher: regenerate listCaolán McNamara1-30/+0
2012-02-10bah, we don't need these after allCaolán McNamara2-135/+0
2012-02-10extend unit test to islowerCaolán McNamara3-0/+89
2012-02-10Remove unused code.Santiago Martinez2-45/+0
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich1-0/+1
2012-02-06Typos in method descriptions.Kohei Yoshida1-2/+2
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Some cppcheck cleaningJulien Nabet1-4/+4
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-17/+18
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann4-0/+588
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann10-31/+18
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens1-0/+12
2012-01-15Clang -Wunused-variable.Stephan Bergmann1-1/+0
2012-01-05Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-05catch by const refCaolán McNamara1-43/+45
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara3-2/+66
2012-01-05callcatcher: drop some unused methodsCaolán McNamara2-142/+0
2012-01-03Do not export whole class to avoid MS C++ implicitly exporting base template.Stephan Bergmann2-4/+14
2011-12-22remove some unused codeCaolán McNamara2-19/+0
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara4-310/+0
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot19-87/+87
2011-12-07Remove oooimprovementAugust Sodora4-742/+0
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara4-28/+31
2011-12-06comphelper::LifecycleProxy: make writing work:Michael Stahl2-0/+17
2011-12-04Review translation by Mike WhiteleyLionel Elie Mamane1-10/+9
2011-12-04translated some comments from German to EnglishMike Whiteley1-10/+13
2011-12-03move LifecycleProxy out of comphelper::OStorageHelperMichael Stahl2-23/+29
2011-12-03new comphelper::OStorageHelper::GetStreamAtPackageURLMichael Stahl2-0/+20
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-11-29fs34c: #i117625# when assigning events, only throw if there is an invalid typ...mst2-0/+21
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud2-2/+0
2011-11-27remove include of pch header in comphelperNorbert Thiebaud96-182/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara3-0/+52
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara3-2/+74
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara3-0/+74
2011-11-22want to match here, not check for equalityCaolán McNamara2-0/+46
2011-11-19callcatcher: remove some unused codeCaolán McNamara2-28/+1
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara3-0/+67
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-11-15String to rtl::OUString.Kohei Yoshida2-0/+15