summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini2017-11-131-7/+2
* Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini2017-11-131-6/+0
* Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2017-11-111-2/+6
* Remove unnecessary makePropertyValue specialization for AnyStephan Bergmann2017-11-111-12/+0
* No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2017-11-101-1/+1
* loplugin:finalclasses in comphelperNoel Grandin2017-11-094-24/+8
* use rtl::Reference for SlaveDataNoel Grandin2017-11-091-3/+2
* Make Windows error reporting more robustMike Kaganski2017-11-041-2/+2
* -Werror,-Wsign-compare (clang-cl)Stephan Bergmann2017-11-031-1/+1
* Improve failed HRESULT reporting on debugMike Kaganski2017-11-021-0/+23
* clang-tidy modernize-use-equals-default in comphelperJochen Nitschke2017-10-301-2/+0
* loplugin:constmethod in comphelper,ucbhelperNoel Grandin2017-10-257-11/+11
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-5/+3
* correct wrong doxygen syntax; also comments clean-upKorrawit Pruegsanusak2017-10-171-8/+9
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-1/+2
* Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann2017-10-041-1/+1
* LOK: getSpellLanguages() is not necessary in comphelper in the end.Jan Holesovsky2017-10-031-5/+0
* lok: use getCommandValues to obtain a list of languagesHenry Castro2017-10-031-0/+5
* lokdialog: Dialog invalidation supportPranav Kant2017-10-021-0/+4
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-1/+1
* check for unnecessary DLLPUBLIC annotationsNoel Grandin2017-09-291-1/+1
* tdf#75757 comphelper: avoid STL inheritance in SequenceAsHashMapMiklos Vajna2017-09-271-12/+73
* Fix typosAndrea Gelmini2017-09-251-4/+4
* it's spelled "facade"Michael Stahl2017-09-191-1/+1
* Fix typosAndrea Gelmini2017-09-191-1/+1
* Unify SolarMutex implementationsJan-Marek Glogowski2017-09-191-8/+64
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann2017-09-051-3/+1
* Bin fairly pointless default for parameter that was defaulted just once anywayTor Lillqvist2017-08-311-1/+1
* gpg4libre/comphelper: add storage helper for GPG encryption dataThorsten Behrens2017-08-311-0/+3
* gpg4libre: Add flag for filters that support GPG encryptionKatarina Behrens2017-08-301-1/+3
* Add cautionary commentTor Lillqvist2017-08-291-0/+4
* Remove dead function declarationStephan Bergmann2017-08-181-7/+0
* loplugin:unreffun (clang-cl)Stephan Bergmann2017-08-181-0/+5
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-2/+2
* updater: move the windows process starting code to comphelperMarkus Mohrhard2017-08-081-0/+26
* remove now unnecessary comphelper::OModuleClient stuffNoel Grandin2017-07-231-31/+0
* loplugin:unusedfields in basctl..connectivityNoel Grandin2017-07-221-6/+0
* Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky2017-07-211-4/+3
* migrate to boost::gettextCaolán McNamara2017-07-211-93/+0
* comphelper: Allow initializer lists for Sequences of NamedValues.Jan Holesovsky2017-07-201-0/+19
* loplugin:constparams in comphelper,unoidlNoel Grandin2017-07-172-4/+4
* comphelper: move base64 encode/decode helpers from saxAshod Nakashian2017-07-161-0/+52
* use more OUString::operator== in forms..salNoel Grandin2017-07-131-1/+1
* drop TPropertyValueEqualFunctorNoel Grandin2017-07-111-11/+0
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* Remove useless method OCommonAccessibleText::getTextArnaud Versini2017-07-101-2/+0
* comphelper : Simplify guards in OAccessibleContextHelper.Arnaud Versini2017-07-071-31/+4
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-073-14/+6
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-2/+1