summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/numpara.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-21tdf#115871 - Reset outline and list options to parent settingsAndreas Heinisch1-1/+5
2023-05-26use more TypedWhichIdNoel Grandin1-1/+1
2023-03-02tdf#62032 sw List Level UI: don't require old valueJustin Luth1-1/+1
2023-03-01tdf#62032 sw: make List Level UI experimentalJustin Luth1-0/+6
2023-03-01tdf#62032 sw: let paragraph UI set List LevelJustin Luth1-1/+58
2022-10-03sw: fix crash in SwParagraphNumTabPage::ExecuteEditNumStyle_ImplXisco Fauli1-6/+8
2022-07-25sw: prefix members of SwCharURLPage, SwParagraphNumTabPage, Xst and XstzMiklos Vajna1-11/+11
2022-03-11use SfxItemSet::GetItemIfSet in sw/.../uiNoel Grandin1-6/+8
2022-02-24use more TypedWhichIdNoel Grandin1-2/+2
2022-01-21tdf#146891 there is a case where "chapter numbering" can be changedCaolán McNamara1-6/+8
2022-01-14tdf#146747 InternalItems has to be null terminatedCaolán McNamara1-1/+2
2022-01-07Resolves: tdf#146285 the "edit" button should be insensitiveCaolán McNamara1-1/+2
2021-11-23Resolves: tdf#145804 show "Chapter Numbering" as (uneditable) list styleCaolán McNamara1-2/+2
2021-11-01tdf#145363 provide an explicit parent for numbering-style dialogCaolán McNamara1-2/+9
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin1-4/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-2/+2
2020-09-30loplugin:reducevarscope in swNoel1-2/+1
2020-01-23tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxxGabor Kelemen1-5/+0
2020-01-06Resolves: tdf#129527 enable/disable edit-style button at the right timeCaolán McNamara1-7/+5
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-2/+2
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-2/+2
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-2/+2
2019-01-18Resolves tdf#122637 - Disabled controls in Outline & Numbering unclearheiko tietze1-0/+2
2018-12-05remove unused SfxCallMode enum valueNoel Grandin1-1/+1
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-5/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-4/+4
2018-06-15weld SwParagraphNumTabPageCaolán McNamara1-148/+119
2018-04-27loplugin:constantparamNoel Grandin1-6/+3
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen1-1/+0
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-1/+1
2017-10-27loplugin:constantparam in swNoel Grandin1-5/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-6/+6
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-5/+5
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin1-4/+1
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin1-1/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-3/+3
2016-04-21new plugin stylepoliceNoel Grandin1-2/+2
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin1-3/+2