summaryrefslogtreecommitdiffstats
path: root/cui/source/tabpages/tplneend.cxx
Commit message (Expand)AuthorAgeFilesLines
* remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin2018-06-091-4/+0
* loplugin:unusedfields in cuiNoel Grandin2018-05-171-2/+1
* place an intermediate class as parent for SfxTabPagesCaolán McNamara2018-04-221-2/+2
* weld linkeditdialogCaolán McNamara2018-04-061-2/+2
* weld SvxNameDialogCaolán McNamara2018-03-041-2/+2
* convert remaining WarningBox to weld::MessageDialogCaolán McNamara2018-02-271-1/+0
* weld native message dialogsCaolán McNamara2018-02-221-26/+26
* tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen2018-02-011-1/+0
* loplugin:includeform: cuiStephan Bergmann2017-10-231-6/+6
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-261-2/+2
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-8/+8
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-3/+3
* inline some use-once fields in cuiNoel Grandin2017-09-191-4/+2
* set parent for file dialog helperCaolán McNamara2017-09-081-2/+3
* de-hrc various thingsCaolán McNamara2017-07-211-2/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-5/+5
* loplugin:unusedfields in cuiNoel Grandin2017-06-231-1/+0
* make string translation loading more uniformCaolán McNamara2017-05-191-1/+1
* Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2017-05-151-1/+1
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-4/+4
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-281-2/+2
* loplugin:expandablemethodds in cuiNoel Grandin2016-10-191-7/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-6/+6
* convert PageType to scoped enumNoel Grandin2016-08-181-5/+6
* convert XPropertyListType to scoped enumNoel Grandin2016-08-171-1/+1
* tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke2016-08-151-14/+12
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-041-3/+1
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-261-3/+3
* Convert DeactivePage return code to scoped enumNoel Grandin2016-06-061-2/+2
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-121-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-14/+0
* loplugin:unusedmethods unused return value in cuiNoel Grandin2016-01-111-3/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-12/+12
* convert Link<> to typedNoel Grandin2015-10-121-5/+4
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-4/+4
* boost->stdCaolán McNamara2015-09-141-3/+2
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-13/+8
* com::sun::star->css in cuiNoel Grandin2015-07-291-3/+3
* -fsanitize=vptr: wrong, unnecessary downcastsStephan Bergmann2015-06-261-2/+1
* Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara2015-06-071-2/+21
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-281-6/+6
* convert CT_ constants to scoped enumNoel Grandin2015-04-291-8/+8
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-26/+37
|\
| * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-171-2/+2
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-13/+12
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-4/+4
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-0/+18
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-13/+13
| * vcl: VclPtr conversion in cuiNoel Grandin2015-04-091-6/+0