Home
last modified time | relevance | path

Searched refs:rPrevInfo (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/xmloff/source/text/
H A Dtxtparae.cxx814 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()
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 …]
/aoo41x/main/sw/source/filter/html/
H A Dhtmlnum.cxx769 SwHTMLNumRuleInfo& rPrevInfo = rWrt.GetNumInfo(); in OutHTML_NumBulListStart() local
770 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 30 milliseconds