Home
last modified time | relevance | path

Searched refs:pFootEndNotes (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/source/filter/html/
H A Dhtmlftn.cxx299 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()
H A Dwrthtml.cxx114 pFootEndNotes = 0; in SwHTMLWriter()
232 pFootEndNotes = 0; in WriteStream()
369 if( pFootEndNotes ) in WriteStream()
436 ASSERT( !pFootEndNotes, in WriteStream()
H A Dwrthtml.hxx234 SwHTMLTxtFtns *pFootEndNotes; member in SwHTMLWriter

Completed in 22 milliseconds