Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/doc/
H A Ddoccomp.cxx870 SwPaM *pInsRing, *pDelRing; member in SwCompareData
885 SwCompareData( SwDoc& rD ) : rDoc( rD ), pInsRing(0), pDelRing(0) {} in SwCompareData()
1254 if( pInsRing ) in ~SwCompareData()
1256 while( pInsRing->GetNext() != pInsRing ) in ~SwCompareData()
1257 delete pInsRing->GetNext(); in ~SwCompareData()
1258 delete pInsRing; in ~SwCompareData()
1349 pInsRing ); in ShowInsert()
1350 if( !pInsRing ) in ShowInsert()
1351 pInsRing = pTmp; in ShowInsert()
1407 if( pInsRing ) in ShowDelete()
[all …]