summaryrefslogtreecommitdiffstats
path: root/comphelper/source
Commit message (Expand)AuthorAgeFilesLines
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-171-12/+3
* callcatcher: update listCaolán McNamara2012-04-181-6/+0
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-7/+6
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-6/+6
* callcatcher: remove some unused codeCaolán McNamara2012-04-021-16/+0
* Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet2012-03-291-8/+8
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-291-3/+3
* removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe2012-03-282-2/+0
* move GetFilterFlags inside ifdef WNTCaolán McNamara2012-03-201-26/+26
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+2
* Correct some mistranslated commentsStefan Knorr (astron)2012-03-103-7/+7
* Translate german comments in core/comphelperTom Thorogood2012-03-054-67/+62
* Removed dead codeMarc-André Laverdière-Papineau2012-03-041-6/+0
* Removed dead codeMarc-André Laverdière-Papineau2012-03-041-5/+0
* move template out of headerCaolán McNamara2012-02-291-0/+37
* add AddFilterNameCheckOwnFile back for WNTMatúš Kukan2012-02-261-0/+18
* Remove unused codeElton Chung2012-02-2510-210/+0
* Remove unused code in basegfx, comphelperElton Chung2012-02-252-28/+0
* fdo#45560: Fixed docx textbox borders style and width importCédric Bosdonnat2012-02-231-0/+2
* Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann2012-02-231-34/+3
* Get rid of size() == 0Elton Chung2012-02-191-2/+2
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-2/+2
* Clean up AsyncEventNotifier interfaceStephan Bergmann2012-02-161-2/+2
* Various string function clean upStephan Bergmann2012-02-151-120/+0
* comphelper: add getINT64Lionel Elie Mamane2012-02-141-0/+8
* Make simplified configuration API available down in comphelperStephan Bergmann2012-02-131-25/+3
* callcatcher: regenerate listCaolán McNamara2012-02-131-30/+0
* extend unit test to islowerCaolán McNamara2012-02-101-0/+15
* Remove unused code.Santiago Martinez2012-02-101-15/+0
* Some cppcheck cleaningJulien Nabet2012-02-051-4/+4
* Move unotools/configuration.hxx to comphelperStephan Bergmann2012-01-311-0/+233
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-219-21/+15
* Clang -Wunused-variable.Stephan Bergmann2012-01-151-1/+0
* Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot2012-01-051-1/+1
* catch by const refCaolán McNamara2012-01-051-43/+45
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-0/+29
* callcatcher: drop some unused methodsCaolán McNamara2012-01-051-92/+0
* Do not export whole class to avoid MS C++ implicitly exporting base template.Stephan Bergmann2012-01-031-0/+7
* 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