summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)AuthorFilesLines
2020-04-22move InterimItemWindow to svtoolsCaolán McNamara1-98/+0
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen4-0/+4
2020-04-21Relates tdf#130778 - Branding for 7.0Heiko Tietze1-2/+6
2020-04-15send state changes of .uno:NumberFormatDecimal command to LOKMert Tumer1-0/+1
2020-04-15Related tdf#130778: New About dialogHeiko Tietze1-4/+7
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-2/+2
2020-04-06LOk: notify the state values of the position and size property panelHenry Castro1-3/+24
2020-04-06lok: introduce QueryControlState functionHenry Castro4-0/+48
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl4-4/+5
2020-03-31listen for and broadcast FrameLineColor state changes.Michael Meeks1-1/+2
2020-03-26Drop intermediate temporary variableMike Kaganski1-4/+1
2020-03-12Revert "loplugin:constfields in sfx2"Noel Grandin4-12/+12
2020-03-11sfx2: fix UB in SfxBindings::LeaveRegistrations()Miklos Vajna1-1/+1
2020-02-26Resolves tdf#130742 - Flat ODF in start centerHeiko Tietze1-4/+4
2020-02-17Fix failed assertion "value >= 0" in o3tl::make_unsignedStephan Bergmann1-2/+2
2020-02-16move some headers inside sfx2/Noel Grandin19-24/+24
2020-02-13inherit MediaControl from InterimItemWindowCaolán McNamara1-1/+1
2020-02-12Allow boolean valued statechange messages for...Dennis Francis1-1/+4
2020-02-10weld SvxFmAbsRecWin item windowCaolán McNamara1-1/+13
2020-02-10weld SvxFmTbxCtlRecTotal label item windowCaolán McNamara1-4/+8
2020-02-07Fix typoAndrea Gelmini1-1/+1
2020-02-06weld ClassificationControl ToolboxWindowCaolán McNamara1-0/+82
2020-02-05lok: writer: Convert row height / cloumn width to the correct unit.Tamás Zolnai1-0/+12
2020-02-03make some headers privateCaolán McNamara5-5/+71
2020-01-28remove some unused local varsNoel Grandin1-2/+0
2020-01-26Avoid explicit casts to smaller sal_uInt16 from larger longStephan Bergmann1-4/+5
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-21tdf#42949 Fix IWYU warnings in sfx2/source/[s-v]*/*cxx and sfx2/qaGabor Kelemen3-5/+0
2020-01-17tdf#129788: Revert "no need to use AlphaMask in RecentDocsViewItem"Xisco Faulí1-1/+2
2020-01-16rename a createPopupWindow so we can remove 'using createPopupWindow'Caolán McNamara1-1/+1
2020-01-15SfxPopupWindow is now unusedCaolán McNamara1-1/+1
2020-01-14rework SfxEmojiControl to be a PopupWindowControllerCaolán McNamara2-14/+33
2020-01-14SvxCharViewControl is newly unusedCaolán McNamara1-205/+0
2020-01-14weld SfxCharmapCtrlCaolán McNamara1-117/+102
2020-01-14rework SfxCharmapCtrl to be a PopupWindowControllerCaolán McNamara1-7/+5
2020-01-02tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxxGabor Kelemen26-101/+9
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+2
2019-12-22sal_Char->char in sfx2..slideshowNoel Grandin1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara2-6/+2
2019-12-11jsdialog: send items on status changeSzymon Kłos1-0/+4
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara1-0/+1
2019-12-07Adapt o3tl::span to P1872R0Stephan Bergmann1-1/+2
2019-12-03tdf#42949 Fix IWYU warnings in sfx2/*/*hxxGabor Kelemen1-1/+0
2019-11-30lok: add viewId to window painting, to allow special-casing on render.Michael Meeks1-0/+7
2019-11-24Dispatch: Make fillPopupMenu() method accessible from other modules.Tamás Zolnai1-97/+92
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+8
2019-11-20loplugin:unusedmethodsNoel Grandin1-17/+0
2019-11-17only need xTransform if we have xRecorderCaolán McNamara1-1/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-16cid#1455212 Uncaught exceptionCaolán McNamara1-5/+9