summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optcomp.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski1-3/+13
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-02-22weld native message dialogsCaolán McNamara1-4/+4
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-12-19inline use-once typedefsNoel Grandin1-3/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-8/+8
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-05-26tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat optionMiklos Vajna1-3/+13
2017-02-12tdf#89329: Use unique_ptr for pImpl in optcompArnold Dumas1-1/+1
2017-01-27Compatibility options refactoring. Part 1Vitaliy Anderson1-223/+115
2017-01-18tdf#104349, tdf#104668 MS Word compatibility trailing blanks option part 2Vitaliy Anderson1-8/+26
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-04-22tdf#81833: form protection can be modified as compatibility optionOliver Specht1-7/+23
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-1/+1
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09formatting improvements in sw/Noel Grandin1-3/+3
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-3/+3
2015-10-12convert Link<> to typedNoel Grandin1-3/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-1/+1
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel 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/+4
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+6
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-11/+11
2014-12-02loplugin: cstylecastNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
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-1/+1
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-4/+0
2014-04-30sw: sal_Bool->boolNoel Grandin1-14/+14
2014-04-27Minor optimizations on OUStringsMatteo Casalin1-7/+7
2014-04-27sal_uInt16 to sal_Int32/sal_uLongMatteo Casalin1-12/+12
2014-04-15sw: clean up inter-module includesThomas Arnhold1-1/+1
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-22bool improvementsStephan Bergmann1-11/+11