summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tplneend.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-2/+2
2016-10-19loplugin:expandablemethodds in cuiNoel Grandin1-7/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-08-18convert PageType to scoped enumNoel Grandin1-5/+6
2016-08-17convert XPropertyListType to scoped enumNoel Grandin1-1/+1
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke1-14/+12
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-3/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-3/+3
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-2/+2
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-14/+0
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-12convert Link<> to typedNoel Grandin1-5/+4
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-4/+4
2015-09-14boost->stdCaolán McNamara1-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-13/+8
2015-07-29com::sun::star->css in cuiNoel Grandin1-3/+3
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/+21
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-6/+6
2015-04-29convert CT_ constants to scoped enumNoel Grandin1-8/+8
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-26/+37
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-13/+12
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-4/+4
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-13/+13
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-6/+0
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-11/+11
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-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-3/+3
2014-10-02coverity#1242752 Uninitialized pointer fieldCaolán McNamara1-1/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-03Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-4/+4
2014-07-03Avoid null this pointers in member function callsStephan Bergmann1-1/+4
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-2/+2
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-4/+4
2014-04-16cui: sal_Bool->boolNoel Grandin1-13/+13
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-4/+4