Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx908 MSWordSections::MSWordSections( MSWordExportBase& rExport ) in MSWordSections() function in MSWordSections
958 : MSWordSections( rExport ) in WW8_WrPlcSepx()
968 MSWordSections::~MSWordSections() in ~MSWordSections()
977 bool MSWordSections::HeaderFooterWritten() in HeaderFooterWritten()
987 sal_uInt16 MSWordSections::CurrentNumberOfColumns( const SwDoc &rDoc ) const in CurrentNumberOfColumns()
996 sal_uInt16 MSWordSections::NumberOfColumns( const SwDoc &rDoc, const WW8_SepInfo& rInfo ) const in NumberOfColumns()
1021 const WW8_SepInfo* MSWordSections::CurrentSectionInfo() in CurrentSectionInfo()
1029 void MSWordSections::AppendSection( const SwPageDesc* pPd, in AppendSection()
1051 void MSWordSections::AppendSection( const SwFmtPageDesc& rPD, in AppendSection()
1078 void MSWordSections::SetNum( const SwTxtNode* pNumNd ) in SetNum()
[all …]
H A Dwrtww8.hxx115 class MSWordSections;
183 class MSWordSections class
194 MSWordSections( const MSWordSections& );
195 MSWordSections& operator=( const MSWordSections& );
197 MSWordSections( MSWordExportBase& rExport );
198 virtual ~MSWordSections();
231 class WW8_WrPlcSepx : public MSWordSections
634 virtual MSWordSections& Sections() const = 0;
949 virtual MSWordSections& Sections() const;
H A Ddocxexport.hxx67 MSWordSections *m_pSections;
83 virtual MSWordSections& Sections() const;
H A Drtfexport.hxx66 MSWordSections *m_pSections;
75 virtual MSWordSections& Sections() const;
H A Ddocxexport.cxx77 MSWordSections& DocxExport::Sections() const in Sections()
285 m_pSections = new MSWordSections( *this ); in ExportDocument_Impl()
H A Drtfexport.cxx106 MSWordSections& RtfExport::Sections() const in Sections()
715 m_pSections = new MSWordSections( *this ); in ExportDocument_Impl()
H A Dwrtww8.cxx3598 MSWordSections& WW8Export::Sections() const in Sections()