Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Ddocxexport.cxx79 return *m_pSections; in Sections()
285 m_pSections = new MSWordSections( *this ); in ExportDocument_Impl()
296 delete m_pSections, m_pSections = NULL; in ExportDocument_Impl()
307 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in AppendSection()
308 m_pSections->AppendSection( pPageDesc, pFmt, nLnNum ); in AppendSection()
342 m_pSections->AppendSection( pAktPageDesc, pParentFmt, nRstLnNum ); in OutputEndNode()
375 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in PrepareNewPageDesc()
384 m_pSections->AppendSection( *pNewPgDescFmt, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
388 m_pSections->AppendSection( pNewPgDesc, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
623 const WW8_SepInfo *pSectionInfo = m_pSections? m_pSections->CurrentSectionInfo(): NULL; in WriteMainText()
[all …]
H A Drtfexport.cxx108 return *m_pSections; in Sections()
715 m_pSections = new MSWordSections( *this ); in ExportDocument_Impl()
737 m_pSections->AppendSection( *pNewPgDescFmt, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
739 m_pSections->AppendSection( pNewPgDesc, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
741 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in PrepareNewPageDesc()
785 m_pSections->AppendSection( pPageDesc, pFmt, nLnNum ); in AppendSection()
786 AttrOutput().SectionBreak( msword::PageBreak, m_pSections->CurrentSectionInfo() ); in AppendSection()
794 m_pSections( NULL ), in RtfExport()
H A Ddocxexport.hxx67 MSWordSections *m_pSections; member in DocxExport
H A Drtfexport.hxx66 MSWordSections *m_pSections; member in RtfExport

Completed in 18 milliseconds