summaryrefslogtreecommitdiff
path: root/cui/source/options/optasian.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-22improve loplugin:staticmethodsNoel Grandin1-3/+3
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: cuiStephan Bergmann1-2/+2
2023-09-25tdf#49895: search in Options: check if label exists (related to tdf#157266)Bayram Çiçek1-2/+8
2023-08-29tdf#49895: Add search functionality to Options dialogBayram Çiçek1-0/+20
2023-03-03flatten SvxForbiddenChars_Impl and associated mapNoel Grandin1-22/+22
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin1-3/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-3/+4
2020-10-02loplugin:reducevarscope in cuiNoel1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
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