Lines Matching refs:rPrevInfo
814 const XMLTextNumRuleInfo& rPrevInfo, in exportListChange() argument
818 if ( rPrevInfo.GetLevel() > 0 ) in exportListChange()
822 if ( !rNextInfo.BelongsToSameList( rPrevInfo ) || in exportListChange()
827 nListLevelsToBeClosed = rPrevInfo.GetLevel(); in exportListChange()
829 else if ( rPrevInfo.GetLevel() > rNextInfo.GetLevel() ) in exportListChange()
834 nListLevelsToBeClosed = rPrevInfo.GetLevel() - rNextInfo.GetLevel(); in exportListChange()
870 if ( !rPrevInfo.BelongsToSameList( rNextInfo ) || in exportListChange()
871 rPrevInfo.GetLevel() <= 0 ) in exportListChange()
877 else if ( rNextInfo.GetLevel() > rPrevInfo.GetLevel() ) in exportListChange()
880 DBG_ASSERT( rPrevInfo.GetLevel() > 0, in exportListChange()
882 nListLevelsToBeOpened = rNextInfo.GetLevel() - rPrevInfo.GetLevel(); in exportListChange()
1079 rPrevInfo.BelongsToSameList( rNextInfo ) && in exportListChange()
1080 rPrevInfo.GetLevel() >= rNextInfo.GetLevel() ) in exportListChange()