summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpbitmap.cxx
AgeCommit message (Expand)Author
2017-03-16remove unused defines from HRC files in cuiNoel Grandin
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin
2016-12-14tdf#104615: there's no mpView when opening odc directlyJulien Nabet
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-12-Werror,-Wunused-private-field, againStephan Bergmann
2016-10-12[GSoC] Move all fill style tabs inside area tabRishabh Kumar
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-07wrong ScopedVclPtrInstance creationCaolán McNamara
2016-08-30convert RECT_POINT to scoped enumNoel Grandin
2016-08-28coverity#1242829 Uninitialized scalar fieldCaolán McNamara
2016-08-23[GSoC] Keep the column width constant in fill style tabsRishabh Kumar
2016-08-18convert PageType to scoped enumNoel Grandin
2016-08-17-Werror,-Wunused-private-fieldStephan Bergmann
2016-08-17[GSoC] Add new Bitmap controls to bitmap tabRishabh Kumar
2016-08-16remove castsJochen Nitschke
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke
2016-07-27Bug fix: Fill bitmap item set only when bitmap tab is selectedRishabh Kumar
2016-07-27loplugin:vclwidgetsNoel Grandin
2016-07-26[GSoC] Add Bitmap tab to area dialogRishabh Kumar
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-11Convert MESS_BTN to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-11-25loplugin:unusedfields in include/svxNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara
2015-09-14boost->stdCaolán McNamara
2015-09-03cui: prefix members of SvxBitmapTabPageMiklos Vajna
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-06-26-fsanitize=vptr: wrong, unnecessary downcastsStephan Bergmann
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-04-29convert CT_ constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin