Home
last modified time | relevance | path

Searched refs:SfxHTMLParser (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx72 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()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dsfxhtml.hxx39 class SFX2_DLLPUBLIC SfxHTMLParser : public HTMLParser class
41 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 Dfrmhtml.hxx40 class SFX2_DLLPUBLIC SfxFrameHTMLParser : public SfxHTMLParser
46 SfxHTMLParser( rStream, bIsNewDoc, pMediumPtr ) {}; in SfxFrameHTMLParser()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx343 …fOutNumber = SfxHTMLParser::GetTableDataOptionsValNum(nNumberFormat2,eNumLang,m_sTextToken,m_sNumT… in insertValueIntoColumn()
442 …fOutNumber = SfxHTMLParser::GetTableDataOptionsValNum(nFormatKey,eNumLang,m_sTextToken,m_sNumToken… in CheckString()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx223 fVal = SfxHTMLParser::GetTableDataOptionsValNum( in WriteToDocument()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx879 SfxHTMLParser::GetEncodingByHttpHeader( in Load()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx372 class SwHTMLParser : public SfxHTMLParser, public SwClient
H A Dswhtml.cxx271 : SfxHTMLParser( rIn, static_cast< sal_Bool >(bReadNewDoc), pMed ), in SwHTMLParser()