summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/numpara.cxx
AgeCommit message (Expand)Author
2022-10-16sw: fix crash in SwParagraphNumTabPage::ExecuteEditNumStyle_ImplXisco Fauli
2022-01-22tdf#146891 there is a case where "chapter numbering" can be changedCaolán McNamara
2022-01-17tdf#146747 InternalItems has to be null terminatedCaolán McNamara
2022-01-09Resolves: tdf#146285 the "edit" button should be insensitiveCaolán McNamara
2021-11-23Resolves: tdf#145804 show "Chapter Numbering" as (uneditable) list styleCaolán McNamara
2021-11-01tdf#145363 provide an explicit parent for numbering-style dialogCaolán McNamara
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2020-09-30loplugin:reducevarscope in swNoel
2020-01-23tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxxGabor Kelemen
2020-01-06Resolves: tdf#129527 enable/disable edit-style button at the right timeCaolán McNamara
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-01-18Resolves tdf#122637 - Disabled controls in Outline & Numbering unclearheiko tietze
2018-12-05remove unused SfxCallMode enum valueNoel Grandin
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara
2018-06-15weld SwParagraphNumTabPageCaolán McNamara
2018-04-27loplugin:constantparamNoel Grandin
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen
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-27loplugin:constantparam in swNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25tdf#93351: Edit style button in Schema & Numbering should point to List stylesJulien Nabet
2015-06-23Drop duplicate #includesTakeshi Abe
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin