summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/area/AreaPropertyPanel.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)1-2/+3
2022-09-19tdf#150650 Fix changing fill style to None via SidebarSamuel Mehrbrodt1-3/+13
2022-06-22tdf#128150 Adapt sidebar to new "use slide background" propertySamuel Mehrbrodt1-0/+9
2021-03-11remove intermediate containers in sidebarsCaolán McNamara1-14/+4
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara1-1/+1
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen1-8/+0
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin1-2/+2
2020-01-08AreaPropertyPanelBase::Initialize not called in chart sidebarCaolán McNamara1-1/+0
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen1-2/+0
2018-02-01tdf#42949 Remove unneeded helpids.h headers (2/3)Gabor Kelemen1-1/+0
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-10-23loplugin:includeform: svxStephan Bergmann1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-05-30Restrict loplugin:redundantcast to "real" castsStephan Bergmann1-8/+8
2016-10-06drop now unused sfx2/sidebar/ResourceDefinitions.hrcCaolán McNamara1-1/+0
2016-10-06drop unused hids and hrcsCaolán McNamara1-1/+0
2016-10-06convert AreaTransparencyGradientPopup to .uiCaolán McNamara1-1/+0
2016-10-04can now remove both PopupContainer copiesCaolán McNamara1-1/+0
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar1-0/+2
2016-04-13tdf#99264 svx: don't pass null pointers to SfxDispatcherMichael Stahl1-5/+13
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-12/+14
2016-02-04svx: replace boost::bind with C++11 lambdaMichael Stahl1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-08-11loplugin:constantfunctionNoel Grandin1-4/+0
2015-07-26split area property sidebar panel into two partsMarkus Mohrhard1-1105/+25
2015-07-26remove unused propertyMarkus Mohrhard1-53/+1
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-2/+2
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-6/+4
2015-05-05Use new color selector in the toolbar for area fillsCaolán McNamara1-6/+2
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-9/+32
2015-04-21Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.Michael Meeks1-5/+2
2015-04-17svx: convert new to ::Create.Noel Grandin1-1/+2
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks1-0/+12
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-13Re-work sidebar factory to use VclPtr.Michael Meeks1-7/+9
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+17
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-6/+0
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2014-12-15coverity#1258449 Explicit null dereferencedCaolán McNamara1-2/+1
2014-12-11fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-31/+37
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for fill colorMaxim Monastirsky1-123/+3
2014-10-20loplugin: cstylecastNoel Grandin1-22/+22
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-13/+13
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-20/+20
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-15/+15