summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Fix typosAndrea Gelmini2-2/+2
2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini1-28/+7
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini1-22/+0
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann1-7/+0
2017-11-09loplugin:finalclasses in comphelperNoel Grandin2-17/+2
2017-11-09use rtl::Reference for SlaveDataNoel Grandin1-15/+14
2017-11-04Make Windows error reporting more robustMike Kaganski1-1/+1
2017-10-30clang-tidy modernize-use-equals-default in comphelperJochen Nitschke1-13/+0
2017-10-27fix memory leakCaolán McNamara1-0/+2
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin5-10/+10
2017-10-23loplugin:includeform: comphelperStephan Bergmann11-31/+31
2017-10-23overload std::hash for OUString and OStringNoel Grandin3-3/+3
2017-10-05TSCP: include certificate usage in paragraph signaturesAshod Nakashian1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin6-19/+17
2017-10-03LOK: getSpellLanguages() is not necessary in comphelper in the end.Jan Holesovsky1-15/+0
2017-10-03lok: use getCommandValues to obtain a list of languagesHenry Castro1-0/+15
2017-10-02lokdialog: Dialog invalidation supportPranav Kant1-0/+12
2017-10-01throw more useful uno::Exception'sNoel Grandin1-1/+1
2017-09-27tdf#75757 comphelper: avoid STL inheritance in SequenceAsHashMapMiklos Vajna1-1/+0
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin1-78/+70
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-6/+18
2017-09-22IndexedPropertyValuesContainer: remove iterators stupidityMike Kaganski1-48/+3
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin5-88/+70
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski1-1/+65
2017-09-19Put back one more #includeStephan Bergmann1-0/+2
2017-09-15windows_process: don't use 8-bit string functionsMike Kaganski1-14/+11
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin8-26/+22
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann1-6/+0
2017-09-04We can use thread_local on Windows, tooTor Lillqvist1-3/+3
2017-09-03gpg4libre: Recycle certificate selection dialog for encryptionKatarina Behrens1-1/+1
2017-08-31gpg4libre/comphelper: add storage helper for GPG encryption dataThorsten Behrens1-0/+51
2017-08-28Log also the elapsed time of each zone, in millisecondsTor Lillqvist1-1/+2
2017-08-27If called on an empty collection, don't let OEnumerationByIndex.nextElement()Damjan Jovanovic1-7/+6
2017-08-23Don't crash if aProfileId is nullTor Lillqvist1-0/+2
2017-08-18loplugin:unreffun (clang-cl)Stephan Bergmann1-11/+2
2017-08-18loplugin:cstylecast (clang-cl)Stephan Bergmann1-2/+2
2017-08-18-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann1-2/+5
2017-08-18-Werror,-Wwritable-strings (clang-cl)Stephan Bergmann1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-6/+3
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-14new loplugin:droplongNoel Grandin1-4/+4
2017-08-13updater: fix crash on windows while creating the updater command lineMarkus Mohrhard1-2/+2
2017-08-13Revert "cppcheck: variableScope"Markus Mohrhard1-5/+7
2017-08-13cppcheck: variableScopeJochen Nitschke1-7/+5
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin4-5/+5
2017-08-08updater: move the windows process starting code to comphelperMarkus Mohrhard3-0/+296
2017-08-02remove unnecessary use of 'this->'Noel Grandin2-10/+10
2017-07-31loplugin:oncevarNoel Grandin1-1/+1