summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tparea.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+2
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29convert CT_ constants to scoped enumNoel Grandin1-13/+13
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+77
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-2/+2
2015-04-22Clean up odd sal::static_int_cast<sal_Bool> usesStephan Bergmann1-5/+4
2015-04-17tdf#82784: cui: Area tab page: do not override imported bitmapsMichael Stahl1-18/+28
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-5/+5
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+72
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-18/+3
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-21/+21
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-11fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-12/+14
2014-10-23loplugin: cstylecastNoel Grandin1-61/+61
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+6
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-35/+35
2014-08-18Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-07-31Avoid possible memory leaks in case of exceptionsTakeshi Abe1-24/+18
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-54/+58
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-2/+5
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-4/+4
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-42/+42
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-62/+62
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-2/+2
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-22/+22
2014-04-27constLuboš Luňák1-4/+4
2014-04-16cui: sal_Bool->boolNoel Grandin1-60/+60
2014-03-31cui: unused code in SvxAreaTabPage::ClickBitmapHdl_ImplMiklos Vajna1-15/+0
2014-03-31cui: unused code in SvxAreaTabPage::ClickGradientHdl_ImplMiklos Vajna1-15/+0
2014-03-30cui: unused code in SvxAreaTabPage::ClickColorHdl_ImplMiklos Vajna1-15/+0
2014-03-29cui: unused code in SvxAreaTabPage::ClickHatchingHdl_Impl()Miklos Vajna1-15/+0
2014-03-28loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2014-03-28-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-34/+157
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-14svx: sal_Bool->boolNoel Grandin1-4/+4
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-11/+11
2014-02-26Remove visual noise from cuiAlexander Wilms1-2/+2
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-38/+38
2014-02-23Remove unneccessary commentsAlexander Wilms1-22/+22
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-6/+6
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-13/+13
2014-02-07related: fdo#74230: Area tab page: prevent default gradient/hatch/bitmapMichael Stahl1-47/+64
2014-01-28bool improvementsStephan Bergmann1-12/+12
2013-11-26Integrate branch of IAccessible2Steve Yin1-0/+3