Lines Matching refs:SwIndex
138 SwTxtNode * const pDest, const SwIndex & rDestStart,
139 const SwIndex & rStart, /*const*/ xub_StrLen nLen,
254 void InsertText( const XubString & rStr, const SwIndex & rIdx,
262 void EraseText ( const SwIndex &rIdx, const xub_StrLen nCount = STRING_LEN,
278 const SwIndex &rIdx,
333 const SwIndex &rStart,
337 const SwIndex &rDestStart,
338 const SwIndex &rStart,
343 const SwIndex & rStart, const xub_StrLen nLen);
344 inline void CutText(SwTxtNode * const pDest, const SwIndex &rDestStart,
345 const SwIndex & rStart, const xub_StrLen nLen);
348 void ReplaceText( const SwIndex& rStart, const xub_StrLen nDelLen,
362 sal_Bool DontExpandFmt( const SwIndex& rIdx, bool bFlag = true,
714 sal_Bool GetExpandTxt( SwTxtNode& rDestNd, const SwIndex* pDestIdx = 0,
774 SwIndex const & rPos,
880 SwTxtNode::CutText(SwTxtNode * const pDest, const SwIndex & rDestStart, in CutText()
881 const SwIndex & rStart, const xub_StrLen nLen) in CutText()