Lines Matching refs:token
125 …new SvXMLElementExport(m_rContext.getGlobalContext(), XML_NAMESPACE_FORM, token::XML_PROPERTIES, s… in exportRemainingProperties()
128 AddAttribute(XML_NAMESPACE_FORM, token::XML_PROPERTY_NAME, *aProperty); in exportRemainingProperties()
153 token::XMLTokenEnum eValueType = implGetPropertyXMLType( aExportType ); in exportRemainingProperties()
156 AddAttribute( XML_NAMESPACE_OFFICE, token::XML_VALUE_TYPE, token::XML_VOID ); in exportRemainingProperties()
158 AddAttribute( XML_NAMESPACE_OFFICE, token::XML_VALUE_TYPE, eValueType ); in exportRemainingProperties()
160 token::XMLTokenEnum eValueAttName( token::XML_VALUE ); in exportRemainingProperties()
163 case token::XML_BOOLEAN: eValueAttName = token::XML_BOOLEAN_VALUE; break; in exportRemainingProperties()
164 case token::XML_STRING: eValueAttName = token::XML_STRING_VALUE; break; in exportRemainingProperties()
179 bIsSequence ? token::XML_LIST_PROPERTY in exportRemainingProperties()
180 : token::XML_PROPERTY, sal_True, sal_True); in exportRemainingProperties()
224 XML_NAMESPACE_FORM, token::XML_LIST_VALUE, in exportRemainingProperties()
437 AddAttribute(XML_NAMESPACE_XLINK, token::XML_TYPE, token::XML_SIMPLE); in exportRelativeTargetLocation()
627 …token::XMLTokenEnum OPropertyExport::implGetPropertyXMLType(const ::com::sun::star::uno::Type& _rT… in implGetPropertyXMLType()
633 return token::XML_STRING; in implGetPropertyXMLType()
640 return token::XML_FLOAT; in implGetPropertyXMLType()
642 return token::XML_BOOLEAN; in implGetPropertyXMLType()
645 return token::XML_FLOAT; in implGetPropertyXMLType()
678 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, cons… in AddAttribute()
680 …OSL_ENSURE(0 == m_rContext.getGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetX… in AddAttribute()
687 …rtyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xmloff::token… in AddAttribute()
689 …OSL_ENSURE(0 == m_rContext.getGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetX… in AddAttribute()