summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpbitmap.cxx
AgeCommit message (Expand)Author
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
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
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-02coverity#1242766 Unused valueCaolán McNamara
2014-10-02coverity#1242829 Uninitialized pointer fieldCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-07-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-07-03Avoid null this pointers in member function callsStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-26Remove visual noise from cuiAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-28Related: fdo#54024 decrazy the Dialog Type for a start anywayCaolán McNamara
2013-11-20convert delete bitmap querybox to .uiManal Alhassoun
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-05Resolves: i123564 corrected some aspects when working with bitmaps...Armin Le Grand
2013-10-28Resolves: #i123497# corrected modify implementations for bitmap...Armin Le Grand
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-09-05convert include/svx/xtable.hxx from String to OUStringNoel Grandin
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev
2013-08-12help has no entry for HID_WARN_NAME_DUPLICATECaolán McNamara
2013-08-12Replace old dialogs with new one (widget UI)Olivier Hallot
2013-08-12Replace read data error dialog with new UIOlivier Hallot
2013-08-11Replace write data error message box with new UIOlivier Hallot
2013-08-08Use new file load error dialog in widget UIOlivier Hallot
2013-08-08Use new save list dialogs in tab pagesOlivier Hallot
2013-07-30Convert area dialog to widget UIOlivier Hallot
2013-07-29adjust bitmap page so buttons don't appear to jump...Caolán McNamara