summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* remove include of pch header in comphelperNorbert Thiebaud2011-11-2796-182/+0
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
* Remove some uses of OUString::setCharAtAugust Sodora2011-11-261-1/+1
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
* add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara2011-11-233-0/+52
* add stripStart, can replace EraseTrailingCharsCaolán McNamara2011-11-233-2/+74
* add a stripStart, can replace EraseLeadingCharsCaolán McNamara2011-11-233-0/+74
* want to match here, not check for equalityCaolán McNamara2011-11-222-0/+46
* callcatcher: remove some unused codeCaolán McNamara2011-11-192-28/+1
* add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara2011-11-173-0/+67
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
* String to rtl::OUString.Kohei Yoshida2011-11-152-0/+15
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-144-8/+27
* reported compile failure, possible sal_Int32 is long on 32bit vs intCaolán McNamara2011-11-101-4/+4
* an indexOfL would be usefulCaolán McNamara2011-11-102-0/+42
* callcatcher: some unused codeCaolán McNamara2011-11-024-45/+0
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn...Stephan Bergmann2011-10-242-44/+6
* Some warning cleanup (found with trunk Clang).Stephan Bergmann2011-10-242-1/+4
* Simplified comphelper::OSequenceIterator and its uses.Stephan Bergmann2011-10-191-10/+4
* cppcheck scope reduction comphelper/.. storagehelper.cxxPierre-André Jacquod2011-10-071-1/+1
* conversion operator goneCaolán McNamara2011-10-052-2/+2
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
* callcatcher: comphelper's unused codeMatúš Kukan2011-10-0324-1877/+0
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-304-0/+12
* fix trunk gcc compile errorsMatúš Kukan2011-09-291-1/+1
* remove obsolete include guardMichael Meeks2011-09-281-3/+1
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-222-8/+9
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-3/+3
* add a pad and truncateCaolán McNamara2011-09-171-3/+81
* boost::scoped_ptr is sufficient hereCaolán McNamara2011-09-152-16/+16
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann2011-09-123-1/+9
* Nested classes need to be marked separately DLLPUBLIC, apparentlyTor Lillqvist2011-09-121-1/+1
* why leak m_pImplCaolán McNamara2011-09-121-3/+6
* Initial DocumentSettingsSerializer implementationMichael Meeks2011-09-111-1/+2
* add chaff to encrypted documentsCaolán McNamara2011-09-084-0/+163
* Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane2011-09-072-4/+4
* tell me *what* failedCaolán McNamara2011-09-051-6/+16
* move to comphelper, and renameCaolán McNamara2011-09-021-0/+66
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-291-1/+11
* various centralized isFOOAsciiStringsCaolán McNamara2011-08-293-19/+86
* remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara2011-08-293-12/+103
* add a helper class to do path resolutionMichael Meeks2011-08-262-0/+73
* callcatcher: and so now unusedCaolán McNamara2011-08-224-147/+0
* callcatcher: post-unotools cleanup this is now unusedCaolán McNamara2011-08-222-59/+0
* Rename List -> WeakReferenceListJoseph Powers2011-08-211-3/+3
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
* unusedeasy: cleanup comphelper::MediaDescriptorJoseph Powers2011-08-182-102/+0
* add more component prefixesMatúš Kukan2011-08-172-2/+2
* Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC buildTor Lillqvist2011-08-174-32/+16
* add and use a matchLCaolán McNamara2011-08-171-0/+23