summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/thints.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-1/+0
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-22/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-44/+44
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+2
2015-10-12sw: indentation fixesMiklos Vajna1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-30/+39
2015-08-03coverity#1314999 Dereference null return valueCaolán McNamara1-2/+4
2015-07-29tdf#89954 sw: let annotation have CH_TXTATR_INWORD placeholder againMiklos Vajna1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-12tdf#91228: need to check the format's IsLockModified(), not the node'sMichael Stahl1-35/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-02tdf#91228 Fix Writer crashPhilippe Jung1-4/+35
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-412/+412
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+1
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-2/+2
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-2/+2
2015-03-11fix windows buildNoel Grandin1-1/+1
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-5/+3
2015-03-11convert SetAttrMode to enum classNoel Grandin1-17/+17
2015-02-18boost->stdCaolán McNamara1-11/+11
2015-02-16remove debugging spewCaolán McNamara1-2/+0
2015-02-16include algorithm for std::maxCaolán McNamara1-0/+2
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-1/+1
2015-01-20Maintain the sorting in sorted_vector after modifying the elements.Ashod Nakashian1-5/+5
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-3/+6
2014-11-26loplugin: cstylecastNoel Grandin1-37/+37
2014-11-20simplify after expandBjoern Michaelsen1-10/+8
2014-11-20expand complex cascading conditional operatorBjoern Michaelsen1-8/+13
2014-11-20sw: convert more legacy assertsMichael Stahl1-8/+7
2014-11-20SwTxtNode::IsIgnoredCharFmtForNumbering: ignore RES_CHRATR_COLORMiklos Vajna1-1/+1
2014-11-20sw: move IsIgnoredCharFmtForNumbering() to SwTxtNodeMiklos Vajna1-3/+2
2014-10-31sw: fix insertion of hyperlink inside hyperlink...Michael Stahl1-11/+19
2014-10-27sw: deploy some asserts in SwpHints::TryInsertNesting()Michael Stahl1-15/+14
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-35/+49
2014-10-12convert SWFMTFLD_ #defines to an enumNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-9/+9
2014-09-06sal_uInt16 to size_t, constify, avoid temporariesMatteo Casalin1-9/+7
2014-08-20i#107771: sw: burn, UnoCallBack, burn!Michael Stahl1-7/+0
2014-08-20i#107771: sw: make SwXFootnote a client of its format poolitemMichael Stahl1-1/+1
2014-08-20i#107771: sw: make SwXTextField a client of its format poolitemMichael Stahl1-1/+1
2014-08-20i#107771: sw: make SwXReferenceMark a client of its format poolitemMichael Stahl1-1/+2
2014-08-17coverity#1158079 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-8/+9