summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/pagedlg/tptable.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace macro with functionStephan Bergmann2017-05-181-1/+7
* remove sc bitmaps from .src filesCaolán McNamara2017-04-261-2/+2
* loplugin:redundantcastStephan Bergmann2017-03-251-1/+1
* sc: load BitmapEx resources instead of Image onesCaolán McNamara2017-01-191-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-3/+3
* Convert DeactivePage return code to scoped enumNoel Grandin2016-06-061-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* loplugin:defaultparamsStephan Bergmann2015-10-191-4/+4
* convert Link<> to typedNoel Grandin2015-10-121-6/+3
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-5/+2
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-2/+29
|\
| * 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/+27
* | SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann2015-04-281-1/+1
|/
* loplugin:constantfunction: scNoel Grandin2015-03-231-6/+1
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-1/+1
* loplugin: cstylecastNoel Grandin2014-10-281-5/+5
* coverity#1242417 Logically dead codeCaolán McNamara2014-10-021-2/+2
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-4/+4
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-101-3/+3
* remove whitespaceMarkus Mohrhard2014-06-251-4/+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-17/+17
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-101-16/+16
* use new VCL IsValueChangedFromSaved methodNoel Grandin2014-05-081-4/+4
* constLuboš Luňák2014-04-271-2/+2
* sc: sal_Bool->boolNoel Grandin2014-04-231-26/+26
* sfx2: sal_Bool->boolNoel Grandin2014-03-271-1/+1
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-241-5/+5
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+2
* svl: sal_Bool -> boolStephan Bergmann2014-02-201-4/+4
* fdo#39468 Translate German comments (sc/source/ui/pagedlg/tptable.cxx)Sven Wehner2014-01-281-68/+11
* Remove EmptyNumericField as it looks like it isn't used anymore.Tomaž Vajngerl2013-12-081-24/+0
* Convert Calc sheet page style to Widget UIOlivier Hallot2013-04-041-131/+117
* Change GetSavedValue() to return OUStringChr. Rossmanith2013-01-241-4/+4
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-5/+5
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-8/+8
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-2/+2
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0
* Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak2011-05-271-1/+1
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-51/+54
|\
| * accfixes: merged to m100Malte Timmermann [mt]2011-02-151-51/+51
| |\
| | * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-51/+51
| * | accfixes: added more accessibility information and fixed tab orders in multip...Malte Timmermann [mt]2011-01-201-0/+3
| |/
* | HC Cleanup - calcJoseph Powers2010-11-161-2/+2