summaryrefslogtreecommitdiffstats
path: root/framework/source
Commit message (Expand)AuthorAgeFilesLines
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-211-2/+1
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-2/+3
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-075-0/+6
* tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen2018-12-201-0/+1
* framework: allow loading a component on the main threadMiklos Vajna2018-12-191-1/+12
* HandlerCFGAccess::read should take referencesNoel Grandin2018-12-191-9/+8
* loplugin:useuniqueptr in basic and frameworkNoel Grandin2018-12-121-8/+7
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-103-0/+3
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2018-12-082-4/+4
* reduce the amount of senseless exceptions during document loadMarkus Mohrhard2018-12-082-2/+2
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-071-1/+1
* Make Application::SetDialogCancelMode "private"Jan-Marek Glogowski2018-12-051-102/+102
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-052-3/+3
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-031-1/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen2018-11-291-0/+2
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-292-6/+3
* Fix typo deactiveAndrea Gelmini2018-11-281-1/+1
* drop some unnecessary includesCaolán McNamara2018-11-281-0/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-272-0/+3
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-251-3/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-211-0/+1
* tdf#121537 Display SuggestedSaveAsName in title if setSamuel Mehrbrodt2018-11-201-0/+15
* Drop some headless mode variantsJan-Marek Glogowski2018-11-201-2/+2
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-181-3/+2
* Fix typosAndrea Gelmini2018-11-171-1/+1
* Fix typosAndrea Gelmini2018-11-171-2/+2
* Fix typosAndrea Gelmini2018-11-161-1/+1
* loplugin singlevalfields improvementNoel Grandin2018-11-131-4/+5
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-2/+2
* loplugin:collapseif in framework..salNoel Grandin2018-11-071-6/+3
* Fix typosAndrea Gelmini2018-11-051-1/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-041-9/+0
* Reduced scope of the rDefaultElementType variableZdibák Zoltán2018-10-311-1/+3
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-261-0/+1
* loplugin:singlevalfields improvementNoel Grandin2018-10-263-52/+18
* Fix typoAndrea Gelmini2018-10-241-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-249-55/+50
* clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin2018-10-233-4/+4
* pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara2018-10-221-3/+2
* pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara2018-10-221-2/+1
* pvs-studio: A part of conditional expression is always trueCaolán McNamara2018-10-211-1/+1
* Fix typosAndrea Gelmini2018-10-201-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-196-6/+6
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-193-25/+25
* loplugin:staticvar in editeng..frameworkNoel Grandin2018-10-172-2/+2
* drop LazyDeletorCaolán McNamara2018-10-161-6/+3
* tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke2018-10-121-1/+1
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-091-1/+2
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* Fix E_SUCCEDED -> E_SUCCEEDEDAndrea Gelmini2018-09-281-4/+4