summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
AgeCommit message (Expand)AuthorFilesLines
2018-11-10sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl3-7/+8
2018-11-10sw_redlinehide_3: pass current layout through ModelToViewHelperMichael Stahl3-6/+9
2018-11-10sw_redlinehide_3: SwNodeText::GetExpandText overload is...Michael Stahl1-5/+9
2018-11-10sw: remove pointless indirection to SwTextNode::GetNumRule_Michael Stahl1-7/+1
2018-11-10sw_redlinehide_3: SwTextNode::AddToList ignore Undo-array nodesMichael Stahl1-1/+1
2018-11-10sw_redlinehide_3: SwEditShell::IsFirstNumRuleAtPos()Michael Stahl1-3/+4
2018-11-10sw_redlinehide_3: adapt SwTextNode::IsNumbered() & callersMichael Stahl1-2/+2
2018-11-10sw_redlinehide_3: adapt number tree updates in SetAttr/ResetAttrMichael Stahl1-13/+35
2018-11-10sw_redlinehide_3: apparently a live SwNodeNum always has a parentMichael Stahl1-0/+2
2018-11-10sw_redlinehide_3: add second SwNodeNum to SwTextNodeMichael Stahl1-12/+63
2018-11-10sw_redlinehide_3: add flag to SwNodeNumMichael Stahl1-2/+2
2018-11-10sw_redlinehide_3: add second SwNodeNum tree to SwListMichael Stahl1-15/+25
2018-11-10sw_redlinehide_3: invalidate footnotes in UnHideRedlinesMichael Stahl1-1/+6
2018-11-10sw_redlinehide_3: use appropriate footnote number in text formattingMichael Stahl2-4/+9
2018-11-10sw_redlinehide_3: add second footnote numberMichael Stahl1-1/+6
2018-11-10sw_redlinehide_3: trivial conversions in new code in fntcache.cxxMichael Stahl1-5/+5
2018-11-10sw_redlinehide_3: SwAccessibleHyperlink listen at SwFormatINetFormatMichael Stahl1-0/+1
2018-11-08More --enable-debug --disable-assert-always-abort fixesStephan Bergmann1-1/+1
2018-11-08loplugin:constantparamNoel Grandin1-1/+1
2018-11-07Drop unused variableMichael Weghorn1-1/+0
2018-11-07loplugin:collapseif in swNoel Grandin1-11/+8
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov4-138/+114
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski1-1/+1
2018-10-25Always check IsVirtual() in SwFntObj::DrawTextJan-Marek Glogowski1-2/+2
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-0/+1
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski1-4/+4
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-4/+4
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-28/+31
2018-10-22tdf#120703 (PVS): redundant comparisons, dynamic_cast<T&> in dtorMike Kaganski1-7/+13
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin2-26/+8
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin3-5/+5
2018-10-12tdf#119992 sw: compare sub-strings in SwTextGlyphsKey comparisonMiklos Vajna1-3/+10
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-09tdf#119993 sw: clear the font cache text glyphs on table col changeMiklos Vajna1-0/+6
2018-10-07Fix typosAndrea Gelmini1-1/+1
2018-10-03loplugin:constfields in swNoel Grandin2-7/+7
2018-10-01sw_redlinehide_2: more footnote assert problemsMichael Stahl1-1/+4
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl2-2/+9
2018-09-19sw_redlinehide_2: adapt SwEditShell::GetCurWord()Michael Stahl1-11/+18
2018-09-19sw_redlinehide_2: remove one bool from SwTextNode::ExpandText()Michael Stahl1-4/+2
2018-09-19sw_redlinehide_2: JoinPrev with NonFirst nodeMichael Stahl1-7/+33
2018-09-19sw_redlinehide_2: update flys and footnotes on redline opsMichael Stahl1-4/+9
2018-09-19sw_redlinehide_2: handle delete-without-redline inside of redlineMichael Stahl1-0/+2
2018-09-19sw_redlinehide_2: SwUndoDeleteMichael Stahl1-1/+4
2018-09-19sw_redlinehide_2: JoinPrev() may need to move frames on deleted ...Michael Stahl1-1/+45
2018-09-19sw_redlinehide_2: SwContentNode::DelFrames()Michael Stahl1-1/+1
2018-09-19sw: add a real create-no-frames flag to MakeCopy/MakeTextNodeMichael Stahl1-2/+3
2018-09-19sw_redlinehide_2: JoinNext/JoinPrev may need to recreate MergedParaMichael Stahl1-4/+24
2018-09-19sw_redlinehide_2: SplitContentNode also needs to move flys ...Michael Stahl1-0/+66
2018-09-19sw_redlinehide_2: reset node's merge flag in SwTextNode::JoinNext/JoinPrevMichael Stahl1-0/+31