summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-5/+5
2021-01-15tdf#135014 sw_redlinehide: fix missing frames when removing fieldmarkMichael Stahl1-0/+2
2020-12-15Fix typoAndrea Gelmini1-1/+1
2020-12-14SwContentFrame: Modify no moreBjoern Michaelsen1-4/+4
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl1-3/+3
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-11-05retire most of SwModifyBjoern Michaelsen1-2/+2
2020-10-20use tools::Long in swNoel1-24/+24
2020-10-13sw_redlinehide: fix crash in SwTextNode::SplitContentNode()Michael Stahl1-1/+0
2020-10-13static_cast after dynamic_castNoel1-2/+1
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-5/+5
2020-09-27Move default way to find Which to an inline functionBjoern Michaelsen1-1/+2
2020-07-31loplugin:flatten in sw/core/textNoel Grandin1-142/+142
2020-07-28tdf#133967 sw_redlinehide: fix assert on undo-redo-undoMichael Stahl1-0/+5
2020-06-10loplugin:buriedassign in swNoel Grandin1-5/+6
2020-05-20loplugin:unusedfieldsNoel Grandin1-1/+0
2020-05-19sw: ResetBlinkPor() now doesn't do anything usefulMiklos Vajna1-1/+0
2020-04-03(related: tdf#130685) sw: adapt definition of sw_redlinehide index 0Michael Stahl1-1/+1
2020-03-02speedup sw build a littleNoel Grandin1-3/+3
2020-02-06rename SetOfst -> SetOffsetNoel Grandin1-3/+3
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-23/+23
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna1-3/+3
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-1/+0
2019-12-23sw: fix widow loop with as-char flys in text formattingMichael Stahl1-4/+4
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-31/+31
2019-12-04tdf#128611 sw: improve rotated text layout in table cellsMiklos Vajna1-0/+2
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-11/+0
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-09-24tdf#127652 sw_redlinehide: don't set invalid SwTextFrame offsetsMichael Stahl1-1/+2
2019-08-09tdf#118699 sw_redlinehide: need some more changes to use the last nodeMichael Stahl1-3/+4
2019-08-09tdf#126627 sw_redlinehide: fix corner case in SwUndoDelete::UndoImpl()Michael Stahl1-2/+9
2019-08-05Fix typosAndrea Gelmini1-3/+3
2019-08-01tdf#125319 sw_redlinehide: handle empty paragraphs more like WordMichael Stahl1-2/+2
2019-06-05crash testing export of ooo72915-2.odt to ooo72915-2.docNoel Grandin1-1/+8
2019-05-30GetAnyEnd does not need to return a pointerNoel Grandin1-2/+2
2019-05-28tdf#125475 sw: update SwTextFrames when SwTextLine cache shrinksMichael Stahl1-4/+1
2019-05-12crashtesting: frequent nulldef at end of SwTextFrame::ValidateFrameCaolán McNamara1-2/+1
2019-05-06tdf#122892 tdf#124366 sw: fix loop in SwTextFrame::CalcFollow()Michael Stahl1-1/+1
2019-04-30tdf#122607 sw: remove deleted SwTextFrame's cache entryMichael Stahl1-0/+4
2019-04-16tdf#124722 sw_redlinehide: don't set negative SwTextFrame offsetsMichael Stahl1-1/+1
2019-04-16tdf#124521 sw btlr writing mode render: fix paint rectangle on scrollMiklos Vajna1-1/+12
2019-04-02tdf#124261 sw btlr writing mode render: fix invalidation rectangleMiklos Vajna1-3/+4
2019-03-26tdf#123651 sw AddVerticalFrameOffsets: make vert offset depend on hori offsetMiklos Vajna1-1/+2
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2019-03-08sw btlr writing mode shell: left/right cursor travelling, fix vert posMiklos Vajna1-1/+14
2019-03-04tdf#122892 sw: fix IsPrepWidow() loop in SwTextFrame::CalcFollow()Michael Stahl1-1/+1
2019-02-28sw: fix some borked commentsMichael Stahl1-1/+1
2019-02-18sw: remove not needed condition in SwTextFrame::SwitchHorizontalToVertical()Miklos Vajna1-4/+1
2019-02-15sw btlr writing mode shell: fix cursor positionMiklos Vajna1-4/+26
2019-02-12sw btlr writing mode: implement initial layoutMiklos Vajna1-0/+15