summaryrefslogtreecommitdiff
path: root/comphelper/inc
AgeCommit message (Expand)AuthorFilesLines
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara1-0/+14
2012-04-18Add comment describing the meanings of the filter flag bitsTor Lillqvist1-0/+29
2012-04-18callcatcher: update listCaolán McNamara1-13/+0
2012-04-02callcatcher: remove some unused codeCaolán McNamara1-7/+0
2012-03-26removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe2-2/+0
2012-03-20move GetFilterFlags inside ifdef WNTCaolán McNamara1-2/+2
2012-03-16Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens1-20/+20
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann8-2/+24
2012-03-10Correct some mistranslated commentsStefan Knorr (astron)1-2/+2
2012-03-05Translate german comments in core/comphelperTom Thorogood1-2/+2
2012-03-04Removed dead codeMarc-André Laverdière-Papineau1-1/+0
2012-03-04Removed dead codeMarc-André Laverdière-Papineau1-2/+0
2012-02-29move template out of headerCaolán McNamara1-24/+2
2012-02-26add AddFilterNameCheckOwnFile back for WNTMatúš Kukan1-0/+4
2012-02-25Remove unused codeElton Chung10-90/+0
2012-02-25Remove unused code in basegfx, comphelperElton Chung2-20/+0
2012-02-23fdo#45560: Fixed docx textbox borders style and width importCédric Bosdonnat1-0/+1
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann1-18/+15
2012-02-16Clean up AsyncEventNotifier interfaceStephan Bergmann1-10/+1
2012-02-15Various string function clean upStephan Bergmann1-172/+20
2012-02-14comphelper: add getINT64Lionel Elie Mamane1-0/+1
2012-02-10bah, we don't need these after allCaolán McNamara1-60/+0
2012-02-10extend unit test to islowerCaolán McNamara1-0/+30
2012-02-10Remove unused code.Santiago Martinez1-30/+0
2012-02-06Typos in method descriptions.Kohei Yoshida1-2/+2
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-17/+18
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann1-0/+353
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-10/+3
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens1-0/+12
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-2/+20
2012-01-05callcatcher: drop some unused methodsCaolán McNamara1-50/+0
2012-01-03Do not export whole class to avoid MS C++ implicitly exporting base template.Stephan Bergmann1-4/+7
2011-12-22remove some unused codeCaolán McNamara1-7/+0
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara1-73/+0
2011-12-07Remove oooimprovementAugust Sodora1-60/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2-14/+18
2011-12-06comphelper::LifecycleProxy: make writing work:Michael Stahl1-0/+2
2011-12-04Review translation by Mike WhiteleyLionel Elie Mamane1-10/+9
2011-12-04translated some comments from German to EnglishMike Whiteley1-10/+13
2011-12-03move LifecycleProxy out of comphelper::OStorageHelperMichael Stahl1-13/+18
2011-12-03new comphelper::OStorageHelper::GetStreamAtPackageURLMichael Stahl1-0/+4
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-11-29fs34c: #i117625# when assigning events, only throw if there is an invalid typ...mst1-0/+8
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header in comphelperNorbert Thiebaud2-2/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora1-1/+1
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara1-0/+20
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-2/+21
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara1-0/+21
2011-11-22want to match here, not check for equalityCaolán McNamara1-0/+27