Lines Matching refs:RTL_CONSTASCII_USTRINGPARAM

61 	::rtl::OUString aStringID = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_rels/" ) );  in ReadRelationsInfoSequence()
70 …::rtl::OUString aStringID = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "[Content_Types].xml" ) … in ReadContentTypeSequence()
83 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.xml.sax.Writer" ) ) ), in WriteRelationsInfoSequence()
89 ::rtl::OUString aRelListElement( RTL_CONSTASCII_USTRINGPARAM( "Relationships" ) ); in WriteRelationsInfoSequence()
90 ::rtl::OUString aRelElement( RTL_CONSTASCII_USTRINGPARAM( "Relationship" ) ); in WriteRelationsInfoSequence()
91 ::rtl::OUString aIDAttr( RTL_CONSTASCII_USTRINGPARAM( "Id" ) ); in WriteRelationsInfoSequence()
92 ::rtl::OUString aTypeAttr( RTL_CONSTASCII_USTRINGPARAM( "Type" ) ); in WriteRelationsInfoSequence()
93 ::rtl::OUString aTargetModeAttr( RTL_CONSTASCII_USTRINGPARAM( "TargetMode" ) ); in WriteRelationsInfoSequence()
94 ::rtl::OUString aTargetAttr( RTL_CONSTASCII_USTRINGPARAM( "Target" ) ); in WriteRelationsInfoSequence()
95 ::rtl::OUString aCDATAString( RTL_CONSTASCII_USTRINGPARAM ( "CDATA" ) ); in WriteRelationsInfoSequence()
96 ::rtl::OUString aWhiteSpace( RTL_CONSTASCII_USTRINGPARAM ( " " ) ); in WriteRelationsInfoSequence()
102 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "xmlns" ) ), in WriteRelationsInfoSequence()
104 …::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "http://schemas.openxmlformats.org/package/2006/rel… in WriteRelationsInfoSequence()
148 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.xml.sax.Writer" ) ) ), in WriteContentSequence()
154 ::rtl::OUString aTypesElement( RTL_CONSTASCII_USTRINGPARAM( "Types" ) ); in WriteContentSequence()
155 ::rtl::OUString aDefaultElement( RTL_CONSTASCII_USTRINGPARAM( "Default" ) ); in WriteContentSequence()
156 ::rtl::OUString aOverrideElement( RTL_CONSTASCII_USTRINGPARAM( "Override" ) ); in WriteContentSequence()
157 ::rtl::OUString aExtensionAttr( RTL_CONSTASCII_USTRINGPARAM( "Extension" ) ); in WriteContentSequence()
158 ::rtl::OUString aPartNameAttr( RTL_CONSTASCII_USTRINGPARAM( "PartName" ) ); in WriteContentSequence()
159 ::rtl::OUString aContentTypeAttr( RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ); in WriteContentSequence()
160 ::rtl::OUString aCDATAString( RTL_CONSTASCII_USTRINGPARAM ( "CDATA" ) ); in WriteContentSequence()
161 ::rtl::OUString aWhiteSpace( RTL_CONSTASCII_USTRINGPARAM ( " " ) ); in WriteContentSequence()
167 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "xmlns" ) ), in WriteContentSequence()
169 …::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "http://schemas.openxmlformats.org/package/2006/con… in WriteContentSequence()
215 …x::XParser > xParser( xFactory->createInstance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.s… in ReadSequence_Impl()
232 , m_aRelListElement( RTL_CONSTASCII_USTRINGPARAM( "Relationships" ) ) in OFOPXMLHelper()
233 , m_aRelElement( RTL_CONSTASCII_USTRINGPARAM( "Relationship" ) ) in OFOPXMLHelper()
234 , m_aIDAttr( RTL_CONSTASCII_USTRINGPARAM( "Id" ) ) in OFOPXMLHelper()
235 , m_aTypeAttr( RTL_CONSTASCII_USTRINGPARAM( "Type" ) ) in OFOPXMLHelper()
236 , m_aTargetModeAttr( RTL_CONSTASCII_USTRINGPARAM( "TargetMode" ) ) in OFOPXMLHelper()
237 , m_aTargetAttr( RTL_CONSTASCII_USTRINGPARAM( "Target" ) ) in OFOPXMLHelper()
238 , m_aTypesElement( RTL_CONSTASCII_USTRINGPARAM( "Types" ) ) in OFOPXMLHelper()
239 , m_aDefaultElement( RTL_CONSTASCII_USTRINGPARAM( "Default" ) ) in OFOPXMLHelper()
240 , m_aOverrideElement( RTL_CONSTASCII_USTRINGPARAM( "Override" ) ) in OFOPXMLHelper()
241 , m_aExtensionAttr( RTL_CONSTASCII_USTRINGPARAM( "Extension" ) ) in OFOPXMLHelper()
242 , m_aPartNameAttr( RTL_CONSTASCII_USTRINGPARAM( "PartName" ) ) in OFOPXMLHelper()
243 , m_aContentTypeAttr( RTL_CONSTASCII_USTRINGPARAM( "ContentType" ) ) in OFOPXMLHelper()