Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlnumwriter.cxx314 const SwHTMLNumRuleInfo& rNextInfo ) in OutHTML_NumberBulletListEnd() argument
317 bool bSameRule = rNextInfo.GetNumRule() == rInfo.GetNumRule(); in OutHTML_NumberBulletListEnd()
318 bool bListEnd = !bSameRule || rNextInfo.GetDepth() < rInfo.GetDepth() || rNextInfo.IsRestart(); in OutHTML_NumberBulletListEnd()
322 if ((bListEnd && rInfo.IsNumbered()) || (!bListEnd && rNextInfo.IsNumbered())) in OutHTML_NumberBulletListEnd()
373 (bSameRule && !rNextInfo.IsRestart()) ? rNextInfo.GetDepth() : 0; in OutHTML_NumberBulletListEnd()
H A Dhtmlatr.cxx975 const SwHTMLNumRuleInfo& rNextInfo = *rHWrt.GetNextNumInfo(); in OutHTML_SwFormatOff() local
981 if( rNextInfo.GetNumRule() != rNRInfo.GetNumRule() || in OutHTML_SwFormatOff()
982 rNextInfo.GetDepth() != rNRInfo.GetDepth() || in OutHTML_SwFormatOff()
983 rNextInfo.IsNumbered() || rNextInfo.IsRestart() ) in OutHTML_SwFormatOff()
985 OutHTML_NumberBulletListEnd( rHWrt, rNextInfo ); in OutHTML_SwFormatOff()
987 else if( rNextInfo.GetNumRule() != nullptr ) in OutHTML_SwFormatOff()
H A Dwrthtml.hxx705 const SwHTMLNumRuleInfo& rNextInfo );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlnumwriter.cxx289 const SwHTMLNumRuleInfo& rNextInfo ) in OutHTML_NumBulListEnd() argument
292 bool bSameRule = rNextInfo.GetNumRule() == rInfo.GetNumRule(); in OutHTML_NumBulListEnd()
293 if( bSameRule && rNextInfo.GetDepth() >= rInfo.GetDepth() && in OutHTML_NumBulListEnd()
294 !rNextInfo.IsRestart() ) in OutHTML_NumBulListEnd()
302 (bSameRule && !rNextInfo.IsRestart()) ? rNextInfo.GetDepth() : 0; in OutHTML_NumBulListEnd()
H A Dhtmlatr.cxx975 const SwHTMLNumRuleInfo& rNextInfo = *rHWrt.GetNextNumInfo(); in OutHTML_SwFormatOff() local
981 if( rNextInfo.GetNumRule() != rNRInfo.GetNumRule() || in OutHTML_SwFormatOff()
982 rNextInfo.GetDepth() != rNRInfo.GetDepth() || in OutHTML_SwFormatOff()
983 rNextInfo.IsNumbered() || rNextInfo.IsRestart() ) in OutHTML_SwFormatOff()
985 OutHTML_NumBulListEnd( rHWrt, rNextInfo ); in OutHTML_SwFormatOff()
987 else if( rNextInfo.GetNumRule() != nullptr ) in OutHTML_SwFormatOff()
H A Dwrthtml.hxx692 const SwHTMLNumRuleInfo& rNextInfo );
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtparae.cxx852 const XMLTextNumRuleInfo& rNextInfo ) in exportListChange() argument
859 rNextInfo.GetLevel() <= 0 ) in exportListChange()
897 if ( rNextInfo.GetLevel() > 0 ) in exportListChange()
1025 if (rNextInfo.IsRestart() && !rNextInfo.HasStartValue()) in exportListChange()
1106 if ( rNextInfo.GetLevel() > 0 && in exportListChange()
1107 rNextInfo.IsNumbered() && in exportListChange()
1123 if ( rNextInfo.IsRestart() && !rNextInfo.HasStartValue() && in exportListChange()
1124 rNextInfo.GetLevel() != 1 ) in exportListChange()
1134 if( rNextInfo.HasStartValue() ) in exportListChange()
1143 rNextInfo.GetLevel() == 1 ) in exportListChange()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtparae.cxx870 const XMLTextNumRuleInfo& rNextInfo ) in exportListChange() argument
877 rNextInfo.GetLevel() <= 0 ) in exportListChange()
916 if ( rNextInfo.GetLevel() > 0 ) in exportListChange()
1044 if (rNextInfo.IsRestart() && !rNextInfo.HasStartValue()) in exportListChange()
1127 if ( rNextInfo.GetLevel() > 0 && in exportListChange()
1128 rNextInfo.IsNumbered() && in exportListChange()
1144 if ( rNextInfo.IsRestart() && !rNextInfo.HasStartValue() && in exportListChange()
1145 rNextInfo.GetLevel() != 1 ) in exportListChange()
1155 if( rNextInfo.HasStartValue() ) in exportListChange()
1164 rNextInfo.GetLevel() == 1 ) in exportListChange()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dtxtparae.hxx331 const XMLTextNumRuleInfo& rNextInfo );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dtxtparae.hxx330 const XMLTextNumRuleInfo& rNextInfo );