summaryrefslogtreecommitdiff
path: root/comphelper/source
AgeCommit message (Expand)AuthorFilesLines
2012-05-17reduce static_initialization_and_destruction chainCaolán McNamara1-12/+3
2012-04-18callcatcher: update listCaolán McNamara1-6/+0
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-7/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-6/+6
2012-04-02callcatcher: remove some unused codeCaolán McNamara1-16/+0
2012-03-29Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet1-8/+8
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-3/+3
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe2-2/+0
2012-03-20move GetFilterFlags inside ifdef WNTCaolán McNamara1-26/+26
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+2
2012-03-10Correct some mistranslated commentsStefan Knorr (astron)3-7/+7
2012-03-05Translate german comments in core/comphelperTom Thorogood4-67/+62
2012-03-04Removed dead codeMarc-André Laverdière-Papineau1-6/+0
2012-03-04Removed dead codeMarc-André Laverdière-Papineau1-5/+0
2012-02-29move template out of headerCaolán McNamara1-0/+37
2012-02-26add AddFilterNameCheckOwnFile back for WNTMatúš Kukan1-0/+18
2012-02-25Remove unused codeElton Chung10-210/+0
2012-02-25Remove unused code in basegfx, comphelperElton Chung2-28/+0
2012-02-23fdo#45560: Fixed docx textbox borders style and width importCédric Bosdonnat1-0/+2
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann1-34/+3
2012-02-19Get rid of size() == 0Elton Chung1-2/+2
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2012-02-16Clean up AsyncEventNotifier interfaceStephan Bergmann1-2/+2
2012-02-15Various string function clean upStephan Bergmann1-120/+0
2012-02-14comphelper: add getINT64Lionel Elie Mamane1-0/+8
2012-02-13Make simplified configuration API available down in comphelperStephan Bergmann1-25/+3
2012-02-13callcatcher: regenerate listCaolán McNamara1-30/+0
2012-02-10extend unit test to islowerCaolán McNamara1-0/+15
2012-02-10Remove unused code.Santiago Martinez1-15/+0
2012-02-05Some cppcheck cleaningJulien Nabet1-4/+4
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann1-0/+233
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann9-21/+15
2012-01-15Clang -Wunused-variable.Stephan Bergmann1-1/+0
2012-01-05Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-05catch by const refCaolán McNamara1-43/+45
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-0/+29
2012-01-05callcatcher: drop some unused methodsCaolán McNamara1-92/+0
2012-01-03Do not export whole class to avoid MS C++ implicitly exporting base template.Stephan Bergmann1-0/+7
2011-12-22remove some unused codeCaolán McNamara1-12/+0
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara1-235/+0
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot19-87/+87
2011-12-07Remove oooimprovementAugust Sodora1-680/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-7/+9
2011-12-06comphelper::LifecycleProxy: make writing work:Michael Stahl1-0/+15
2011-12-03move LifecycleProxy out of comphelper::OStorageHelperMichael Stahl1-10/+11
2011-12-03new comphelper::OStorageHelper::GetStreamAtPackageURLMichael Stahl1-0/+16
2011-11-29fs34c: #i117625# when assigning events, only throw if there is an invalid typ...mst1-0/+13
2011-11-27remove include of pch header in comphelperNorbert Thiebaud92-178/+0
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara1-0/+10