summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-28tdf#124176: Use "pragma once" on svtools/*Andrea Gelmini35-105/+35
2019-12-27tdf#46037: simplify is/get methods in svtools/printoptionsJulien Nabet1-274/+25
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin4-4/+8
2019-12-23reorganize ToolbarUnoDispatcher to be useful for sidebarCaolán McNamara1-32/+72
2019-12-23sal_Char->char in svtools..svlNoel Grandin10-44/+44
2019-12-22loplugin:unusedmethodsNoel Grandin2-54/+0
2019-12-22loplugin:unusedfieldsNoel Grandin1-9/+0
2019-12-21weld SlideTransitionPaneCaolán McNamara1-6/+51
2019-12-21tdf#126966: Make the colour swatches larger on iOSTor Lillqvist1-0/+4
2019-12-20no svtlo-ValueSet used in .ui anymoreCaolán McNamara1-4/+0
2019-12-20weld DefaultShapesPanelCaolán McNamara1-0/+8
2019-12-13loplugin:unusedmethodsNoel Grandin2-100/+0
2019-12-09weld Property BrowserCaolán McNamara2-0/+3
2019-12-07clang-tidy(WIP): bugprone-signed-char-misuse findings 3Tamás Zolnai1-2/+3
2019-12-05tdf#128468: Add Ruler::GetTabs()Tor Lillqvist1-0/+5
2019-12-05Add a comment telling what "frame margin" means hereTor Lillqvist1-0/+1
2019-12-04remove some unnecessary includes and update pchesCaolán McNamara1-2/+4
2019-12-03remove some useless comment linesNoel Grandin4-15/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann7-63/+63