summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2018-01-17comphelper: put some include guards around stark naked headerMichael Stahl1-0/+5
2018-01-16tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl1-0/+1
2018-01-13tdf#114550: load back PGP encrypted filesThorsten Behrens1-0/+3
2017-12-04tdf#113696 Add mimetype to image elementSamuel Mehrbrodt1-0/+8
2017-11-29tdf#109202: Convert images to desired format in (f)odt filterKatarina Behrens1-0/+27
2017-11-18silence some coverity warningsCaolán McNamara1-1/+1
2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini1-7/+2
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini1-6/+0
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann1-2/+6
2017-11-11Remove unnecessary makePropertyValue specialization for AnyStephan Bergmann1-12/+0
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann1-1/+1
2017-11-09loplugin:finalclasses in comphelperNoel Grandin4-24/+8
2017-11-09use rtl::Reference for SlaveDataNoel Grandin1-3/+2
2017-11-04Make Windows error reporting more robustMike Kaganski1-2/+2
2017-11-03-Werror,-Wsign-compare (clang-cl)Stephan Bergmann1-1/+1
2017-11-02Improve failed HRESULT reporting on debugMike Kaganski1-0/+23
2017-10-30clang-tidy modernize-use-equals-default in comphelperJochen Nitschke1-2/+0
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin7-11/+11
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-5/+3
2017-10-17correct wrong doxygen syntax; also comments clean-upKorrawit Pruegsanusak1-8/+9
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-1/+2
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann1-1/+1
2017-10-03LOK: getSpellLanguages() is not necessary in comphelper in the end.Jan Holesovsky1-5/+0
2017-10-03lok: use getCommandValues to obtain a list of languagesHenry Castro1-0/+5
2017-10-02lokdialog: Dialog invalidation supportPranav Kant1-0/+4
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-1/+1
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin1-1/+1
2017-09-27tdf#75757 comphelper: avoid STL inheritance in SequenceAsHashMapMiklos Vajna1-12/+73
2017-09-25Fix typosAndrea Gelmini1-4/+4
2017-09-19it's spelled "facade"Michael Stahl1-1/+1
2017-09-19Fix typosAndrea Gelmini1-1/+1
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski1-8/+64
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann1-3/+1
2017-08-31Bin fairly pointless default for parameter that was defaulted just once anywayTor Lillqvist1-1/+1
2017-08-31gpg4libre/comphelper: add storage helper for GPG encryption dataThorsten Behrens1-0/+3
2017-08-30gpg4libre: Add flag for filters that support GPG encryptionKatarina Behrens1-1/+3
2017-08-29Add cautionary commentTor Lillqvist1-0/+4
2017-08-18Remove dead function declarationStephan Bergmann1-7/+0
2017-08-18loplugin:unreffun (clang-cl)Stephan Bergmann1-0/+5
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-2/+2
2017-08-08updater: move the windows process starting code to comphelperMarkus Mohrhard1-0/+26
2017-07-23remove now unnecessary comphelper::OModuleClient stuffNoel Grandin1-31/+0
2017-07-22loplugin:unusedfields in basctl..connectivityNoel Grandin1-6/+0
2017-07-21Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky1-4/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-93/+0
2017-07-20comphelper: Allow initializer lists for Sequences of NamedValues.Jan Holesovsky1-0/+19
2017-07-17loplugin:constparams in comphelper,unoidlNoel Grandin2-4/+4
2017-07-16comphelper: move base64 encode/decode helpers from saxAshod Nakashian1-0/+52
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1