Home
last modified time | relevance | path

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

/trunk/main/svx/workben/msview/
H A Dmsview.cxx437 Atom* pChildAtom2 = const_cast< Atom* >( pAtom->findFirstChildAtom() ); in compare() local
438 while( pChildAtom1 && pChildAtom2 ) in compare()
440 if( !(*pChildAtom1 == *pChildAtom2) ) in compare()
450 pChildAtom2 = skipAtoms( pAtom, pChildAtom2, pFind1 ); in compare()
459 pChildAtom2 = skipAtoms( pAtom, pChildAtom2, 0 ); in compare()
463 if( pChildAtom1 && pChildAtom2 ) in compare()
465 pChildAtom1->mpCompareAtom = pChildAtom2; in compare()
466 pChildAtom2->mpCompareAtom = pChildAtom1; in compare()
468 pChildAtom1->meStatus = pChildAtom2->meStatus = in compare()
469 (pChildAtom1->isContainer() || pChildAtom1->compareContent( *pChildAtom2 )) ? in compare()
[all …]

Completed in 14 milliseconds