summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/transfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-10-01convert CUI module from String to OUStringNoel Grandin1-5/+5
2013-08-20Convert position and size dialog to widget UIOlivier Hallot1-26/+19
2013-08-19Convert rotation tap page to widget UIOlivier Hallot1-68/+50
2013-08-19Convert slant & Corner radius tabpage to Widget UIOlivier Hallot1-30/+25
2013-08-19Convert position & size tab page to widget UIOlivier Hallot1-203/+191
2013-07-17Resolves: #i122720# Adapted HasText() to SdrObjectArmin Le Grand1-3/+1
2013-07-11Resolves: #i121917# secure SdrTextObj casts in cuiArmin Le Grand1-1/+5