Searched refs:XML_CONSTASCII_ACTION (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | xmlkywd.hxx | 45 #define XML_CONSTASCII_ACTION( n, s ) extern sal_Char __FAR_DATA n[sizeof(s)] macro 47 #define XML_CONSTASCII_ACTION( n, s ) sal_Char __FAR_DATA n[sizeof(s)] = s macro 51 XML_CONSTASCII_ACTION( sXML_CDATA, "CDATA" ); 52 XML_CONSTASCII_ACTION( sXML_WS, " " ); 53 XML_CONSTASCII_ACTION( sXML_xml, "xml" ); 54 XML_CONSTASCII_ACTION( sXML_xmlns, "xmlns" ); 55 XML_CONSTASCII_ACTION( sXML_xml_pi, "version=\"1.0\" encoding=\"UTF-8\"" ); 56 XML_CONSTASCII_ACTION( sXML_xml_doctype_prefix, "<!DOCTYPE " ); 57 XML_CONSTASCII_ACTION( sXML_xml_doctype_suffix, " PUBLIC \"-//OpenOffice.org//DTD OfficeDocument 1.… 60 XML_CONSTASCII_ACTION( sXML_np_office, "office" ); [all …]
|