Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx957 WW8_WrPlcSepx::WW8_WrPlcSepx( MSWordExportBase& rExport ) in WW8_WrPlcSepx() function in WW8_WrPlcSepx
972 WW8_WrPlcSepx::~WW8_WrPlcSepx() in ~WW8_WrPlcSepx()
982 bool WW8_WrPlcSepx::HeaderFooterWritten() in HeaderFooterWritten()
1040 void WW8_WrPlcSepx::AppendSep( WW8_CP nStartCp, const SwPageDesc* pPd, in AppendSep()
1063 void WW8_WrPlcSepx::AppendSep( WW8_CP nStartCp, const SwFmtPageDesc& rPD, in AppendSep()
1085 void WW8_WrPlcSepx::WriteFtnEndTxt( WW8Export& rWrt, sal_uLong nCpStt ) in WriteFtnEndTxt()
1168 void WW8_WrPlcSepx::OutHeaderFooter( WW8Export& rWrt, bool bHeader, in OutHeaderFooter()
1746 bool WW8_WrPlcSepx::WriteKFTxt( WW8Export& rWrt ) in WriteKFTxt()
1794 void WW8_WrPlcSepx::WriteSepx( SvStream& rStrm ) const in WriteSepx()
1812 void WW8_WrPlcSepx::WritePlcSed( WW8Export& rWrt ) const in WritePlcSed()
[all …]
H A Dwrtww8.hxx231 class WW8_WrPlcSepx : public MSWordSections class
240 WW8_WrPlcSepx( const WW8_WrPlcSepx& );
241 WW8_WrPlcSepx& operator=( const WW8_WrPlcSepx& );
244 WW8_WrPlcSepx( MSWordExportBase& rExport );
245 ~WW8_WrPlcSepx();
930 WW8_WrPlcSepx* pSepx; ///< Sections/headers/footers
H A Dwrtww8.cxx3274 pSepx = new WW8_WrPlcSepx( *this ); // Sections/headers/footers in ExportDocument_Impl()