summaryrefslogtreecommitdiff
path: root/cui/source/options/optasian.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara1-1/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-2/+2
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-2/+0
2019-07-27weld SvxAsianLayoutPageCaolán McNamara1-95/+74
2019-03-11loplugin:constantparamNoel Grandin1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-1/+1
2018-07-17loplugin:useuniqueptr in SvxAsianLayoutPage_ImplNoel Grandin1-26/+15
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-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-23Typo: GetSelectLanguage -> GetSelectedLanguageSamuel Mehrbrodt1-3/+3
2018-02-28Use for-range loops in cuiJulien Nabet1-10/+7
2018-01-15More loplugin:cstylecast: cuiStephan Bergmann1-2/+2
2017-07-31loplugin:constparams in cuiNoel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-7/+10
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin1-6/+0
2017-01-16new loplugin: useuniqueptr: cuiNoel Grandin1-6/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-06-10Clean up uses of Any::getValue() in cuiStephan Bergmann1-1/+2
2016-05-26tdf#89329: use unique_ptr for pImpl in optasianXisco Fauli1-2/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-5/+4
2015-10-12convert Link<> to typedNoel Grandin1-5/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
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/+13
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+1
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
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-1/+1
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1