summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tplnedef.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-6/+6
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-4/+1
2015-04-29convert CT_ constants to scoped enumNoel Grandin1-8/+8
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-19/+43
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-14/+13
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-4/+4
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel 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/+25
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-9/+9
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-13/+13
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-7/+7
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-6/+9
2014-10-23loplugin: cstylecastNoel Grandin1-4/+4
2014-10-02coverity#1242785 Uninitialized pointer fieldCaolán McNamara1-4/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-03Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+6
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-5/+5
2014-07-03Avoid null this pointers in member function callsStephan Bergmann1-1/+1
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-5/+5
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-4/+4
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-7/+7
2014-04-16cui: sal_Bool->boolNoel Grandin1-12/+12
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-20/+20
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-28Related: fdo#54024 decrazy the Dialog Type for a start anywayCaolán McNamara1-2/+2
2014-01-20Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM...Tsutomu Uchino1-5/+4
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-1/+1
2013-10-01convert CUI module from String to OUStringNoel Grandin1-13/+13
2013-09-05convert include/svx/xtable.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev1-4/+4
2013-08-11Replace write data error message box with new UIOlivier Hallot1-1/+3
2013-08-08WaE: unused variablesCaolán McNamara1-1/+0
2013-08-08Use new widget UI dialogs in line style ctorOlivier Hallot1-7/+16
2013-08-06Convert line dialog to widget UIOlivier Hallot1-1/+0
2013-08-06align load/save buttons across dialogsCaolán McNamara1-0/+3