summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/labdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-15/+2
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-4/+0
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-3/+3
2018-11-09Resolves: tdf#121290 Crash, if press F4 for a selected calloutCaolán McNamara1-5/+5
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-14/+14
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-5/+5
2018-09-10weld SvxCaptionTabDialogCaolán McNamara1-13/+9
2018-09-10weld SvxCaptionTabPageCaolán McNamara1-141/+119
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-1/+2
2018-08-10Translate German variable namesJohnny_M1-41/+41
2018-08-07Translate German variable namesJohnny_M1-92/+92
2018-07-29Merge identical switch cases in SvxCaptionTabPageMuhammet Kara1-10/+0
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-17loplugin:unusedfields in cuiNoel Grandin1-4/+5
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-1/+0
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt1-2/+2
2018-01-15More loplugin:cstylecast: cuiStephan Bergmann1-3/+3
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: cuiStephan Bergmann1-3/+3
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-06-26Fix typosAndrea Gelmini1-2/+2
2017-03-29tdf#39468 Translate German commentsJens Carl1-4/+4
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-08-25convert SvxAnchorIds to scoped enumNoel Grandin1-4/+4
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-3/+3
2016-08-18convert SdrCaptionEscDir to scoped enumNoel Grandin1-15/+17
2016-08-18convert SdrCaptionType to scoped enumNoel Grandin1-14/+14
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-4/+4
2016-02-09Remove excess newlinesChris Sherlock1-10/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-6/+4
2015-09-25convert Link<> to typedNoel Grandin1-1/+1
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-12/+3
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-3/+3
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/+20
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-8/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2