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