summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2020-02-03make some headers privateCaolán McNamara7-5/+343
2020-02-03loplugin:unusedmethodsNoel Grandin1-38/+0
2020-02-03loplugin:constantparamNoel Grandin1-3/+2
2020-02-03rename SvtFontStyleBox back to FontStyleBoxCaolán McNamara1-2/+2
2020-02-03FontStyleBox is unusedCaolán McNamara1-50/+0
2020-02-03FontStyleBox does not appear in any .ui files anymoreCaolán McNamara1-14/+0
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-1/+46
2020-01-31loplugin:unusedfields improve checking for fields guarded by existence checkNoel Grandin1-1/+0
2020-01-31loplugin:singlevalfieldsNoel Grandin1-72/+14
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin12-27/+24
2020-01-30loplugin:unusedmethodsNoel Grandin1-39/+0
2020-01-30loplugin:unusedfieldsNoel Grandin1-5/+1
2020-01-28remove newly unused ToolbarPopup ctorCaolán McNamara1-7/+0
2020-01-28drop some unneeded vcl/builderfactory.hxx includesCaolán McNamara1-1/+0
2020-01-28ToolbarMenu is now unusedCaolán McNamara5-2471/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann5-11/+16
2020-01-27Make sure MaxFilesizeForRealtimePreview read from configuration is non-negativeStephan Bergmann1-2/+7
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-25Resolves: tdf#130159 hide writedirection unless CTL is enabledCaolán McNamara1-6/+5
2020-01-25Use properly typed vars for iterationStephan Bergmann1-2/+2
2020-01-25Avoid explicit cast to smaller sal_uInt16 from larger longStephan Bergmann1-1/+2
2020-01-25loplugin:makeshared in svl..svxNoel Grandin5-14/+14
2020-01-24Revert "lok: ui: more files to increase the 'step-increment'"Miklos Vajna1-1/+1
2020-01-23weld SvxBmpMaskCaolán McNamara1-0/+20
2020-01-23lok: ui: more files to increase the 'step-increment'Henry Castro1-1/+1
2020-01-23loplugin:unusedmethodsNoel Grandin1-43/+0
2020-01-23tdf#129388: Do as kendy suggested in 7e291eedbad335bf8bbc8a17cc3d633bf66d0e90Tor Lillqvist1-1/+2
2020-01-23loplugin:unnecessaryvirtualNoel Grandin1-6/+0
2020-01-22scroll to make selected entry visibleCaolán McNamara1-5/+18
2020-01-22inline some construction methodsNoel Grandin1-14/+9
2020-01-21weld gallery panelCaolán McNamara1-0/+14
2020-01-21scrollbar adjustment wrong if we clear and refill a SvtValueSetCaolán McNamara1-0/+6
2020-01-20loplugin:unusedfieldsNoel Grandin1-1/+0
2020-01-16rename a createPopupWindow so we can remove 'using createPopupWindow'Caolán McNamara1-1/+1
2020-01-15hold SolarMutex on calling vcl toolbox enable itemCaolán McNamara1-0/+1
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci3-7/+3
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-14svmedit2.hxx doesn't need to be a public headerCaolán McNamara3-2/+45
2020-01-14rework SfxCharmapCtrl to be a PopupWindowControllerCaolán McNamara1-1/+1
2020-01-13if these popups have focus on dispose put focus into documentCaolán McNamara1-0/+7
2020-01-13loplugin:unusedfieldsNoel Grandin2-6/+1
2020-01-11loplugin:finalclasses in svtoolsNoel Grandin4-5/+5
2020-01-10make welded toolbars on-demand that were previously on-demandCaolán McNamara2-6/+69
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-4/+4
2020-01-08add a scheme to host welded toolbar dropdown windows in unwelded toolbarsCaolán McNamara2-1/+55
2020-01-06weld AreaPropertyPanelCaolán McNamara2-0/+21
2019-12-31support welded toolbar popovers in PopupWindowControllerCaolán McNamara1-3/+15
2019-12-30SvtAccessibilityOptions base SfxListener appears to be unusedStephan Bergmann1-8/+0
2019-12-30weld AlignmentPropertyPanelCaolán McNamara1-2/+4