summaryrefslogtreecommitdiff
path: root/cui/source/options/optaboutconfig.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-4/+4
2021-04-22Resolves: tdf#141721 text from 1st col not clipped if 2nd col is emptyCaolán McNamara1-1/+1
2021-01-18tdf#139332 reduce height of expert config dialogCaolán McNamara1-1/+1
2020-10-15tdf#137432 only do EnableInvalidate(false) optimization when not shownCaolán McNamara1-0/+2
2020-10-02loplugin:reducevarscope in cuiNoel1-2/+1
2020-08-31Related: tdf#136189 don't assert on unsetting non-existing previous sort columnCaolán McNamara1-1/+3
2020-06-05have just one way to set expander imageCaolán McNamara1-5/+5
2020-05-20use for-range on Sequence in cppuhelper,cuiNoel Grandin1-12/+12
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-17loplugin:flatten in cuiNoel Grandin1-178/+178
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-06tdf#42949 Fix IWYU warnings in cui/Gabor Kelemen1-1/+0
2019-12-17ui: show wait mouse pointer on operations in Expert ConfigurationVasily Melenchuk1-0/+4
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-1/+2
2019-10-02drop some unnecessary includesCaolán McNamara1-5/+1
2019-09-30weld CuiAboutConfigTabPageCaolán McNamara1-173/+189
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-3/+0
2019-08-13Fix overly restrictive limit checksStephan Bergmann1-5/+5
2019-08-01drop newly unused OptHeaderTabListBoxCaolán McNamara1-2/+0
2019-06-15loplugin:logexceptionnicely in cuiNoel Grandin1-2/+3
2019-05-31drop unneeded includesCaolán McNamara1-0/+1
2019-04-19drop some unneeded includesCaolán McNamara1-1/+0
2019-04-12loplugin:sequentialassign in comphelper..cuiNoel Grandin1-10/+5
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-01weld CuiAboutConfigValueDialogCaolán McNamara1-29/+17
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin1-1/+1
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen1-20/+19
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-19Resolves: tdf#121487 ::Execute called on "modeless" dialogCaolán McNamara1-2/+2
2018-11-07move SvTreeListBox to vclCaolán McNamara1-2/+2
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin1-19/+19
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-1/+1
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin1-7/+5
2018-04-03tdf#116733: Fix expanding in the entries in "Open expert configuration".Jan Holesovsky1-1/+1
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann1-2/+2
2017-12-06loplugin:countusersofdefaultparams in cuiNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-10-01throw more useful uno::Exception'sNoel Grandin1-6/+6
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-15/+10
2017-09-10tdf#112254: fix memory leak in optaboutconfig (cui)Julien Nabet1-2/+4
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-6/+6
2017-05-13tdf#107811: expert config, deal no parent caseJulien Nabet1-0/+6
2017-04-28loplugin:salunicodeliteral: cuiStephan Bergmann1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-2/+1
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin1-16/+16
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3