summaryrefslogtreecommitdiffstats
path: root/comphelper/source
Commit message (Expand)AuthorAgeFilesLines
* remove some unused codeCaolán McNamara2011-12-221-12/+0
* Removed extra semicolonsJesse2011-12-151-1/+1
* regpathhelper: unused, so we've got to have two of themCaolán McNamara2011-12-141-235/+0
* Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot2011-12-1319-87/+87
* Remove oooimprovementAugust Sodora2011-12-071-680/+0
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-061-7/+9
* comphelper::LifecycleProxy: make writing work:Michael Stahl2011-12-061-0/+15
* move LifecycleProxy out of comphelper::OStorageHelperMichael Stahl2011-12-031-10/+11
* new comphelper::OStorageHelper::GetStreamAtPackageURLMichael Stahl2011-12-031-0/+16
* fs34c: #i117625# when assigning events, only throw if there is an invalid typ...mst2011-11-291-0/+13
* remove include of pch header in comphelperNorbert Thiebaud2011-11-2792-178/+0
* add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara2011-11-231-0/+10
* add stripStart, can replace EraseTrailingCharsCaolán McNamara2011-11-231-0/+31
* add a stripStart, can replace EraseLeadingCharsCaolán McNamara2011-11-231-0/+31
* callcatcher: remove some unused codeCaolán McNamara2011-11-191-26/+1
* add a StringUtils-alike remove (can replace EraseAllChars)Caolán McNamara2011-11-171-0/+31
* String to rtl::OUString.Kohei Yoshida2011-11-151-0/+12
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-143-8/+16
* callcatcher: some unused codeCaolán McNamara2011-11-022-39/+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-241-0/+2
* cppcheck scope reduction comphelper/.. storagehelper.cxxPierre-André Jacquod2011-10-071-1/+1
* conversion operator goneCaolán McNamara2011-10-052-2/+2
* callcatcher: comphelper's unused codeMatúš Kukan2011-10-0311-1412/+0
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-301-0/+3
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+2
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-3/+3
* boost::scoped_ptr is sufficient hereCaolán McNamara2011-09-152-16/+16
* 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-081-0/+115
* Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane2011-09-071-2/+2
* tell me *what* failedCaolán McNamara2011-09-051-6/+16
* various centralized isFOOAsciiStringsCaolán McNamara2011-08-291-16/+29
* remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara2011-08-291-6/+26
* add a helper class to do path resolutionMichael Meeks2011-08-261-0/+53
* callcatcher: and so now unusedCaolán McNamara2011-08-221-62/+0
* callcatcher: post-unotools cleanup this is now unusedCaolán McNamara2011-08-221-21/+0
* unusedeasy: cleanup comphelper::MediaDescriptorJoseph Powers2011-08-181-87/+0
* add more component prefixesMatúš Kukan2011-08-171-1/+1
* Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC buildTor Lillqvist2011-08-173-19/+16
* Less indent level.Kohei Yoshida2011-08-161-24/+26
* Fixed a crash due to invalid index for Sequence.Kohei Yoshida2011-08-161-19/+24
* add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara2011-08-151-0/+44
* ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-151-0/+23
* Let's use std::deque instead of uno::Sequence.Kohei Yoshida2011-08-041-102/+0
* Found one inconsistency between deque and uno::Sequence usages.Kohei Yoshida2011-08-041-2/+2
* Include <functional> for std::unary_function.Kohei Yoshida2011-08-041-0/+1
* Prefer std::for_each to manual looping.Kohei Yoshida2011-08-041-38/+33
* Use rtl::OUStringHash.Kohei Yoshida2011-08-041-1/+1