Searched refs:rNextInfo (Results 1 – 5 of 5) sorted by relevance
817 const XMLTextNumRuleInfo& rNextInfo ) in exportListChange() argument824 if ( !rNextInfo.BelongsToSameList( rPrevInfo ) || in exportListChange()825 rNextInfo.GetLevel() <= 0 ) in exportListChange()831 else if ( rPrevInfo.GetLevel() > rNextInfo.GetLevel() ) in exportListChange()834 DBG_ASSERT( rNextInfo.GetLevel() > 0, in exportListChange()836 nListLevelsToBeClosed = rPrevInfo.GetLevel() - rNextInfo.GetLevel(); in exportListChange()868 if ( rNextInfo.GetLevel() > 0 ) in exportListChange()872 if ( !rPrevInfo.BelongsToSameList( rNextInfo ) || in exportListChange()877 nListLevelsToBeOpened = rNextInfo.GetLevel(); in exportListChange()879 else if ( rNextInfo.GetLevel() > rPrevInfo.GetLevel() ) in exportListChange()[all …]
948 const SwHTMLNumRuleInfo& rNextInfo ) in OutHTML_NumBulListEnd() argument951 sal_Bool bSameRule = rNextInfo.GetNumRule() == rInfo.GetNumRule(); in OutHTML_NumBulListEnd()952 if( bSameRule && rNextInfo.GetDepth() >= rInfo.GetDepth() && in OutHTML_NumBulListEnd()953 !rNextInfo.IsRestart() ) in OutHTML_NumBulListEnd()961 (bSameRule && !rNextInfo.IsRestart()) ? rNextInfo.GetDepth() : 0; in OutHTML_NumBulListEnd()
1138 const SwHTMLNumRuleInfo& rNextInfo = *rHWrt.GetNextNumInfo(); in OutHTML_SwFmtOff() local1144 if( rNextInfo.GetNumRule() != rNRInfo.GetNumRule() || in OutHTML_SwFmtOff()1145 rNextInfo.GetDepth() != rNRInfo.GetDepth() || in OutHTML_SwFmtOff()1146 rNextInfo.IsNumbered() || rNextInfo.IsRestart() ) in OutHTML_SwFmtOff()1148 OutHTML_NumBulListEnd( rHWrt, rNextInfo ); in OutHTML_SwFmtOff()1150 else if( rNextInfo.GetNumRule() != 0 ) in OutHTML_SwFmtOff()
595 const SwHTMLNumRuleInfo& rNextInfo );
453 const XMLTextNumRuleInfo& rNextInfo );