Searched refs:bHTTPEquiv (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | frmhtmlw.hxx | 52 const String& rContent, sal_Bool bHTTPEquiv, 57 const String& rContent, sal_Bool bHTTPEquiv, 80 const String& rContent, sal_Bool bHTTPEquiv, in OutMeta() argument 85 OutMeta( rStrm, pIndent, sTmp, rContent, bHTTPEquiv, eDestEnc, pNonConvertableChars ); in OutMeta()
|
/aoo42x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 2150 bool bHTTPEquiv = false, bChanged = false; in ParseMetaOptionsImpl() local 2167 bHTTPEquiv = true; in ParseMetaOptionsImpl() 2175 if ( bHTTPEquiv || HTML_META_DESCRIPTION != nAction ) in ParseMetaOptionsImpl() 2188 if ( bHTTPEquiv && i_pHTTPHeader ) in ParseMetaOptionsImpl() 2254 DBG_ASSERT( !bHTTPEquiv || i_pHTTPHeader, in ParseMetaOptionsImpl() 2266 if ( !bHTTPEquiv ) in ParseMetaOptionsImpl()
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | frmhtmlw.cxx | 86 const String& rContent, sal_Bool bHTTPEquiv, in OutMeta() argument 96 += (bHTTPEquiv ? OOO_STRING_SVTOOLS_HTML_O_httpequiv : OOO_STRING_SVTOOLS_HTML_O_name)) += "=\""; in OutMeta()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 5310 sal_Bool bHTTPEquiv = sal_False; in ParseMoreMetaOptions() local 5320 bHTTPEquiv = sal_False; in ParseMoreMetaOptions() 5324 bHTTPEquiv = sal_True; in ParseMoreMetaOptions() 5360 if( bHTTPEquiv ) in ParseMoreMetaOptions()
|
Completed in 34 milliseconds