summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* loplugin:passstuffbyrefNoel2021-01-263-3/+3
* avoid some ref-countingNoel Grandin2021-01-253-14/+14
* lok: avoid expensive fetching of a property.Michael Meeks2021-01-241-0/+6
* tdf#139696 Use getToolboxId to set item idMaxim Monastirsky2021-01-211-4/+5
* tdf#139774 fix wrong use List Box icon in Combo Box right click menuRizal Muttaqin2021-01-201-1/+1
* tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorVishwas2021-01-112-4/+2
* fix coverity parse errorsCaolán McNamara2021-01-101-1/+1
* fix coverity parse errorsCaolán McNamara2021-01-0919-79/+80
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-2921-120/+164
* Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann2020-12-278-49/+61
* New loplugin:stringliteralvarStephan Bergmann2020-12-2619-78/+81
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorhomeboy4452020-12-201-2/+1
* make *String(string_view) constructors explicitNoel Grandin2020-12-193-4/+4
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-114-7/+16
* Clean up some logging in passingTor Lillqvist2020-12-081-19/+10
* lock/unlock toolbar doesn't show an unticked checkboxCaolán McNamara2020-12-081-1/+1
* remove OpenGL VCL backend codeLuboš Luňák2020-12-071-5/+0
* update pchesCaolán McNamara2020-12-041-4/+5
* convert EHistoryType to scoped enumNoel2020-12-031-2/+2
* tdf#124176 Use #pragma once in framework/inc/uifactorycu-16bcs17982020-12-033-11/+3
* simplify SvtDynamicMenuOptionsNoel Grandin2020-12-021-22/+6
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-308-34/+34
* tdf#131441 Disable "UNDOCKTOOLBAR" when toolbar is lockeddiwanshu8852020-11-251-0/+3
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-2415-61/+61
* loplugin:stringviewparam check methods tooNoel2020-11-179-21/+21
* replace std::max(std::min()) with std::clampNoel2020-11-162-10/+9
* tdf#123936 Formatting files in module framework with clang-formatPhilipp Hofer2020-11-1312-149/+132
* New loplugin:stringviewparamStephan Bergmann2020-11-125-9/+21
* tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen2020-11-1257-80/+19
* Fix 64-bit --disable-pch build on WindowsMike Kaganski2020-11-111-1/+1
* loplugin:stringviewNoel2020-11-114-12/+12
* convert more long -> tools::LongNoel2020-11-111-1/+1
* Windows 7 support is already supportedMike Kaganski2020-11-021-2/+1
* toolbox always has flat styleNoel Grandin2020-11-023-4/+0
* use officecfg for Experimental flagNoel Grandin2020-11-013-4/+6
* Resolves tdf#137607 and tdf#137500 - Improvements to TotDHeiko Tietze2020-10-221-1/+0
* long->tools::Long in forms..frameworkNoel2020-10-2211-18/+20
* fix some *printf which are using "%l" ie. long specifiersNoel2020-10-164-20/+4
* More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann2020-10-141-1/+1
* tdf#137356 framework: fix opening the same document twice for long loadsMiklos Vajna2020-10-147-16/+195
* loplugin:reducevarscope in frameworkNoel2020-10-0212-45/+26
* Fix typoAndrea Gelmini2020-09-241-1/+1
* framework: lock the solar mutex in loadComponentFromURL() with OnMainThreadMiklos Vajna2020-09-244-0/+187
* update pchesCaolán McNamara2020-09-211-1/+2
* lok: make labels and tooltips translated for commandsSzymon Kłos2020-09-183-19/+50
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-166-41/+11
* replace sal_IntPtr with simple integer typeCaolán McNamara2020-09-121-2/+2
* Remove some obsolete commentsMaxim Monastirsky2020-09-102-3/+0
* Related: tdf#130445 Fix custom icon scale checkMaxim Monastirsky2020-09-081-16/+7
* tdf#130445 Use actual icon sizeMaxim Monastirsky2020-09-082-6/+4