summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-08-09change image-using RadioButtons to ToggleButtons insteadCaolán McNamara1-5/+4
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-4/+4
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2021-03-11remove intermediate containers in sidebarsCaolán McNamara1-7/+3
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara1-1/+1
2020-06-23remove JSON node erasingNoel Grandin1-2/+0
2020-05-09compact namespace in scNoel Grandin1-2/+2
2020-04-26move PanelLayout to sfx2Caolán McNamara1-1/+1
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara1-0/+1
2020-04-06lok: introduce QueryControlState functionHenry Castro1-0/+4
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-03-05lok: remove complex rotation / alignment settingsHenry Castro1-0/+2
2020-01-13loplugin:unusedmethodsNoel Grandin1-1/+0
2019-12-30weld AlignmentPropertyPanelCaolán McNamara1-21/+31
2019-10-21loplugin:deadvirtual unused param in ItemUpdateReceiverInterfaceNoel Grandin1-2/+1
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen1-3/+1
2018-11-30tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxxGabor Kelemen1-4/+0
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2017-03-19TyposJulien Nabet1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos1-2/+2
2015-12-22loplugin:unusedfields in scNoel Grandin1-1/+0
2015-10-16convert Link<> to typedNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-4/+4
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-07-29tdf#91802: Add reference edge to text orientationRishabh Kumar1-0/+10
2015-06-02tdf#90888:Shrink the properties sidebar sections in CalcRishabh Kumar1-3/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-20sc: convert new to ::CreateNoel Grandin1-6/+5
2015-04-14Re-work app side-bar code to manage objects correctly.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-9/+11
2015-03-06V801: Decreased performanceCaolán McNamara1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg1-3/+3
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-05-16clean up, remove eof commentsThomas Arnhold1-1/+0
2014-05-11sc: some cleanup of the alignment panelMaxim Monastirsky1-11/+0
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara1-0/+3
2013-07-05accidental push of merge in progress, sighCaolán McNamara1-2/+0
2013-07-05Related: #i122635# Add layouting to some sidebar panels.Andre Fischer1-0/+2
2013-06-05sidebar conversion tutorial: Make use of the .ui.Jan Holesovsky1-1/+2
2013-06-05sidebar conversion tutorial: Remove explicit assignment of images.Jan Holesovsky1-8/+0
2013-06-05sidebar conversion tutorial: Change boost::scoped_ptr's to normal pointers.Jan Holesovsky1-10/+10
2013-06-05sidebar conversion tutorial: Get rid of ToolBox backgound(s).Jan Holesovsky1-2/+0
2013-05-20Resolves: #i122047# Adding virtual destructors to interfaces...Andre Fischer1-1/+0