summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* tdf#139774 fix wrong use List Box icon in Combo Box right click menuRizal Muttaqin2021-01-241-1/+1
* lock/unlock toolbar doesn't show an unticked checkboxCaolán McNamara2020-12-081-1/+1
* 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
* loplugin:singlevalfieldsNoel Grandin2020-09-072-9/+3
* loplugin:constantparamNoel Grandin2020-09-071-2/+4
* Pass correct module id and dispatch provider to the window menuMaxim Monastirsky2020-09-073-22/+30
* MenuBarManager: Simplify module id handlingMaxim Monastirsky2020-09-072-54/+6
* MenuBarManager: Actually use xPopupMenuDispatchProviderMaxim Monastirsky2020-09-071-1/+1
* MenuBarManager: Simplify addon menu creationMaxim Monastirsky2020-09-073-129/+12
* MenuBarManager: Set command name for addon submenu itemMaxim Monastirsky2020-09-071-4/+2
* Fix typo in codeAndrea Gelmini2020-09-012-6/+6
* Fix typo in codeAndrea Gelmini2020-09-012-8/+8
* Remove remains of private:image/ via ImageIdentifier addon propertyMaxim Monastirsky2020-08-316-51/+8
* Related: tdf#107548 Make sure embedded images have higher priorityMaxim Monastirsky2020-08-301-12/+14
* loplugin:unusedfieldsNoel Grandin2020-08-295-9/+0
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-285-41/+41
* Use ToolBarMerger::IsCorrectContextMaxim Monastirsky2020-08-281-15/+1
* MenuBarManager: Extract the window list to own controllerMaxim Monastirsky2020-08-285-176/+219
* Command icon changes not reflected in menusMaxim Monastirsky2020-08-271-2/+1
* Don't pass ResourceURL unconditionallyMaxim Monastirsky2020-08-272-6/+6
* Resolves: tdf#135965 blank helpids for EditControl childrenCaolán McNamara2020-08-211-0/+4
* Base addon toolbars on the regular ToolBarManagerMaxim Monastirsky2020-08-207-561/+132
* tdf#107548 Use ImageSmallURL for small iconsMaxim Monastirsky2020-08-201-3/+3
* Fix typosAndrea Gelmini2020-08-191-2/+2
* Fix typosAndrea Gelmini2020-08-192-3/+3