summaryrefslogtreecommitdiff
path: root/cui/source/options/treeopt.cxx
AgeCommit message (Expand)Author
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen
2019-07-19loplugin:referencecasting in cppcanvas..cuiNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-22Related: tdf#126036 give options dialog consistent button orderCaolán McNamara
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen
2019-04-19drop some includesCaolán McNamara
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-03-09loplugin:unusedfieldsNoel Grandin
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-25loplugin:unusedfields in cuiNoel Grandin
2019-02-16tdf#123021 Fix options dialog cancel doesn't cancel chart color changesJim Raykowski
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen
2018-12-13tdf#121180: close Options dialog when restart is confirmedMike Kaganski
2018-11-19loplugin:singlevalfieldsNoel Grandin
2018-11-12-Werror,-Wunused-private-fieldStephan Bergmann
2018-11-12loplugin:singlevalfields in accessibility..extensionsNoel Grandin
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-10tdf#120703 PVS: drop the unused codeMike Kaganski
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-03Start of work in progress on making dialogs work in the iOS appTor Lillqvist
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-09make CreateGeneralTabPage take a TabPageParentCaolán McNamara
2018-09-04tdf#119690 on 'apply' options dialog is still up, use that as parentCaolán McNamara
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-06-06tdf#37336 Added Apply button in options dialogDiadlo
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-11weld RestartDialogCaolán McNamara
2018-03-06After Java settings have changed, restart LibO for realKatarina Behrens
2018-03-01tdf#115994: Extensions' option pages need fixed pref. sizeKatarina Behrens
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-21tdf#115015: make crypto settings better fit allocated spaceKatarina Behrens
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann
2018-01-11Use more unique_ptr in treeopt (cui)Julien Nabet
2017-12-28Use unique_ptr for VectorOfNodes (cui/treeopt)Julien Nabet
2017-12-28Use unique_ptr for m_aLeaves/m_aGroupedLeaves (cui)Julien Nabet
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: cuiStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-10-04tdf#112689 Replace chained O(U)StringBuffer::append with operator+ in cuiArkadiy Illarionov