Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx125 #ifndef TOOLS_CONSTASCII_STRINGPARAM
126 #define TOOLS_CONSTASCII_STRINGPARAM( constAsciiStr ) constAsciiStr, sizeof( constAsciiStr )-1 macro
162 String::CreateFromAscii(TOOLS_CONSTASCII_STRINGPARAM("internal")) ); in GetTemplateName()
164 sTemplate.AppendAscii( TOOLS_CONSTASCII_STRINGPARAM("html") ); in GetTemplateName()
168 sTemplate.AppendAscii( TOOLS_CONSTASCII_STRINGPARAM(".oth") ); in GetTemplateName()
183 sTemplate.AppendAscii( TOOLS_CONSTASCII_STRINGPARAM(".stw") ); in GetTemplateName()
2021 String::CreateFromAscii(TOOLS_CONSTASCII_STRINGPARAM("HTML: <")) ); in NextToken()
5357 String sText( String::CreateFromAscii(TOOLS_CONSTASCII_STRINGPARAM("HTML: <")) ); in ParseMoreMetaOptions()
5358 sText.AppendAscii( TOOLS_CONSTASCII_STRINGPARAM(OOO_STRING_SVTOOLS_HTML_meta) ); in ParseMoreMetaOptions()
5361 sText.AppendAscii( TOOLS_CONSTASCII_STRINGPARAM(OOO_STRING_SVTOOLS_HTML_O_httpequiv) ); in ParseMoreMetaOptions()
[all …]