Lines Matching refs:SfxHTMLParser
72 SfxHTMLParser::SfxHTMLParser( SvStream& rStream, sal_Bool bIsNewDoc, in SfxHTMLParser() function in SfxHTMLParser
91 __EXPORT SfxHTMLParser::~SfxHTMLParser() in ~SfxHTMLParser()
97 sal_Bool SfxHTMLParser::ParseMapOptions(ImageMap * pImageMap, in ParseMapOptions()
122 sal_Bool SfxHTMLParser::ParseAreaOptions(ImageMap * pImageMap, const String& rBaseURL, in ParseAreaOptions()
242 void SfxHTMLParser::StartFileDownload( const String& rURL, int nToken, in StartFileDownload()
270 pDLMedium->DownLoad( STATIC_LINK( this, SfxHTMLParser, FileDownloadDone ) ); in StartFileDownload()
286 sal_Bool SfxHTMLParser::GetFileDownloadMIME( String& rMIME ) in GetFileDownloadMIME()
292 sal_Bool SfxHTMLParser::FinishFileDownload( String& rStr ) in FinishFileDownload()
337 IMPL_STATIC_LINK( SfxHTMLParser, FileDownloadDone, void*, EMPTYARG ) in IMPL_STATIC_LINK() argument
349 void SfxHTMLParser::GetScriptType_Impl( SvKeyValueIterator *pHTTPHeader ) in GetScriptType_Impl()
396 ScriptType SfxHTMLParser::GetScriptType( SvKeyValueIterator *pHTTPHeader ) const in GetScriptType()
399 ((SfxHTMLParser *)this)->GetScriptType_Impl( pHTTPHeader ); in GetScriptType()
404 const String& SfxHTMLParser::GetScriptTypeString( in GetScriptTypeString()
408 ((SfxHTMLParser *)this)->GetScriptType_Impl( pHTTPHeader ); in GetScriptTypeString()
413 double SfxHTMLParser::GetTableDataOptionsValNum( sal_uInt32& nNumForm, in GetTableDataOptionsValNum()