Home
last modified time | relevance | path

Searched refs:aKV (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx355 SvKeyValue aKV; in GetScriptType_Impl() local
356 for( sal_Bool bCont = pHTTPHeader->GetFirst( aKV ); bCont; in GetScriptType_Impl()
357 bCont = pHTTPHeader->GetNext( aKV ) ) in GetScriptType_Impl()
359 if( aKV.GetKey().EqualsIgnoreCaseAscii( in GetScriptType_Impl()
362 if( aKV.GetValue().Len() ) in GetScriptType_Impl()
364 String aTmp( aKV.GetValue() ); in GetScriptType_Impl()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx2341 SvKeyValue aKV; in GetEncodingByHttpHeader() local
2342 for( sal_Bool bCont = pHTTPHeader->GetFirst( aKV ); bCont; in GetEncodingByHttpHeader()
2343 bCont = pHTTPHeader->GetNext( aKV ) ) in GetEncodingByHttpHeader()
2345 if( aKV.GetKey().EqualsIgnoreCaseAscii( OOO_STRING_SVTOOLS_HTML_META_content_type ) ) in GetEncodingByHttpHeader()
2347 if( aKV.GetValue().Len() ) in GetEncodingByHttpHeader()
2349 eRet = HTMLParser::GetEncodingByMIME( aKV.GetValue() ); in GetEncodingByHttpHeader()

Completed in 17 milliseconds