summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Collapse)AuthorAgeFilesLines
* move GetFilterFlags inside ifdef WNTCaolán McNamara2012-03-202-28/+28
|
* Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens2012-03-161-20/+20
| | | | Did I mention I hate boilerplate copied all over the place? ;)
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-149-2/+26
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* Correct some mistranslated commentsStefan Knorr (astron)2012-03-104-9/+9
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-102-2/+2
|
* Translate german comments in core/comphelperTom Thorogood2012-03-055-69/+64
|
* Removed dead codeMarc-André Laverdière-Papineau2012-03-042-7/+0
|
* Removed dead codeMarc-André Laverdière-Papineau2012-03-042-7/+0
|
* move template out of headerCaolán McNamara2012-02-292-24/+39
|
* add AddFilterNameCheckOwnFile back for WNTMatúš Kukan2012-02-262-0/+22
|
* Remove unused codeElton Chung2012-02-2520-300/+0
|
* Remove unused code in basegfx, comphelperElton Chung2012-02-254-48/+0
|
* fdo#45560: Fixed docx textbox borders style and width importCédric Bosdonnat2012-02-232-0/+3
|
* Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann2012-02-234-55/+22
|
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* Get rid of size() == 0Elton Chung2012-02-191-2/+2
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-2/+2
| | | | to equalsIgnoreAsciiCaseAscii("...")
* Clean up AsyncEventNotifier interfaceStephan Bergmann2012-02-162-12/+3
|
* Various string function clean upStephan Bergmann2012-02-153-398/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
* comphelper: add getINT64Lionel Elie Mamane2012-02-142-0/+9
|
* Make simplified configuration API available down in comphelperStephan Bergmann2012-02-132-26/+4
|
* callcatcher: regenerate listCaolán McNamara2012-02-131-30/+0
|
* bah, we don't need these after allCaolán McNamara2012-02-102-135/+0
|
* extend unit test to islowerCaolán McNamara2012-02-103-0/+89
|
* Remove unused code.Santiago Martinez2012-02-102-45/+0
|
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
|
* Typos in method descriptions.Kohei Yoshida2012-02-061-2/+2
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Some cppcheck cleaningJulien Nabet2012-02-051-4/+4
|
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-17/+18
|
* Move unotools/configuration.hxx to comphelperStephan Bergmann2012-01-314-0/+588
| | | | ...so that other code in comphelper can use it.
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2110-31/+18
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens2012-01-171-0/+12
| | | | | Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue.
* Clang -Wunused-variable.Stephan Bergmann2012-01-151-1/+0
|
* Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot2012-01-051-1/+1
| | | | | | Part VII Module comphelper
* catch by const refCaolán McNamara2012-01-051-43/+45
|
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-053-2/+66
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* callcatcher: drop some unused methodsCaolán McNamara2012-01-052-142/+0
|
* Do not export whole class to avoid MS C++ implicitly exporting base template.Stephan Bergmann2012-01-032-4/+14
|
* remove some unused codeCaolán McNamara2011-12-222-19/+0
|
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* regpathhelper: unused, so we've got to have two of themCaolán McNamara2011-12-144-310/+0
|
* Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot2011-12-1319-87/+87
| | | | | | Part VII Module comphelper
* Remove oooimprovementAugust Sodora2011-12-074-742/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-064-28/+31
|
* comphelper::LifecycleProxy: make writing work:Michael Stahl2011-12-062-0/+17
| | | | | The storage implementation forgets any writes unless all storages are committed.
* Review translation by Mike WhiteleyLionel Elie Mamane2011-12-041-10/+9
|
* translated some comments from German to EnglishMike Whiteley2011-12-041-10/+13
|
* move LifecycleProxy out of comphelper::OStorageHelperMichael Stahl2011-12-032-23/+29
| | | | ... so it can be forward declared