Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1222 WW8_SepInfo& rSepInfo = aSects[i]; in CheckForFacinPg() local
1223 if( !rSepInfo.pSectionFmt ) in CheckForFacinPg()
1225 const SwPageDesc* pPd = rSepInfo.pPageDesc; in CheckForFacinPg()
1228 rSepInfo.pPDNd && in CheckForFacinPg()
1229 pPd->IsFollowNextPageOfNode( *rSepInfo.pPDNd ) ) in CheckForFacinPg()
1491 void MSWordExportBase::SectionProperties( const WW8_SepInfo& rSepInfo, WW8_PdAttrDesc* pA ) in SectionProperties() argument
1493 const SwPageDesc* pPd = rSepInfo.pPageDesc; in SectionProperties()
1495 if ( rSepInfo.pSectionFmt && !pPd ) in SectionProperties()
1509 AttrOutput().SectionFormProtection( rSepInfo.IsProtected() ); in SectionProperties()
1514 AttrOutput().SectionLineNumbering( rSepInfo.nLnNumRestartNo, rLnNumInfo ); in SectionProperties()
[all …]