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
825 rNextInfo.GetLevel() <= 0 ) in exportListChange()
834 DBG_ASSERT( rNextInfo.GetLevel() > 0, in exportListChange()
868 if ( rNextInfo.GetLevel() > 0 ) in exportListChange()
1027 if ( rNextInfo.HasStartValue() ) in exportListChange()
1079 if ( rNextInfo.GetLevel() > 0 && in exportListChange()
1080 rNextInfo.IsNumbered() && in exportListChange()
1095 if ( rNextInfo.IsRestart() && !rNextInfo.HasStartValue() && in exportListChange()
1096 rNextInfo.GetLevel() != 1 ) in exportListChange()
1108 if( rNextInfo.HasStartValue() ) 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.cxx1142 const SwHTMLNumRuleInfo& rNextInfo = *rHWrt.GetNextNumInfo(); in OutHTML_SwFmtOff() local
1148 if( rNextInfo.GetNumRule() != rNRInfo.GetNumRule() || in OutHTML_SwFmtOff()
1149 rNextInfo.GetDepth() != rNRInfo.GetDepth() || in OutHTML_SwFmtOff()
1150 rNextInfo.IsNumbered() || rNextInfo.IsRestart() ) in OutHTML_SwFmtOff()
1152 OutHTML_NumBulListEnd( rHWrt, rNextInfo ); in OutHTML_SwFmtOff()
1154 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 );

Completed in 78 milliseconds