Searched refs:AppendSection (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | docxexport.cxx | 305 void DocxExport::AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nL… in AppendSection() function in DocxExport 308 m_pSections->AppendSection( pPageDesc, pFmt, nLnNum ); in AppendSection() 342 m_pSections->AppendSection( pAktPageDesc, pParentFmt, nRstLnNum ); in OutputEndNode() 384 m_pSections->AppendSection( *pNewPgDescFmt, rNd, pFmt, nLnNm ); in PrepareNewPageDesc() 388 m_pSections->AppendSection( pNewPgDesc, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
|
| H A D | rtfexport.cxx | 737 m_pSections->AppendSection( *pNewPgDescFmt, rNd, pFmt, nLnNm ); in PrepareNewPageDesc() 739 m_pSections->AppendSection( pNewPgDesc, rNd, pFmt, nLnNm ); in PrepareNewPageDesc() 781 void RtfExport::AppendSection( const SwPageDesc* pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLn… in AppendSection() function in RtfExport 785 m_pSections->AppendSection( pPageDesc, pFmt, nLnNum ); in AppendSection()
|
| H A D | wrtww8.hxx | 202 void AppendSection( const SwPageDesc* pPd, 205 void AppendSection( const SwFmtPageDesc& rPd, 809 …virtual void AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNu… 1164 …virtual void AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNu…
|
| H A D | wrtw8sty.cxx | 951 AppendSection( *(SwFmtPageDesc*)pI, *pNd, pFmt, nRstLnNum ); in MSWordSections() 954 AppendSection( rExport.pAktPageDesc, pFmt, nRstLnNum ); in MSWordSections() 1029 void MSWordSections::AppendSection( const SwPageDesc* pPd, in AppendSection() function in MSWordSections 1048 AppendSection( pPd, pSectionFmt, nLnNumRestartNo ); in AppendSep() 1051 void MSWordSections::AppendSection( const SwFmtPageDesc& rPD, in AppendSection() function in MSWordSections 1071 AppendSection( rPD, rNd, pSectionFmt, nLnNumRestartNo ); in AppendSep()
|
| H A D | docxexport.hxx | 146 …virtual void AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNu…
|
| H A D | rtfexport.hxx | 145 …virtual void AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNu…
|
| H A D | wrtw8nds.cxx | 2617 AppendSection( pCurrent, &rFmt, nRstLnNum ); in OutputSectionNode() 2625 void WW8Export::AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLn… in AppendSection() function in WW8Export
|
| H A D | wrtww8.cxx | 2693 AppendSection( pAktPageDesc, pParentFmt, nRstLnNum ); in WriteText()
|