summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/appopt.cxx
AgeCommit message (Expand)Author
2021-07-21can pass SfxItemSet around by value in SfxShellNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-14Outline folding experimental feature rehackJim Raykowski
2021-03-26loplugin:flattenNoel
2020-12-24Fix typosAndrea Gelmini
2020-12-24tdf#138136 tdf#38093 add option to treat sub outline levels as contentJim Raykowski
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-06-22sw: prefix members of SwDocDisplayItem, SwNode2LayoutSaveUpperFrames, ...Miklos Vajna
2020-01-31tdf#45589 offapi,officecfg,sw: add option to toggle bookmark displayMichael Stahl
2020-01-07tdf#42949 Fix IWYU warnings in sw/source/uibase/[a-g]*/*cxxGabor Kelemen
2019-12-12tdf#105225 New UNO and Writer Web background tab pagesJim Raykowski
2019-12-02tdf#47583 sw: Don't mix doc print settings into option dialogMichael Weghorn
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2018-12-05use unique_ptr in SwModuleNoel Grandin
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-09-09weld SvxGridTabPageCaolán McNamara
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-08Store SwMasterUsrPref::m_nDefTab in 1/100 mm instead of twipsStephan Bergmann
2018-02-05TypedWhichId in sw(1)Noel Grandin
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-11-21related: tdf#90362: remove option from Formatting AidsMike Kaganski
2016-09-07loplugin:constantparam in swNoel Grandin
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-03-31tdf#84938 convert VIEWOPT_ constants to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-19cleanup some local var declarationsNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-22sw: prefix members of SwModuleMiklos Vajna
2015-07-06improve the returnbyref lopluginNoel Grandin