Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1286 if ( m_rWW8Export.pSepx->DocumentIsProtected() && !bProtected ) in SectionFormProtection()
1470pSepx->OutHeaderFooter( *this, true, rFmt, nCpPos, nHeadFootFlags, WW8_HEADER_ODD, nBreakCode ); in WriteHeadersFooters()
1472pSepx->OutHeaderFooter( *this, true, rLeftFmt, nCpPos, nHeadFootFlags, WW8_HEADER_EVEN, nBreakCode… in WriteHeadersFooters()
1474 pSepx->OutHeaderFooter( *this, true, rFmt, nCpPos, nHeadFootFlags, WW8_HEADER_ODD, nBreakCode ); in WriteHeadersFooters()
1478pSepx->OutHeaderFooter( *this, false, rFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_ODD, nBreakCode ); in WriteHeadersFooters()
1480pSepx->OutHeaderFooter( *this, false, rLeftFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_EVEN, nBreakCod… in WriteHeadersFooters()
1482pSepx->OutHeaderFooter( *this, false, rFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_ODD, nBreakCode ); in WriteHeadersFooters()
1487pSepx->OutHeaderFooter( *this, true, rFirstPageFmt, nCpPos, nHeadFootFlags, WW8_HEADER_FIRST, nBre… in WriteHeadersFooters()
1488pSepx->OutHeaderFooter( *this, false, rFirstPageFmt, nCpPos, nHeadFootFlags, WW8_FOOTER_FIRST, nBr… in WriteHeadersFooters()
H A Dwrtww8.cxx378 if ((rWrt.pSepx && rWrt.pSepx->DocumentIsProtected()) || in SV_IMPL_PTRARR()
2792 pSepx->WriteSepx( Strm() ); // Slcx.Sepx in WriteFkpPlcUsw()
2802 pSepx->WritePlcSed( *this ); // Slcx.PlcSed in WriteFkpPlcUsw()
2803 pSepx->WritePlcHdd( *this ); // Slcx.PlcHdd in WriteFkpPlcUsw()
2827 pSepx->WriteSepx( Strm() ); // Sepx in WriteFkpPlcUsw()
2837 pSepx->WritePlcSed( *this ); // Slcx.PlcSed in WriteFkpPlcUsw()
2838 pSepx->WritePlcHdd( *this ); // Slcx.PlcHdd in WriteFkpPlcUsw()
2955 bNeedsFinalPara |= pSepx->WriteKFTxt( *this ); // K/F-Text in StoreDoc1()
2973 pSepx->Finish( Fc2Cp( Strm().Tell() ));// Text + Ftn + HdFt als Section-Ende in StoreDoc1()
3274 pSepx = new WW8_WrPlcSepx( *this ); // Sections/headers/footers in ExportDocument_Impl()
[all …]
H A Dww8atr.cxx625 pSepx->AppendSep( Fc2Cp( nFcPos ), *pNewPgDescFmt, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
629 pSepx->AppendSep( Fc2Cp( nFcPos ), pNewPgDesc, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
3430 m_rWW8Export.pSepx->SetNum( pTxtNd ); in ParaNumRule_Impl()
H A Dwrtww8.hxx930 WW8_WrPlcSepx* pSepx; ///< Sections/headers/footers member in WW8Export
H A Dwrtw8nds.cxx2627 pSepx->AppendSep(Fc2Cp(Strm().Tell()), pPageDesc, pFmt, nLnNum); in AppendSection()