Home
last modified time | relevance | path

Searched refs:rDestNd (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sw/source/core/txtnode/
H A Dndtxt.cxx3157 if( &rDestNd == this ) in GetExpandTxt()
3160 SwIndex aDestIdx( &rDestNd, rDestNd.GetTxt().Len() ); in GetExpandTxt()
3181 rDestNd.InsertText( sTmpText, aDestIdx ); in GetExpandTxt()
3225 rDestNd.InsertText( aExpand, aDestIdx ); in GetExpandTxt()
3229 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3253 rDestNd.InsertItem( in GetExpandTxt()
3262 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3268 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt()
3278 rDestNd.InsertText( GetNumString(), aDestIdx ); in GetExpandTxt()
3284 while ( aDestIdx < rDestNd.GetTxt().Len() ) in GetExpandTxt()
[all …]
/aoo41x/main/sw/source/core/doc/
H A Ddoccomp.cxx1173 SwTxtNode& rDestNd = *(SwTxtNode*)rNode.GetTxtNode(); in ChangesInLine() local
1176 xub_StrLen nDEnd = rDestNd.GetTxt().Len(), nSEnd = rSrcNd.GetTxt().Len(); in ChangesInLine()
1181 if( rDestNd.GetTxt().GetChar( nStt ) != in ChangesInLine()
1188 if( rDestNd.GetTxt().GetChar( nDEnd ) != in ChangesInLine()
1196 if( nStt || !nDEnd || !nSEnd || nDEnd < rDestNd.GetTxt().Len() || in ChangesInLine()
1201 SwDoc* pDoc = rDestNd.GetDoc(); in ChangesInLine()
1202 SwPaM aPam( rDestNd, nDEnd ); in ChangesInLine()
/aoo41x/main/sw/source/core/docnode/
H A Dndcopy.cxx528 void SwTxtNode::CopyCollFmt( SwTxtNode& rDestNd ) in CopyCollFmt() argument
533 SwDoc* pDestDoc = rDestNd.GetDoc(); in CopyCollFmt()
537 if( 0 != ( pSet = rDestNd.GetpSwAttrSet() ) ) in CopyCollFmt()
548 rDestNd.ChgFmtColl( pDestDoc->CopyTxtColl( *GetTxtColl() )); in CopyCollFmt()
550 pSet->CopyToModify( rDestNd ); in CopyCollFmt()
553 rDestNd.SetAttr( aPgBrkSet ); in CopyCollFmt()
/aoo41x/main/sw/inc/
H A Dndtxt.hxx421 void CopyCollFmt( SwTxtNode& rDestNd );
714 sal_Bool GetExpandTxt( SwTxtNode& rDestNd, const SwIndex* pDestIdx = 0,

Completed in 76 milliseconds