summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/thints.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-09-19convert CopyOrNewType to scoped enumNoel Grandin1-4/+4
2016-09-01fix non-debug enable-assert-always-abort buildCaolán McNamara1-1/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-2/+2
2016-06-16Remove the :: prefix in ::std for swMark Page1-2/+2
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-30tdf#98512: sw: remove duplicate undo history addMichael Stahl1-0/+1
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-1/+2
2016-01-03loplugin:stringconstantStephan Bergmann1-2/+2
2016-01-02tdf#96479 workaround bookmark end pos handling...Jan-Marek Glogowski1-4/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-2/+2
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