summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/number.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-02loplugin:casttovoid: swStephan Bergmann1-2/+1
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl1-2/+2
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-4/+1
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-05-03tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::ContainsMichael Stahl1-1/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2017-03-02Clean up use of integer typesStephan Bergmann1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin1-12/+3
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-2/+2
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-5/+0
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-1/+1
2016-10-05loplugin:unnecessaryoverride in swNoel Grandin1-10/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-7/+7
2016-05-10Remove default outline indent, fixes tdf#95576Luke Deller1-10/+0
2016-04-25Cannot extract Any to sal_uInt8Stephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+2
2016-04-14loplugin:passstuffbyref in swNoel Grandin1-1/+1
2016-03-22loplugin:constantparam in swNoel Grandin1-7/+4
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-2/+9
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-9/+8
2015-10-29sw: prefix members of SwNumFormatMiklos Vajna1-11/+11
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-3/+3
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-0/+4
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-07-24loplugin:unusedmethodsNoel Grandin1-6/+0
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-235/+235
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-26convert SvxNumRuleType to enum classNoel Grandin1-1/+1
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-7/+4
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-4/+4
2015-03-01Use more proper integer types and range-for loopsMatteo Casalin1-1/+1
2015-02-06Extract SwNumRuleTbl::dumpAsXml() from docnodeMiklos Vajna1-0/+8
2015-02-04Extract SwNumRule::dumpAsXml() from docnodeMiklos Vajna1-0/+10
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-3/+4
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3