Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx2315 sal_uInt32 nParagraphTobeDeleted = aEditDoc.GetPos( pRight ); in ImpConnectParagraphs() local
2316 DeletedNodeInfo* pInf = new DeletedNodeInfo( (sal_uLong)pRight, nParagraphTobeDeleted ); in ImpConnectParagraphs()
2345 …DBG_ASSERT( nParagraphTobeDeleted == GetParaPortions().GetPos( pRightPortion ), "NodePos != Portio… in ImpConnectParagraphs()
2370 GetEditEnginePtr()->ParagraphDeleted( nParagraphTobeDeleted ); in ImpConnectParagraphs()
2373 GetParaPortions().Remove( nParagraphTobeDeleted ); in ImpConnectParagraphs()
2385 for ( sal_uInt32 n = nParagraphTobeDeleted; n < GetParaPortions().Count(); n++ ) in ImpConnectParagraphs()

Completed in 32 milliseconds