Searched refs:rDestNd (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 3170 if( &rDestNd == this ) in GetExpandTxt() 3173 SwIndex aDestIdx( &rDestNd, rDestNd.GetTxt().Len() ); in GetExpandTxt() 3194 rDestNd.InsertText( sTmpText, aDestIdx ); in GetExpandTxt() 3238 rDestNd.InsertText( aExpand, aDestIdx ); in GetExpandTxt() 3242 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt() 3266 rDestNd.InsertItem( in GetExpandTxt() 3275 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt() 3281 rDestNd.EraseText( aDestIdx, 1 ); in GetExpandTxt() 3291 rDestNd.InsertText( GetNumString(), aDestIdx ); in GetExpandTxt() 3297 while ( aDestIdx < rDestNd.GetTxt().Len() ) in GetExpandTxt() [all …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/sw/inc/ |
H A D | ndtxt.hxx | 425 void CopyCollFmt( SwTxtNode& rDestNd ); 718 sal_Bool GetExpandTxt( SwTxtNode& rDestNd, const SwIndex* pDestIdx = 0,
|
Completed in 158 milliseconds