summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/transfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Remove excess newlinesChris Sherlock1-28/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-05tdf#95210 SetHandleControllerPosition is busted wrt HandleFlags::REFXCaolán McNamara1-6/+10
2015-10-16convert Link<> to typedNoel Grandin1-8/+4
2015-10-13implement dialog control over enhanced shape control pointsCaolán McNamara1-7/+130
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-25convert Link<> to typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-12/+6
2015-07-17loplugin:unusedmethods cuiNoel Grandin1-1/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-12/+64
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-3/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+4
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-4/+4
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-6/+6
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+58
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-6/+0
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-24/+3
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-13/+13
2015-01-20Some more loplugin:cstylecast: cuiStephan Bergmann1-4/+4
2014-11-29fdo#82616: set limits on spinboxes according to size of workareaKatarina Behrens1-24/+7
2014-11-05Use basegfx library function to clamp numbersKatarina Behrens1-4/+4
2014-10-28loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-15/+15
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-5/+5
2014-10-23loplugin: cstylecastNoel Grandin1-13/+13
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-5/+5
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-14/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin1-10/+10
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-08-25Consistency around SdrMetricItem in svx/sderitm.hxxStephan Bergmann1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-6/+6
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-8/+8
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-27/+27
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-6/+6
2014-04-30coverity#738609 Uninitialized pointer fieldCaolán McNamara1-15/+13
2014-04-30coverity#738608 Uninitialized pointer fieldCaolán McNamara1-9/+6
2014-04-30coverity#738607 Uninitialized pointer fieldCaolán McNamara1-9/+5
2014-04-28Typo: diferent -> differentJulien Nabet1-1/+1
2014-04-27constLuboš Luňák1-6/+6
2014-04-16cui: sal_Bool->boolNoel Grandin1-14/+14
2014-04-14typo: befor -> beforeThomas Arnhold1-1/+1
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-25svtools: sal_Bool->boolNoel Grandin1-7/+7
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-22/+22
2014-02-23Remove unneccessary commentsAlexander Wilms1-38/+38