summaryrefslogtreecommitdiff
path: root/sw/source/core/fields
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon8-170/+170
2015-11-19use comphelper::containerToSequenceNoel Grandin1-12/+2
2015-11-14SwPostItField::dumpAsXml: survive 0 mpTextMiklos Vajna1-2/+3
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10sw doc model xml dump: show comment textMiklos Vajna2-18/+26
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann12-102/+102
2015-11-06tdf#94624 calculation of power operator fixedOliver Specht1-0/+2
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin3-4/+4
2015-10-28sw: prefix members of SwTableBoxMiklos Vajna1-2/+2
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-24/+24
2015-10-21sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-6/+6
2015-10-20loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19sw: prefix members of SwTableMiklos Vajna1-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht2-5/+5
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl1-5/+5
2015-10-02sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-24/+26
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna3-4/+4
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-2/+4
2015-08-20loplugin: defaultparamsNoel Grandin2-3/+3
2015-08-03sw: inline use-once typedefsNoel Grandin1-3/+1
2015-07-06improve the returnbyref lopluginNoel Grandin2-5/+5
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2-3/+3
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2-2/+2
2015-06-19sw: remove the SwField::ExpandCitation disasterMichael Stahl1-6/+0
2015-06-11tdf#90926 remove footnote mark from cross referenceAndras Timar1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-11/+11
2015-06-04Resolves: tdf#91637 avoid -1 string indexCaolán McNamara1-2/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier16-1046/+1046
2015-05-12sw: Rename some variables.Jan Holesovsky1-3/+3
2015-05-12sw: Rename a variable.Jan Holesovsky1-3/+3
2015-05-12sw: Disambiguate future pTable.Jan Holesovsky1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-3/+3
2015-05-10tdf#66353: fix converting relative sw table formula back to boxMike Kaganski1-1/+1
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-20/+20
2015-05-05loplugin:staticmethodsNoel Grandin3-11/+11
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-2/+2
2015-05-03Use auto and range-based for loopsMatteo Casalin1-8/+5
2015-05-03Reduce scope, use more proper types and check downcastMatteo Casalin1-3/+5
2015-05-03Scan sorted array for a gap only if there could be oneMatteo Casalin1-3/+7
2015-05-03Reduce checks in loopMatteo Casalin1-5/+3
2015-05-03SwRefPageGetFieldType::MakeSetList can return boolMatteo Casalin2-3/+3
2015-05-03sal_uInt16 to (const) shortMatteo Casalin1-4/+4
2015-05-03Avoid possible downcasts and rely on implicit type conversionsMatteo Casalin3-4/+4
2015-05-03Use more proper integer types and range-based for loopsMatteo Casalin1-43/+37