Searched refs:nLnNum (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | docxexport.cxx | 305 …ocxExport::AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNum ) in AppendSection() argument 308 m_pSections->AppendSection( pPageDesc, pFmt, nLnNum ); in AppendSection()
|
H A D | docxexport.hxx | 146 …tual void AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNum );
|
H A D | rtfexport.hxx | 147 …tual void AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNum );
|
H A D | rtfexport.cxx | 781 …RtfExport::AppendSection( const SwPageDesc* pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNum ) in AppendSection() argument 785 m_pSections->AppendSection( pPageDesc, pFmt, nLnNum ); in AppendSection()
|
H A D | wrtww8.hxx | 810 … void AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNum ) = 0; 1165 …tual void AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNum );
|
H A D | wrtw8nds.cxx | 2626 …WW8Export::AppendSection( const SwPageDesc *pPageDesc, const SwSectionFmt* pFmt, sal_uLong nLnNum ) in AppendSection() argument 2628 pSepx->AppendSep(Fc2Cp(Strm().Tell()), pPageDesc, pFmt, nLnNum); in AppendSection()
|
Completed in 51 milliseconds