summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* 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
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* 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
| | | | | | | Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date.
* 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
| | | | includes horrible lifecycle stack workaround for free.
* 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
| | | | Just to clearify which List we're talking about.
* 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
| | | | | Always pass the value to search for of type equal to what the iterators return.
* 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
| | | | With this, 3.81 sec -> 1.2 sec.
* 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
| | | | | shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
* 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
| | | | This makes things a little simpler.
* Found one inconsistency between deque and uno::Sequence usages.Kohei Yoshida2011-08-041-2/+2
| | | | ListenerType vs ScriptType. Also, deque supports clear().
* Include <functional> for std::unary_function.Kohei Yoshida2011-08-041-0/+1
| | | | | Mac build fails without this, apparently, accordingly to Norbert's tinderbox log.
* 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
| |
| * callcatcher: remove unused GetTemporaryStorageOfFormatCaolán McNamara2011-07-192-25/+0
| |