summaryrefslogtreecommitdiff
path: root/comphelper/source
AgeCommit message (Expand)AuthorFilesLines
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara1-235/+0
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot19-87/+87
2011-12-07Remove oooimprovementAugust Sodora1-680/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-7/+9
2011-12-06comphelper::LifecycleProxy: make writing work:Michael Stahl1-0/+15
2011-12-03move LifecycleProxy out of comphelper::OStorageHelperMichael Stahl1-10/+11
2011-12-03new comphelper::OStorageHelper::GetStreamAtPackageURLMichael Stahl1-0/+16
2011-11-29fs34c: #i117625# when assigning events, only throw if there is an invalid typ...mst1-0/+13
2011-11-27remove include of pch header in comphelperNorbert Thiebaud92-178/+0
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara1-0/+10
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-0/+31
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara1-0/+31
2011-11-19callcatcher: remove some unused codeCaolán McNamara1-26/+1
2011-11-17add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara1-0/+31
2011-11-15String to rtl::OUString.Kohei Yoshida1-0/+12
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann3-8/+16
2011-11-02callcatcher: some unused codeCaolán McNamara2-39/+0
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn...Stephan Bergmann2-44/+6
2011-10-24Some warning cleanup (found with trunk Clang).Stephan Bergmann1-0/+2
2011-10-07cppcheck scope reduction comphelper/.. storagehelper.cxxPierre-André Jacquod1-1/+1
2011-10-05conversion operator goneCaolán McNamara2-2/+2
2011-10-03callcatcher: comphelper's unused codeMatúš Kukan11-1412/+0
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+3
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+2
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-3/+3
2011-09-15boost::scoped_ptr is sufficient hereCaolán McNamara2-16/+16
2011-09-12why leak m_pImplCaolán McNamara1-3/+6
2011-09-11Initial DocumentSettingsSerializer implementationMichael Meeks1-1/+2
2011-09-08add chaff to encrypted documentsCaolán McNamara1-0/+115
2011-09-07Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane1-2/+2
2011-09-05tell me *what* failedCaolán McNamara1-6/+16
2011-08-29various centralized isFOOAsciiStringsCaolán McNamara1-16/+29
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara1-6/+26
2011-08-26add a helper class to do path resolutionMichael Meeks1-0/+53
2011-08-22callcatcher: and so now unusedCaolán McNamara1-62/+0
2011-08-22callcatcher: post-unotools cleanup this is now unusedCaolán McNamara1-21/+0
2011-08-18unusedeasy: cleanup comphelper::MediaDescriptorJoseph Powers1-87/+0
2011-08-17add more component prefixesMatúš Kukan1-1/+1
2011-08-17Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC buildTor Lillqvist3-19/+16
2011-08-16Less indent level.Kohei Yoshida1-24/+26
2011-08-16Fixed a crash due to invalid index for Sequence.Kohei Yoshida1-19/+24
2011-08-15add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara1-0/+44
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara1-0/+23
2011-08-04Let's use std::deque instead of uno::Sequence.Kohei Yoshida1-102/+0
2011-08-04Found one inconsistency between deque and uno::Sequence usages.Kohei Yoshida1-2/+2
2011-08-04Include <functional> for std::unary_function.Kohei Yoshida1-0/+1
2011-08-04Prefer std::for_each to manual looping.Kohei Yoshida1-38/+33
2011-08-04Use rtl::OUStringHash.Kohei Yoshida1-1/+1
2011-07-21Drop macros from componentmodule.hxxMatúš Kukan3-3/+73