summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-02-28use SfxItemSet::GetItemIfSet in chart2Noel Grandin1-22/+22
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2020-10-21use tools::Long in basegfx..chart2Noel1-5/+5
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-3/+2
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-13/+9
2019-01-03tdf#42949 Fix IWYU warnings in chart2/source/controller/* (2)Gabor Kelemen1-3/+0
2018-12-05related tdf#51671, add UI options for new "hide legend entry" featureMarkus Mohrhard1-0/+10
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-6/+6
2018-10-19weld SchOptionTabPageCaolán McNamara1-93/+69
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-05tdf#42949 Remove unnecessary localization headers from chart2Gabor Kelemen1-1/+0
2018-01-12More loplugin:cstylecast: chart2Stephan Bergmann1-2/+2
2017-12-20convert chart2 to TypedWhichIdNoel Grandin1-0/+2
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-2/+1
2016-03-14com::sun::star->css in chart2Noel Grandin1-9/+9
2015-12-03WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-5/+5
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+3
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/+24
2015-04-09vcl: VclPtr conversion in chart2Noel Grandin1-4/+0
2015-02-13loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2015-02-12tdf#84514: don't hide grid along with checkbox if not neededKatarina Behrens1-1/+6
2014-10-23loplugin: cstylecastNoel Grandin1-5/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-9/+9
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-10/+10
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-11/+11
2014-04-30coverity#738569 Uninitialized scalar fieldCaolán McNamara1-5/+7
2014-04-21remove comments why a file gets includedThomas Arnhold1-3/+0
2014-04-15chart2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-7/+7
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-9/+9
2014-01-28bool improvementsStephan Bergmann1-11/+11
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold1-1/+0
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-5/+0
2013-07-19callcatcher: update unused codeCaolán McNamara1-11/+0
2013-07-15Convert tp_SeriesToAxis.src to tp_SeriesToAxis.uiOlivier Hallot1-109/+68
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1