summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-13reduce symbol visibility in swNoel Grandin1-11/+11
2024-02-14tdf#159565 prerequisite: make hidden sections have zero-height framesMike Kaganski1-1/+1
2024-01-19tdf#106733 sw: implement CharNoHyphenationLászló Németh1-1/+1
2023-12-18[API CHANGE] tdf#158041 Remove unused drawing printing option from swSamuel Mehrbrodt1-2/+1
2023-11-17sw: extract SwTextFrame::dumpAsXmlAttributes() from SwFrameMiklos Vajna1-0/+1
2023-09-21tdf#157119 sw floattable: fix moving master of split fly to next pageMiklos Vajna1-1/+1
2023-08-04sw: fold SwTextFrame::dumpAsXmlAttributes() into dumpAsXml()Miklos Vajna1-2/+0
2023-08-03move SwVirtPageNumInfo to SfxHintBjoern Michaelsen1-1/+0
2023-07-03sw floattable: fix negative vert offset with on page boundary without anch textMiklos Vajna1-0/+4
2023-06-20sw floattable: fix negative vertical offset handling on page boundaryMiklos Vajna1-0/+4
2023-06-16sw layout xml dump: extract SwTextFrame::dumpAsXml() from SwFrameMiklos Vajna1-0/+2
2023-06-08sw floattable, compat mode: handle lower margin of anchor for fly intersectMiklos Vajna1-0/+3
2023-06-05tdf#152431 Fix line count resets to zero after 65535Bogdan B1-5/+5
2023-05-24tdf#148897 tdf#143239 sw: move flys off the page in SwTextFrame::Format()Michael Stahl1-1/+2
2023-04-25tdf#38194 tdf#106556 Enhancement to highlight direct formatting,Jim Raykowski1-0/+6
2023-02-09sw: call FormatEmpty() in SwTextFrame::Format() for split fly mastersMiklos Vajna1-2/+6
2023-02-07sw: fix anchoring in SwFrame::GetNextFlyLeaf()Miklos Vajna1-0/+4
2022-10-25tdf#124603 sw: pressing Up/Down triggers pending spell checkingLászló Németh1-1/+1
2022-10-14tdf#146500 sw: try to fix some layout loops caused by fly in table cellMichael Stahl1-1/+1
2022-10-11use more string_view in swNoel Grandin1-1/+1
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen1-2/+2
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+3
2022-08-06make GetFirstAndLastNode take a SwNode, not an SwNodeIndexNoel Grandin1-1/+1
2022-08-06make GetParaPropsNode take a SwNode, not an SwNodeIndexNoel Grandin1-1/+2
2022-05-19sw_fieldmarkhide: fix wrong handling of SwInsText for fieldmarksMichael Stahl1-0/+3
2022-02-22sw: document SwNoTextNodeMiklos Vajna1-1/+1
2021-11-05Remove conditional code for Boost < 1.56.0Stephan Bergmann1-5/+0
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-2/+3
2021-10-06tdf#144122 Use signed type to avoid stealthy underflowAron Budea1-1/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-1/+1
2021-06-18loplugin:finalclasses in swNoel Grandin1-2/+1
2021-05-20sw: allow the height of a line to be larger than 65536 twipsMiklos Vajna1-1/+1
2021-05-14Outline folding experimental feature rehackJim Raykowski1-0/+4
2021-05-02sal_uLong->sal_uInt32 in SvParserNoel Grandin1-2/+2
2021-02-01sw: don't repaint all text frames on selecting and deleting several bulletsMiklos Vajna1-0/+6
2020-10-20use tools::Long in swNoel1-7/+7
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-05-20loplugin:unusedfieldsNoel Grandin1-1/+0
2020-05-19sw: ResetBlinkPor() now doesn't do anything usefulMiklos Vajna1-6/+0
2020-05-18sw: HasBlinkPor() now always returns falseMiklos Vajna1-1/+0
2020-05-13loplugin:unusedmethodsNoel Grandin1-5/+0
2020-05-09compact namespace in swNoel Grandin1-2/+2
2020-04-03tdf#130685 sw_redlinehide: fix copying to position following redlineMichael Stahl1-0/+2
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-02-07rename GetBaseOfstForFly->GetBaseOffsetForFlyNoel Grandin1-1/+1
2020-02-06rename SetOfst -> SetOffsetNoel Grandin1-4/+4
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-3/+3
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-4/+4
2019-12-23sw: fix widow loop with as-char flys in text formattingMichael Stahl1-0/+2
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-1/+1