Home
last modified time | relevance | path

Searched refs:rNextInfo (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx817 const XMLTextNumRuleInfo& rNextInfo ) in exportListChange() argument
824 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 …]
/trunk/main/sw/source/filter/html/
H A Dhtmlnum.cxx948 const SwHTMLNumRuleInfo& rNextInfo ) in OutHTML_NumBulListEnd() argument
951 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()
H A Dhtmlatr.cxx1138 const SwHTMLNumRuleInfo& rNextInfo = *rHWrt.GetNextNumInfo(); in OutHTML_SwFmtOff() local
1144 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()
H A Dwrthtml.hxx595 const SwHTMLNumRuleInfo& rNextInfo );
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx453 const XMLTextNumRuleInfo& rNextInfo );