summaryrefslogtreecommitdiff
path: root/sw/source/uibase/config
AgeCommit message (Expand)AuthorFilesLines
2018-05-17sw: prefix members of InsCaptionOptMiklos Vajna1-10/+10
2018-04-26convert tabopts to scoped enumNoel Grandin1-8/+8
2018-04-10tdf#114523 Make inline tooltips for changes optionalheiko tietze3-10/+13
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-04-03sw: separate non-static and static members of SwViewOptionMiklos Vajna1-78/+78
2018-03-07use more Color in swNoel Grandin3-8/+8
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-02-27drop old tools/gen.hxx methods in swNoel Grandin1-2/+9
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-2/+2
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin2-20/+20
2018-02-09The special value of CaptionOrderNumberingFirst for hu is already setStephan Bergmann1-10/+1
2018-02-08Add missing no-modify mode for SwMasterUsrPref::Set* functionsStephan Bergmann1-2/+2
2018-02-08Store SwMasterUsrPref::m_nDefTab in 1/100 mm instead of twipsStephan Bergmann1-3/+3
2018-01-22tdf#114523 Make inline tooltips for changes optionalheiko tietze1-13/+14
2018-01-15More loplugin:cstylecast: swStephan Bergmann4-15/+15
2018-01-12More loplugin:cstylecast: swStephan Bergmann3-27/+27
2017-12-28ofz#4746 Invalid-bool-valueCaolán McNamara1-2/+10
2017-12-04sw: prefix members of AuthorCharAttrMiklos Vajna2-34/+34
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-2/+2
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-11-19clang-tidy modernize-use-equals-default in sw/source/uibaseJochen Nitschke2-104/+1
2017-11-17loplugin:useuniqueptr in SwNumRulesWithNameNoel Grandin1-18/+11
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara4-7/+7
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski4-14/+14
2017-10-07drop use of tools::SvRef in xmloffNoel Grandin1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+2
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-1/+1
2017-09-14Revert "Disable spellcheck when LOK is active"Michael Meeks1-3/+0
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-1/+1
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-2/+2
2017-08-06loplugin:constparams in sw part6Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin2-63/+41
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara1-2/+2
2017-05-19loplugin:stringcopy: swStephan Bergmann1-3/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin1-16/+16
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin2-2/+2
2017-04-12convert SelectionType to scoped enumNoel Grandin1-7/+7
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin1-9/+10
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-17/+7
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-1/+0
2016-12-05avoid coverity#1371269 Missing move assignment operatorCaolán McNamara1-5/+5