Lines Matching refs:rPrevInfo
816 const XMLTextNumRuleInfo& rPrevInfo, in exportListChange() argument
820 if ( rPrevInfo.GetLevel() > 0 ) in exportListChange()
824 if ( !rNextInfo.BelongsToSameList( rPrevInfo ) || in exportListChange()
829 nListLevelsToBeClosed = rPrevInfo.GetLevel(); in exportListChange()
831 else if ( rPrevInfo.GetLevel() > rNextInfo.GetLevel() ) in exportListChange()
836 nListLevelsToBeClosed = rPrevInfo.GetLevel() - rNextInfo.GetLevel(); in exportListChange()
872 if ( !rPrevInfo.BelongsToSameList( rNextInfo ) || in exportListChange()
873 rPrevInfo.GetLevel() <= 0 ) in exportListChange()
879 else if ( rNextInfo.GetLevel() > rPrevInfo.GetLevel() ) in exportListChange()
882 DBG_ASSERT( rPrevInfo.GetLevel() > 0, in exportListChange()
884 nListLevelsToBeOpened = rNextInfo.GetLevel() - rPrevInfo.GetLevel(); in exportListChange()
1081 rPrevInfo.BelongsToSameList( rNextInfo ) && in exportListChange()
1082 rPrevInfo.GetLevel() >= rNextInfo.GetLevel() ) in exportListChange()