summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
AgeCommit message (Expand)AuthorFilesLines
2015-11-27sw doc model xml dump: recognize RES_TXTATR_METAMiklos Vajna1-0/+5
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon10-253/+253
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-1/+0
2015-11-16sw: Rename to avoid conflict after Frm -> Frame rename.Jan Holesovsky1-3/+3
2015-11-13sw: shove 2 global variables into SwHyphIterMichael Stahl1-6/+6
2015-11-115th step to remove tools/rtti.hxxOliver Specht5-8/+4
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-22/+14
2015-11-10sw doc model xml dump: show comment textMiklos Vajna1-1/+16
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann18-339/+339
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin3-8/+6
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-03tdf#81144 Chinese full-width punctuation does not align properlyMark Hung1-8/+16
2015-10-28sw: prefix members of SwSubFontMiklos Vajna2-47/+47
2015-10-28sw: prefix members of SwTOXMarkMiklos Vajna1-1/+1
2015-10-26sw: prefix members of SwFontMiklos Vajna2-179/+179
2015-10-26sw: prefix members of SwUnderlineFontMiklos Vajna1-2/+2
2015-10-22sw: prefix members of SwCrsrMoveStateMiklos Vajna1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann4-10/+10
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-13/+13
2015-10-12sw: indentation fixesMiklos Vajna1-1/+1
2015-10-01Fix typosAndrea Gelmini2-4/+4
2015-10-01remove old standalone Sun bug numbersNoel Grandin4-6/+1
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-3/+3
2015-09-18convert Link<> to typedNoel Grandin1-4/+4
2015-09-17boost->stdCaolán McNamara2-9/+9
2015-09-15tdf#93261: sw: fix idle auto-complete collection loop on big parasMichael Stahl1-1/+2
2015-09-15tdf#93261: sw: fix idle auto-complete collection loop on empty parasMichael Stahl1-3/+2
2015-09-09tdf#92036: sw: fix idle spelling loopMichael Stahl2-20/+37
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin6-97/+93
2015-09-04sw: avoid asserts from RsidOnlyAutoFormats checkMichael Stahl1-1/+7
2015-08-20loplugin: defaultparamsNoel Grandin4-7/+7
2015-08-15Fix tdf#36884 10n character does not rotate 270 degreeMark Hung1-1/+1
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-2/+2
2015-08-10tdf#87922 SwDrawTextInfo::ApplyAutoColor: handle fill attributesMiklos Vajna1-0/+10
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-08sw: remove boost::bind from fmtatr2.cxxMichael Stahl1-2/+1
2015-07-06improve the returnbyref lopluginNoel Grandin3-4/+4
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-18sw: dump ruby text in nodes dumpMichael Stahl1-0/+7
2015-06-18sw: fix duplicate whichId attributes in node dumpMichael Stahl1-1/+1
2015-06-12tdf#91228: need to check the format's IsLockModified(), not the node'sMichael Stahl2-39/+21
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-3/+3
2015-06-02tdf#91228 Fix Writer crashPhilippe Jung1-4/+35
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-06-01sw: SwTxtNode::CutImpl(): destination must be different nodeMichael Stahl1-260/+145