Lines Matching refs:RTL_CONSTASCII_USTRINGPARAM

56 	::rtl::OUString aStringID = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "groupuinames.xml" ) );  in ReadGroupLocalizationSequence()
69 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.xml.sax.Writer" ) ) ), in WriteGroupLocalizationSequence()
75 …::rtl::OUString aGroupListElement( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:template-group-list"… in WriteGroupLocalizationSequence()
76 ::rtl::OUString aGroupElement( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:template-group" ) ); in WriteGroupLocalizationSequence()
77 ::rtl::OUString aNameAttr( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:name" ) ); in WriteGroupLocalizationSequence()
78 ::rtl::OUString aUINameAttr( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:default-ui-name" ) ); in WriteGroupLocalizationSequence()
79 ::rtl::OUString aCDATAString( RTL_CONSTASCII_USTRINGPARAM ( "CDATA" ) ); in WriteGroupLocalizationSequence()
80 ::rtl::OUString aWhiteSpace( RTL_CONSTASCII_USTRINGPARAM ( " " ) ); in WriteGroupLocalizationSequence()
86 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "xmlns" ) ), in WriteGroupLocalizationSequence()
88 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "http://openoffice.org/2006/groupuinames" ) ) ); in WriteGroupLocalizationSequence()
121 …x::XParser > xParser( xFactory->createInstance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.s… in ReadLocalizationSequence_Impl()
137 : m_aGroupListElement( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:template-group-list" ) ) in DocTemplLocaleHelper()
138 , m_aGroupElement( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:template-group" ) ) in DocTemplLocaleHelper()
139 , m_aNameAttr( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:name" ) ) in DocTemplLocaleHelper()
140 , m_aUINameAttr( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:default-ui-name" ) ) in DocTemplLocaleHelper()