summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/grfpage.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-16convert Link<> to typedNoel Grandin1-16/+11
2015-10-15convert Link<> to typedNoel Grandin1-16/+15
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-24convert Link<> to typedNoel Grandin1-7/+7
2015-09-14boost->stdCaolán McNamara1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-4/+2
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+1
2015-05-14refactor SvxCropExample to use RenderContextTomaž Vajngerl1-14/+14
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-10/+35
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-2/+2
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-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/+18
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-9/+9
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-23loplugin: cstylecastNoel Grandin1-11/+11
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-7/+7
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-11/+11
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-10/+10
2014-06-04fdo#79243 UI:fix preview in imageCorp tap in writerAbdulaziz A Alayed1-2/+10
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-5/+5
2014-04-30coverity#738592 Uninitialized scalar fieldCaolán McNamara1-0/+3
2014-04-16cui: sal_Bool->boolNoel Grandin1-11/+11
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-7/+7
2014-02-10coverity#704610 Dereference after null checkCaolán McNamara1-11/+13