Searched refs:rDestNd (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 3157 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 D | doccomp.cxx | 1173 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 D | ndcopy.cxx | 528 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 D | ndtxt.hxx | 421 void CopyCollFmt( SwTxtNode& rDestNd ); 714 sal_Bool GetExpandTxt( SwTxtNode& rDestNd, const SwIndex* pDestIdx = 0,
|
Completed in 69 milliseconds