summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_AxisPositions.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-311-1/+0
* use tools::Long in basegfx..chart2Noel2020-10-211-3/+3
* adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara2020-07-051-9/+18
* use for-range on Sequence in chart2Noel Grandin2020-05-181-2/+2
* tdf#132757 UI: option to set Position Axis property of chartsTünde Tóth2020-05-131-0/+24
* clang-analyzer-deadcode.DeadStoresNoel Grandin2020-02-121-4/+0
* now drop TabPageParent intermediateCaolán McNamara2019-09-261-4/+4
* disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara2019-09-261-3/+2
* Resolves: tdf#124111 Cannot enter negative numberCaolán McNamara2019-03-191-0/+5
* clarify that set_visible(true/false) is just show/hideCaolán McNamara2019-03-161-13/+7
* These items are of type SfxUInt32ItemStephan Bergmann2019-02-151-1/+1
* tdf#42949 Fix IWYU warnings in chart2/source/controller/* (2)Gabor Kelemen2019-01-031-8/+0
* Resolves: tdf#121246 crash in chart dialogsCaolán McNamara2018-11-161-122/+83
* place an intermediate class as parent for SfxTabPagesCaolán McNamara2018-04-221-2/+2
* tdf#42949 Remove unnecessary localization headers from chart2Gabor Kelemen2018-04-051-2/+0
* convert remaining WarningBox to weld::MessageDialogCaolán McNamara2018-02-271-1/+0
* More loplugin:cstylecast: chart2Stephan Bergmann2018-01-121-1/+1
* loplugin:includeform: chart2Stephan Bergmann2017-10-231-4/+4
* Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2017-09-251-1/+1
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-7/+7
* de-hrc various thingsCaolán McNamara2017-07-211-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-2/+2
* loplugin:comparisonwithconstant in chart2Noel Grandin2017-05-231-4/+4
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-2/+2
* Convert DeactivePage return code to scoped enumNoel Grandin2016-06-061-2/+2
* com::sun::star->css in chart2Noel Grandin2016-03-141-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-3/+3
* convert Link<> to typedNoel Grandin2015-10-121-8/+5
* Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2015-09-121-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-3/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-2/+26
|\
| * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-171-2/+2
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-0/+24
* | SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann2015-04-281-1/+1
|/
* loplugin: cstylecastNoel Grandin2014-10-231-4/+4
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-7/+7
* directly include ResourceIds.hrc headerThomas Arnhold2014-08-091-1/+1
* remove whitespacesMarkus Mohrhard2014-07-021-1/+0
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-111-3/+3
* Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2014-06-111-7/+7
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-101-8/+8
* coverity#738568 Uninitialized scalar fieldCaolán McNamara2014-04-301-1/+1
* remove comments why a file gets includedThomas Arnhold2014-04-211-8/+0
* chart2: sal_Bool->boolNoel Grandin2014-04-151-7/+7
* sfx2: sal_Bool->boolNoel Grandin2014-03-271-2/+2
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-9/+9
* svl: sal_Bool -> boolStephan Bergmann2014-02-201-7/+7
* bool improvementsStephan Bergmann2014-01-281-1/+1