summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/tptable.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-15tdf#113455 follow-up: clear spin buttons when disabled in ResetMike Kaganski1-3/+12
2018-03-15tdf#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
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-16/+16
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-4/+4
2014-04-27constLuboš Luňák1-2/+2
2014-04-23sc: sal_Bool->boolNoel Grandin1-26/+26
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-5/+5
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-01-28fdo#39468 Translate German comments (sc/source/ui/pagedlg/tptable.cxx)Sven Wehner1-68/+11
2013-12-08Remove EmptyNumericField as it looks like it isn't used anymore.Tomaž Vajngerl1-24/+0
2013-04-04Convert Calc sheet page style to Widget UIOlivier Hallot1-131/+117
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith1-4/+4
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-5/+5
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-8/+8
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-2/+2