summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* Less indent level.Kohei Yoshida2011-08-161-24/+26
* Fixed a crash due to invalid index for Sequence.Kohei Yoshida2011-08-161-19/+24
* rename testCaolán McNamara2011-08-151-3/+3
* add a getToken wrapper for extracting a single token painlesslyCaolán McNamara2011-08-152-0/+58
* add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara2011-08-153-1/+98
* restore cppunit test (yet again)Caolán McNamara2011-08-154-42/+65
* ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-152-0/+44
* Removed the rest of FORWARD_DECLARE_INTERFACE.Kohei Yoshida2011-08-111-15/+0
* fix more -fpermissive compile errors from trunck gccTom Tromey2011-08-111-1/+1
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-104-4/+4
* 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
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
* Use rtl::OUStringHash.Kohei Yoshida2011-08-042-7/+1
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-304-1/+7
* resyncing to masterBjoern Michaelsen2011-07-219-133/+79
|\
| * Drop macros from componentmodule.hxxMatúš Kukan2011-07-214-95/+73