Home
last modified time | relevance | path

Searched refs:SwDelText (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhints.hxx88 class SwDelText final : public SwMsgPoolItem class
94 SwDelText( sal_Int32 nS, sal_Int32 nL );
H A Dhintids.hxx290 #define RES_DEL_TXT TypedWhichId<SwDelText>(164)
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhints.hxx92 class SwDelText final : public SwMsgPoolItem class
98 SwDelText( sal_Int32 nS, sal_Int32 nL );
H A Dhintids.hxx135 class SwDelText;
421 constexpr TypedWhichId<SwDelText> RES_DEL_TXT(166);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/attr/
H A Dhints.cxx44 SwDelText::SwDelText( sal_Int32 nS, sal_Int32 nL ) in SwDelText() function in SwDelText
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/attr/
H A Dhints.cxx44 SwDelText::SwDelText( sal_Int32 nS, sal_Int32 nL ) in SwDelText() function in SwDelText
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dndtxt.cxx587 SwDelText aHint( nSplitPos, nTextLen - nSplitPos ); in SplitContentNode()
2527 SwDelText aDelHint( nTextStartIdx, nLen ); in CutImpl()
2756 SwDelText aHint( nStartIdx, nCnt ); in EraseText()
3751 SwDelText aDelHint( nStartPos, nDelLen ); in ReplaceText()
H A Dtxtedt.cxx1968 SwDelText aDelHint( nPos, nTLen ); in ReplaceTextOnly()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dndtxt.cxx2536 const SwDelText aDelHint(nTextStartIdx, nLen); in CutImpl()
2765 SwDelText aHint( nStartIdx, nCnt ); in EraseText()
3751 SwDelText aDelHint( nStartPos, nDelLen ); in ReplaceText()
H A Dtxtedt.cxx1992 SwDelText aDelHint( nPos, nTLen ); in ReplaceTextOnly()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dtxtfrm.cxx2196 sal_Int32 const nNPos = static_cast<const SwDelText*>(pNew)->nStart; in SwClientNotify()
2197 sal_Int32 const nNLen = static_cast<const SwDelText*>(pNew)->nLen; in SwClientNotify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dtxtfrm.cxx2197 sal_Int32 const nNPos = static_cast<const SwDelText*>(pNew)->nStart; in SwClientNotify()
2198 sal_Int32 const nNLen = static_cast<const SwDelText*>(pNew)->nLen; in SwClientNotify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog130881 invalidates itself; a SwInsText and a SwDelText most prominently.
130884 text frames yet, but the SwDelText should be sufficient to update the
130890 Then an additional SwDelText is sent, which will *not* invalidate the
130896 manual sending of SwDelText and just let CutImpl() do it.
464423 The problem is that the SwInsText/SwDelText do not transfer the
464426 SwDelText to move the info that is in the extents vector.
464646 sw_redlinehide_2: move SwInsText/SwDelText hint in CutImpl before attributes
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog202374 The problem is that the SwInsText/SwDelText do not transfer the
202377 SwDelText to move the info that is in the extents vector.
202597 sw_redlinehide_2: move SwInsText/SwDelText hint in CutImpl before attributes