Home
last modified time | relevance | path

Searched refs:pHTTPHeader (Results 1 – 4 of 4) sorted by path

/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx349 void SfxHTMLParser::GetScriptType_Impl( SvKeyValueIterator *pHTTPHeader ) in GetScriptType_Impl() argument
353 if( pHTTPHeader ) in GetScriptType_Impl()
356 for( sal_Bool bCont = pHTTPHeader->GetFirst( aKV ); bCont; in GetScriptType_Impl()
357 bCont = pHTTPHeader->GetNext( aKV ) ) in GetScriptType_Impl()
396 ScriptType SfxHTMLParser::GetScriptType( SvKeyValueIterator *pHTTPHeader ) const in GetScriptType()
399 ((SfxHTMLParser *)this)->GetScriptType_Impl( pHTTPHeader ); in GetScriptType()
405 SvKeyValueIterator *pHTTPHeader ) const in GetScriptTypeString()
408 ((SfxHTMLParser *)this)->GetScriptType_Impl( pHTTPHeader ); in GetScriptTypeString()
/trunk/main/svtools/inc/svtools/
H A Dparhtml.hxx268 static rtl_TextEncoding GetEncodingByHttpHeader( SvKeyValueIterator *pHTTPHeader );
269 sal_Bool SetEncodingByHTTPHeader( SvKeyValueIterator *pHTTPHeader );
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx2336 rtl_TextEncoding HTMLParser::GetEncodingByHttpHeader( SvKeyValueIterator *pHTTPHeader ) in GetEncodingByHttpHeader() argument
2339 if( pHTTPHeader ) in GetEncodingByHttpHeader()
2342 for( sal_Bool bCont = pHTTPHeader->GetFirst( aKV ); bCont; in GetEncodingByHttpHeader()
2343 bCont = pHTTPHeader->GetNext( aKV ) ) in GetEncodingByHttpHeader()
2358 SvKeyValueIterator *pHTTPHeader ) in SetEncodingByHTTPHeader() argument
2361 rtl_TextEncoding eEnc = HTMLParser::GetEncodingByHttpHeader( pHTTPHeader ); in SetEncodingByHTTPHeader()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx1319 SvKeyValueIterator *pHTTPHeader = 0; in NextToken() local
1324 pHTTPHeader = pDocSh->GetHeaderAttributes(); in NextToken()
1338 ParseMetaOptions( xDocProps, pHTTPHeader ); in NextToken()

Completed in 43 milliseconds