Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1223 WW8_SepInfo& rSepInfo = aSects[i]; in CheckForFacinPg() local
1224 if( !rSepInfo.pSectionFmt ) in CheckForFacinPg()
1226 const SwPageDesc* pPd = rSepInfo.pPageDesc; in CheckForFacinPg()
1229 rSepInfo.pPDNd && in CheckForFacinPg()
1230 pPd->IsFollowNextPageOfNode( *rSepInfo.pPDNd ) ) in CheckForFacinPg()
1492 void MSWordExportBase::SectionProperties( const WW8_SepInfo& rSepInfo, WW8_PdAttrDesc* pA ) in SectionProperties() argument
1494 const SwPageDesc* pPd = rSepInfo.pPageDesc; in SectionProperties()
1496 if ( rSepInfo.pSectionFmt && !pPd ) in SectionProperties()
1510 AttrOutput().SectionFormProtection( rSepInfo.IsProtected() ); in SectionProperties()
1515 AttrOutput().SectionLineNumbering( rSepInfo.nLnNumRestartNo, rLnNumInfo ); in SectionProperties()
[all …]