Searched refs:SfxHTMLParser (Results  1 – 8 of 8) sorted by relevance
| /aoo4110/main/sfx2/source/bastyp/ | 
| H A D | sfxhtml.cxx | 72 SfxHTMLParser::SfxHTMLParser( SvStream& rStream, sal_Bool bIsNewDoc,  in SfxHTMLParser()  function in SfxHTMLParser91 __EXPORT SfxHTMLParser::~SfxHTMLParser()  in ~SfxHTMLParser()
 97 sal_Bool SfxHTMLParser::ParseMapOptions(ImageMap * pImageMap,  in ParseMapOptions()
 242 void SfxHTMLParser::StartFileDownload( const String& rURL, int nToken,  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
 399 		((SfxHTMLParser *)this)->GetScriptType_Impl( pHTTPHeader );  in GetScriptType()
 404 const String& SfxHTMLParser::GetScriptTypeString(  in GetScriptTypeString()
 408 		((SfxHTMLParser *)this)->GetScriptType_Impl( pHTTPHeader );  in GetScriptTypeString()
 [all …]
 
 | 
| /aoo4110/main/sfx2/inc/sfx2/ | 
| H A D | sfxhtml.hxx | 39 class SFX2_DLLPUBLIC SfxHTMLParser : public HTMLParser  class41 	DECL_DLLPRIVATE_STATIC_LINK( SfxHTMLParser, FileDownloadDone, void* );
 55 	SfxHTMLParser( SvStream& rStream, sal_Bool bNewDoc=sal_True, SfxMedium *pMedium=0 );
 57     virtual ~SfxHTMLParser();
 120 inline sal_Bool SfxHTMLParser::ParseAreaOptions(ImageMap * pImageMap, const String& rBaseURL,  in ParseAreaOptions()
 
 | 
| H A D | frmhtml.hxx | 40 class SFX2_DLLPUBLIC SfxFrameHTMLParser : public SfxHTMLParser46    SfxHTMLParser( rStream, bIsNewDoc, pMediumPtr ) {};  in SfxFrameHTMLParser()
 
 | 
| /aoo4110/main/dbaccess/source/ui/misc/ | 
| H A D | DExport.cxx | 343 …fOutNumber = SfxHTMLParser::GetTableDataOptionsValNum(nNumberFormat2,eNumLang,m_sTextToken,m_sNumT…  in insertValueIntoColumn()442 …fOutNumber = SfxHTMLParser::GetTableDataOptionsValNum(nFormatKey,eNumLang,m_sTextToken,m_sNumToken…  in CheckString()
 
 | 
| /aoo4110/main/sc/source/filter/rtf/ | 
| H A D | eeimpars.cxx | 223 				fVal = SfxHTMLParser::GetTableDataOptionsValNum(  in WriteToDocument()
 | 
| /aoo4110/main/sw/source/ui/uiview/ | 
| H A D | srcview.cxx | 879 				SfxHTMLParser::GetEncodingByHttpHeader(  in Load()
 | 
| /aoo4110/main/sw/source/filter/html/ | 
| H A D | swhtml.hxx | 374 class SwHTMLParser : public SfxHTMLParser, public SwClient
 | 
| H A D | swhtml.cxx | 271     : SfxHTMLParser( rIn, static_cast< sal_Bool >(bReadNewDoc), pMed ),  in SwHTMLParser()
 | 
        Completed in 223 milliseconds