Searched refs:rPrevInfo (Results 1 – 2 of 2) sorted by relevance
816 const XMLTextNumRuleInfo& rPrevInfo, in exportListChange() argument820 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()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()1081 rPrevInfo.BelongsToSameList( rNextInfo ) && in exportListChange()[all …]
769 SwHTMLNumRuleInfo& rPrevInfo = rWrt.GetNumInfo(); in OutHTML_NumBulListStart() local770 sal_Bool bSameRule = rPrevInfo.GetNumRule() == rInfo.GetNumRule(); in OutHTML_NumBulListStart()771 if( bSameRule && rPrevInfo.GetDepth() >= rInfo.GetDepth() && in OutHTML_NumBulListStart()847 (bSameRule && !rInfo.IsRestart()) ? rPrevInfo.GetDepth() : 0; in OutHTML_NumBulListStart()
Completed in 69 milliseconds