Searched refs:rPrevInfo (Results 1 – 2 of 2) sorted by relevance
814 const XMLTextNumRuleInfo& rPrevInfo, in exportListChange() argument818 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()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()1079 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 31 milliseconds