summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/number.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-18loplugin: cstylecastNoel Grandin1-2/+2
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-1/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-4/+4
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-2/+3
2014-07-15Refactored IDocumentListsAccess out of SwDoc.Valentin Kettner1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-5/+0
2014-04-30sw: sal_Bool->boolNoel Grandin1-38/+38
2014-04-16coverity#1202970 Uninitialized scalar fieldCaolán McNamara1-4/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-1/+1
2013-11-23SwNumRule: rename member variables missing their prefixesMiklos Vajna1-113/+113
2013-11-08SwNumRule: add getter / setter for InteropGrabBagMiklos Vajna1-0/+20
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-15/+15
2013-11-03Get rid of global aDotStrTor Lillqvist1-4/+4
2013-10-19CID#736189 out of boundsCaolán McNamara1-1/+10
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-1/+1
2013-10-02fix format for code consistencyPhilipp Riemer1-2/+2
2013-08-26fdo#33960: simplify SwNumRule::MakeRefNumString furtherMichael Stahl1-15/+2
2013-08-26fdo#33960: sw: fix cross reference fields some moreTroy Rollo1-15/+2
2013-08-21GetOutlineRuleName: return OUString instead of char*Matteo Casalin1-3/+5
2013-08-21Fix off-by-one access and clarify loopMatteo Casalin1-6/+7
2013-08-21String to OUStringMatteo Casalin1-48/+43