summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/tptable.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-27Drop some unnecessary HDL macrosGabor Kelemen1-6/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-2/+0
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-10/+2
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen1-1/+0
2019-03-19Resolves: tdf#124024 scaling factor isn't displayed correctlyCaolán McNamara1-1/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-3/+3
2019-01-24loplugin:constparams in scNoel Grandin1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-5/+5
2018-09-27weld ScTablePageCaolán McNamara1-200/+203
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-01-23new loplugin: pointerboolNoel Grandin1-4/+4
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-11-28tdf#113455 follow-up: clear spin buttons when disabled in ResetMike Kaganski1-3/+12
2017-11-27tdf#113455 follow-up: use spin button labels as checkboxesMike Kaganski1-10/+14
2017-10-27Resolves: tdf#113455 Impossible to clear width/height in pagesCaolán McNamara1-17/+60
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-5/+5
2017-08-15loplugin:redundantcast, find more functional castsNoel Grandin1-1/+1
2017-05-18Replace macro with functionStephan Bergmann1-1/+7
2017-04-26remove sc bitmaps from .src filesCaolán McNamara1-2/+2
2017-03-25loplugin:redundantcastStephan Bergmann1-1/+1
2017-01-19sc: load BitmapEx resources instead of Image onesCaolán McNamara1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-12convert Link<> to typedNoel Grandin1-6/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-5/+2
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+29
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
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/+27
2015-03-23loplugin:constantfunction: scNoel Grandin1-6/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin1-5/+5
2014-10-02coverity#1242417 Logically dead codeCaolán McNamara1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
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-17/+17