Lines Matching refs:SwIndex
142 SwTxtNode * const pDest, const SwIndex & rDestStart,
143 const SwIndex & rStart, /*const*/ xub_StrLen nLen,
258 void InsertText( const XubString & rStr, const SwIndex & rIdx,
266 void EraseText ( const SwIndex &rIdx, const xub_StrLen nCount = STRING_LEN,
282 const SwIndex &rIdx,
337 const SwIndex &rStart,
341 const SwIndex &rDestStart,
342 const SwIndex &rStart,
347 const SwIndex & rStart, const xub_StrLen nLen);
348 inline void CutText(SwTxtNode * const pDest, const SwIndex &rDestStart,
349 const SwIndex & rStart, const xub_StrLen nLen);
352 void ReplaceText( const SwIndex& rStart, const xub_StrLen nDelLen,
366 sal_Bool DontExpandFmt( const SwIndex& rIdx, bool bFlag = true,
718 sal_Bool GetExpandTxt( SwTxtNode& rDestNd, const SwIndex* pDestIdx = 0,
778 SwIndex const & rPos,
887 SwTxtNode::CutText(SwTxtNode * const pDest, const SwIndex & rDestStart, in CutText()
888 const SwIndex & rStart, const xub_StrLen nLen) in CutText()