summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2011-11-02callcatcher: some unused codeCaolán McNamara
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn...Stephan Bergmann
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
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
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
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
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-26add a helper class to do path resolutionMichael Meeks
2011-08-22callcatcher: and so now unusedCaolán McNamara
2011-08-22callcatcher: post-unotools cleanup this is now unusedCaolán McNamara
2011-08-21Rename List -> WeakReferenceListJoseph Powers
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-18unusedeasy: cleanup comphelper::MediaDescriptorJoseph Powers
2011-08-17add more component prefixesMatúš Kukan
2011-08-17Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC buildTor Lillqvist
2011-08-17add and use a matchLCaolán McNamara
2011-08-16Less indent level.Kohei Yoshida
2011-08-16Fixed a crash due to invalid index for Sequence.Kohei Yoshida
2011-08-15rename testCaolán McNamara
2011-08-15add a getToken wrapper for extracting a single token painlesslyCaolán McNamara
2011-08-15add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara
2011-08-15restore cppunit test (yet again)Caolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
2011-08-11Removed the rest of FORWARD_DECLARE_INTERFACE.Kohei Yoshida
2011-08-11fix more -fpermissive compile errors from trunck gccTom Tromey
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-04Let's use std::deque instead of uno::Sequence.Kohei Yoshida
2011-08-04Found one inconsistency between deque and uno::Sequence usages.Kohei Yoshida
2011-08-04Include <functional> for std::unary_function.Kohei Yoshida
2011-08-04Prefer std::for_each to manual looping.Kohei Yoshida
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe