summaryrefslogtreecommitdiffstats
path: root/cui/source/tabpages/tplnedef.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-9/+9
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* convert Link<> to typedNoel Grandin2015-10-161-14/+8
* convert Link<> to typedNoel Grandin2015-10-121-12/+20
* boost->stdCaolán McNamara2015-09-141-3/+2
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-16/+8
* com::sun::star->css in cuiNoel Grandin2015-07-291-2/+2
* -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/+20
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-281-6/+6
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-4/+1
* convert CT_ constants to scoped enumNoel Grandin2015-04-291-8/+8
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-19/+43
|\
| * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-171-2/+2
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-14/+13
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-4/+4
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-1/+1
| * 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/+25
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-9/+9
* | SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann2015-04-281-1/+1
|/
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-2/+2
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-2/+2
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-13/+13
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-091-2/+1
* fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2014-11-301-7/+7
* fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2014-11-231-6/+9
* loplugin: cstylecastNoel Grandin2014-10-231-4/+4
* coverity#1242785 Uninitialized pointer fieldCaolán McNamara2014-10-021-4/+6
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-1/+1
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-181-1/+0
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-08-031-7/+6
* Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin2014-07-261-5/+5
* Avoid null this pointers in member function callsStephan Bergmann2014-07-031-1/+1
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-111-3/+3
* Change SfxTabPage::Reset param from ref to pointerStephan Bergmann2014-06-111-5/+5
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-101-4/+4
* use new VCL IsValueChangedFromSaved methodNoel Grandin2014-05-081-7/+7
* cui: sal_Bool->boolNoel Grandin2014-04-161-12/+12
* sfx2: sal_Bool->boolNoel Grandin2014-03-271-2/+2
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-4/+4
* Remove unneccessary commentsAlexander Wilms2014-02-231-20/+20
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-1/+1
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* Related: fdo#54024 decrazy the Dialog Type for a start anywayCaolán McNamara2014-01-281-2/+2
* Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM...Tsutomu Uchino2014-01-201-5/+4