summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/textattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-1/+1
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-6/+3
2015-08-03tdf#93079: "resize shape to fit text" state can't be disabledJulien Nabet1-1/+1
2015-07-29com::sun::star->css in cuiNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29convert CS_ constants to scoped enumNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-14/+23
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-9/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-13Related tdf#34467: Fit to Frame for text boxes is brokenJulien Nabet1-1/+1
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/+24
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-9/+0
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-6/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-4/+4
2014-10-23loplugin: cstylecastNoel Grandin1-14/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-11/+11
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-06Consistency around SdrOnOffItem in svx/sdasitm.hxxStephan Bergmann1-2/+2
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-6/+6
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann1-8/+8
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-2/+2
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-22/+22
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-16/+16
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-10/+10
2014-05-01some more coverity stuff I forgot the ids ofCaolán McNamara1-8/+10
2014-04-27constLuboš Luňák1-2/+2
2014-04-16cui: sal_Bool->boolNoel Grandin1-20/+20
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-31/+31
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-7/+7
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-28coverity#705139 Missing break in switchCaolán McNamara1-0/+1
2013-08-17add SvxRectCtl::SetControlSettings and restore original settingsCaolán McNamara1-3/+1
2013-08-17Convert text attributes tab page to widget UIOlivier Hallot1-154/+135
2013-07-17Resolves: #i122720# Adapted HasText() to SdrObjectArmin Le Grand1-3/+1
2013-07-11Resolves: #i121917# secure SdrTextObj casts in cuiArmin Le Grand1-1/+3
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-3/+0
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith1-4/+4
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-4/+4
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-18/+0