Searched refs:TOOLS_CONSTASCII_STRINGPARAM (Results 1 – 1 of 1) sorted by relevance
125 #ifndef TOOLS_CONSTASCII_STRINGPARAM126 #define TOOLS_CONSTASCII_STRINGPARAM( constAsciiStr ) constAsciiStr, sizeof( constAsciiStr )-1 macro162 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 …]