Searched refs:pFootEndNotes (Results 1 – 3 of 3) sorted by relevance
299 nPos = rHTMLWrt.pFootEndNotes ? rHTMLWrt.pFootEndNotes->Count() : 0; in OutHTML_SwFmtFtn()314 if( !rHTMLWrt.pFootEndNotes ) in OutHTML_SwFmtFtn()315 rHTMLWrt.pFootEndNotes = new SwHTMLTxtFtns; in OutHTML_SwFmtFtn()316 rHTMLWrt.pFootEndNotes->Insert( pTxtFtn, nPos ); in OutHTML_SwFmtFtn()345 ASSERT( pFootEndNotes, in OutFootEndNotes()347 if( !pFootEndNotes ) in OutFootEndNotes()355 for( sal_uInt16 i=0; i<pFootEndNotes->Count(); i++ ) in OutFootEndNotes()357 SwTxtFtn *pTxtFtn = (*pFootEndNotes)[i]; in OutFootEndNotes()422 delete pFootEndNotes; in OutFootEndNotes()423 pFootEndNotes = 0; in OutFootEndNotes()
114 pFootEndNotes = 0; in SwHTMLWriter()232 pFootEndNotes = 0; in WriteStream()369 if( pFootEndNotes ) in WriteStream()436 ASSERT( !pFootEndNotes, in WriteStream()
234 SwHTMLTxtFtns *pFootEndNotes; member in SwHTMLWriter
Completed in 23 milliseconds