summaryrefslogtreecommitdiffstats
path: root/cui/source/tabpages/labdlg.cxx
Commit message (Expand)AuthorAgeFilesLines
* improve redundantcast lopluginNoel Grandin2017-09-141-1/+1
* de-hrc various thingsCaolán McNamara2017-07-211-1/+0
* Fix typosAndrea Gelmini2017-06-261-2/+2
* tdf#39468 Translate German commentsJens Carl2017-03-291-4/+4
* loplugin:redundantcast find redundant c-style enum castsNoel Grandin2017-03-221-1/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-051-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-4/+4
* convert SvxAnchorIds to scoped enumNoel Grandin2016-08-251-4/+4
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-191-3/+3
* convert SdrCaptionEscDir to scoped enumNoel Grandin2016-08-181-15/+17
* convert SdrCaptionType to scoped enumNoel Grandin2016-08-181-14/+14
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-4/+4
* Remove excess newlinesChris Sherlock2016-02-091-10/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* convert Link<> to typedNoel Grandin2015-10-121-6/+4
* convert Link<> to typedNoel Grandin2015-09-251-1/+1
* convert Link<> to typedNoel Grandin2015-09-081-2/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-2/+1
* Gradually typed LinkStephan Bergmann2015-04-301-1/+1
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-12/+3
* Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-171-3/+3
* 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/+20
* loplugin:constantfunction: cuiNoel Grandin2015-03-231-8/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-2/+2
* 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
* loplugin: cstylecastNoel Grandin2014-10-231-14/+14
* fdo#82577: Handle WindowNoel Grandin2014-09-231-3/+3
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-181-1/+0
* 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-1/+1
* Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann2014-06-101-10/+10
* some more coverity stuff I forgot the ids ofCaolán McNamara2014-05-011-4/+11
* constLuboš Luňák2014-04-271-2/+2
* sfx2: sal_Bool->boolNoel Grandin2014-03-271-2/+2
* Remove visual noise from cuiAlexander Wilms2014-02-261-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-14/+14
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* convert callout tabdialog to .uiCaolán McNamara2014-01-051-46/+36
* convert callout tabpage to .uiCaolán McNamara2014-01-051-146/+132
* near obsolete SdrCaption dialog has Not Implemented Yet stubCaolán McNamara2014-01-041-39/+0
* xub_Strlen to sal_Int32Andras Timar2013-11-071-1/+1
* convert CUI module from String to OUStringNoel Grandin2013-10-011-5/+5
* fdo#62699 drop pass-through header svx/svdattrx.hxxThomas Arnhold2013-07-021-6/+11
* Bin ugly (ab)use of preprocessor in headersTor Lillqvist2013-04-271-1/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-10-041-23/+14
* translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn2012-04-171-14/+12
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-2/+2
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-3/+3