summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-3/+3
2021-08-24reduce cost of dynamic casting to SwFlyFrameNoel Grandin1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-1/+2
2021-05-24fix leak of wronglist in SwTextNodeNoel Grandin1-2/+2
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-4/+4
2021-05-20sw: allow the height of a line to be larger than 65536 twipsMiklos Vajna1-2/+2
2021-05-14Outline folding experimental feature rehackJim Raykowski1-0/+21
2021-05-02sal_uLong->sal_uInt32 in SvParserNoel Grandin1-2/+2
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