summaryrefslogtreecommitdiff
path: root/sw/source/uibase/config
AgeCommit message (Expand)AuthorFilesLines
2015-11-26loplugin:unusedfields variousNoel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon3-7/+7
2015-11-14sw: prefix members of SwPrintDataMiklos Vajna1-42/+42
2015-11-12sw: prefix members of SwViewOptionMiklos Vajna1-77/+77
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-38/+38
2015-11-09formatting improvements in sw/Noel Grandin6-6/+6
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin6-30/+30
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02sw: prefix members of SwViewOptionMiklos Vajna1-70/+70
2015-10-20loplugin:defaultparamsStephan Bergmann2-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-13/+13
2015-10-06Disable spellcheck when LOK is activeMiklos Vajna1-0/+3
2015-10-06sw: outline SwViewOption::SetOnlineSpell()Miklos Vajna1-0/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-6/+12
2015-10-01sw tiled rendering: default to transparent background outside page framesMiklos Vajna1-0/+3
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+3
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-1/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-20loplugin:simplifyboolNoel Grandin1-1/+1
2015-08-20more config skipping stuff and a tester toolCaolán McNamara4-9/+24
2015-08-17tdf#39080 Added HideWhitespaceMode ViewOption flagAshod Nakashian1-0/+4
2015-08-07Delete unnecessary writer options from Options dialogMihály Palenik1-21/+1
2015-08-03new loplugin: refcountingNoel Grandin1-2/+2
2015-06-15convert POSTITS_ to scoped enumNoel Grandin1-1/+1
2015-06-01Use auto or more proper integer types, avoid temporariesMatteo Casalin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier6-115/+115
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-13sw: Rename variable.Jan Holesovsky1-3/+3
2015-05-06sw: clean up some defensive programming in modcfg.cxxMichael Stahl1-278/+263
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-7/+7
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin5-12/+12
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+5
2015-04-15convert TXTFORMAT constants to scoped enumNoel Grandin1-3/+3
2015-04-07tdf#90362 sw: config option for ignoring protected areasMiklos Vajna1-2/+5
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-33/+33
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-03-24convert SvxZoomType to enum classNoel Grandin1-1/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl6-14/+14
2015-02-02tdf#68183 sw: config option for disabling the creation of automatic RSID marksMiklos Vajna1-2/+6
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin1-1/+1
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin3-66/+42
2014-12-02loplugin: cstylecastNoel Grandin1-4/+4
2014-11-25loplugin: cstylecastNoel Grandin3-5/+5
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin2-3/+3