summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/numpara.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-16weld 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
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-8/+4
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht1-1/+11
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-7/+3
2015-08-25tdf#93351: Edit style button in Schema & Numbering should point to List stylesJulien Nabet1-1/+1
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-5/+5
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-4/+5
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+20
2015-04-09Relate: tdf#88045 Edit Numbering Style Button is nonclickable for None EntryHeena Gupta1-2/+19
2015-04-09fdo#88045-Edit Button for Numbering Style in Edit Paragraph StyleHeena Gupta1-1/+52
2015-03-23loplugin:constantfunction: swNoel Grandin1-6/+1
2014-12-02loplugin: cstylecastNoel Grandin1-6/+6
2014-11-26loplugin: cstylecastNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-6/+6
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-5/+5
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-11/+11
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-8/+8
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-2/+0
2014-05-23coverity#705519 Dereference null return valueCaolán McNamara1-6/+9
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-8/+8
2014-04-30sw: sal_Bool->boolNoel Grandin1-8/+8
2014-04-27constLuboš Luňák1-2/+2
2014-04-27Reduce scopeMatteo Casalin1-2/+1