summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpbitmap.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-2/+2
2016-05-11Convert MESS_BTN to scoped enumNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-19/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2015-11-25loplugin:unusedfields in include/svxNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-16/+10
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara1-4/+4
2015-09-14boost->stdCaolán McNamara1-5/+4
2015-09-03cui: prefix members of SvxBitmapTabPageMiklos Vajna1-93/+93
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-16/+8
2015-07-29com::sun::star->css in cuiNoel Grandin1-2/+2
2015-06-26-fsanitize=vptr: wrong, unnecessary downcastsStephan Bergmann1-2/+1
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara1-2/+20
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-8/+8
2015-04-29convert CT_ constants to scoped enumNoel Grandin1-12/+12
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-18/+37
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-18cui: convert new to ::Create.Michael Meeks1-2/+2
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-3/+3
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-6/+7
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-5/+5
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+14
2015-04-09prophylactic double dispose audit.Michael Meeks1-2/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-5/+5
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-10-23loplugin: cstylecastNoel Grandin1-5/+5
2014-10-02coverity#1242766 Unused valueCaolán McNamara1-1/+0
2014-10-02coverity#1242829 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-31Avoid possible memory leaks in case of exceptionsTakeshi Abe1-22/+20
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-7/+7
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-4/+6
2014-07-03Avoid null this pointers in member function callsStephan Bergmann1-2/+4
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-2/+2
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-5/+5
2014-04-16cui: sal_Bool->boolNoel Grandin1-19/+19
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2