summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Collapse)Author
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
2011-09-28remove obsolete include guardMichael Meeks
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-17add a pad and truncateCaolán McNamara
2011-09-15boost::scoped_ptr is sufficient hereCaolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12Nested classes need to be marked separately DLLPUBLIC, apparentlyTor Lillqvist
2011-09-12why leak m_pImplCaolán McNamara
2011-09-11Initial DocumentSettingsSerializer implementationMichael Meeks
2011-09-08add chaff to encrypted documentsCaolán McNamara
2011-09-07Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane
Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date.
2011-09-05tell me *what* failedCaolán McNamara
2011-09-02move to comphelper, and renameCaolán McNamara
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-08-29various centralized isFOOAsciiStringsCaolán McNamara