43 const sal_uInt16 i_namespacePrefix,
46 :namespacePrefix( i_namespacePrefix )
47 ,attributeToken( i_attributeToken )
81 const OUString& i_propertyName,
82 const sal_uInt16 i_namespacePrefix,
87 :propertyName( i_propertyName )
89 ,propertyId( i_propertyId )
90 ,attribute( i_namespacePrefix, i_attributeToken )
::std::vector< PropertyDescriptionList > PropertyGroups
::std::vector< const PropertyDescription * > PropertyDescriptionList
const PropertyId propertyId
the unique ID of the property. The property meta data table must not contain two entries with the sam...
AttributeDescription(const sal_uInt16 i_namespacePrefix, const ::xmloff::token::XMLTokenEnum i_attributeToken)
sal_uInt16 namespacePrefix
PropertyDescription(const OUString &i_propertyName, const sal_uInt16 i_namespacePrefix, const ::xmloff::token::XMLTokenEnum i_attributeToken, const PropertyHandlerFactory i_factory, const PropertyId i_propertyId)
::xmloff::token::XMLTokenEnum attributeToken
const AttributeDescription attribute
PPropertyHandler(* PropertyHandlerFactory)(const PropertyId i_propertyId)
XMLTokenEnum
The enumeration of all XML tokens.
const OUString propertyName
is the name of the property
const PropertyHandlerFactory factory
denotes the attribute which represents the property.
bool operator==(const AttributeDescription &i_lhs, const AttributeDescription &i_rhs)