summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Collapse)Author
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue.
2012-01-15Clang -Wunused-variable.Stephan Bergmann
2012-01-05Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot
Part VII Module comphelper
2012-01-05catch by const refCaolán McNamara
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-05callcatcher: drop some unused methodsCaolán McNamara
2012-01-03Do not export whole class to avoid MS C++ implicitly exporting base template.Stephan Bergmann
2011-12-22remove some unused codeCaolán McNamara
2011-12-15Removed extra semicolonsJesse
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot
Part VII Module comphelper
2011-12-07Remove oooimprovementAugust Sodora
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-06comphelper::LifecycleProxy: make writing work:Michael Stahl
The storage implementation forgets any writes unless all storages are committed.
2011-12-04Review translation by Mike WhiteleyLionel Elie Mamane
2011-12-04translated some comments from German to EnglishMike Whiteley
2011-12-03move LifecycleProxy out of comphelper::OStorageHelperMichael Stahl
... so it can be forward declared
2011-12-03new comphelper::OStorageHelper::GetStreamAtPackageURLMichael Stahl
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-11-29fs34c: #i117625# when assigning events, only throw if there is an invalid ↵mst
type given, *not* if the type is correct, but the sequence is merely empty * found as LGPLv3-only fix at svn rev 1172123 (http://svn.apache.org/viewvc?view=revision&revision=1172123)
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header in comphelperNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-22want to match here, not check for equalityCaolán McNamara
2011-11-19callcatcher: remove some unused codeCaolán McNamara
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15String to rtl::OUString.Kohei Yoshida
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-11-10reported compile failure, possible sal_Int32 is long on 32bit vs intCaolán McNamara
2011-11-10an indexOfL would be usefulCaolán McNamara
2011-11-02callcatcher: some unused codeCaolán McNamara
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-24Some warning cleanup (found with trunk Clang).Stephan Bergmann
2011-10-19Simplified comphelper::OSequenceIterator and its uses.Stephan Bergmann
2011-10-07cppcheck scope reduction comphelper/.. storagehelper.cxxPierre-André Jacquod
2011-10-05conversion operator goneCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-03callcatcher: comphelper's unused codeMatúš Kukan
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29fix trunk gcc compile errorsMatúš Kukan