summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
AgeCommit message (Expand)Author
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann
2018-05-22tdf#108523 Remove @author annotationsAbhyudaya Sharma
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-03-29loplugin:useuniqueptr in SwNumRuleNoel Grandin
2018-02-28Fix some IWYU warningsMiklos Vajna
2018-01-17Fix typosAndrea Gelmini
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-02Clean up use of integer typesStephan Bergmann
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-05loplugin:unnecessaryoverride in swNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-14loplugin:passstuffbyref in swNoel Grandin
2016-03-22loplugin:constantparam in swNoel Grandin
2016-02-17sw: indentation fixesMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-29sw: prefix members of SwNumFormatMiklos Vajna
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-10loplugin: cstylecastNoel Grandin
2014-10-01Constify dumpAsXml and friendsJan-Marek Glogowski
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17sw: prefer passing OUString by referenceNoel Grandin
2014-02-03Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann
2013-11-23SwNumRule: rename member variables missing their prefixesMiklos Vajna
2013-11-08SwNumRule: add getter / setter for InteropGrabBagMiklos Vajna
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-09sw: include SwNumRule in doc model xml dumpMiklos Vajna
2013-10-02remove yet another StringHash implCaolán McNamara
2013-08-21GetOutlineRuleName: return OUString instead of char*Matteo Casalin
2013-08-21String to OUStringMatteo Casalin
2013-08-12String to OUString and some optimizationsMatteo Casalin
2013-07-14Mark as constTakeshi Abe