LibreOffice Module xmloff (master)
1
|
#include <property_description.hxx>
Public Member Functions | |
PropertyDescription () | |
PropertyDescription (const OUString &i_propertyName, const sal_uInt16 i_namespacePrefix, const ::xmloff::token::XMLTokenEnum i_attributeToken, const PropertyHandlerFactory i_factory, const PropertyId i_propertyId) | |
Public Attributes | |
const OUString | propertyName |
is the name of the property More... | |
const PropertyHandlerFactory | factory |
denotes the attribute which represents the property. More... | |
const PropertyId | propertyId |
the unique ID of the property. The property meta data table must not contain two entries with the same property ID More... | |
const AttributeDescription | attribute |
Definition at line 59 of file property_description.hxx.
|
inline |
Definition at line 72 of file property_description.hxx.
|
inline |
Definition at line 80 of file property_description.hxx.
const AttributeDescription xmloff::PropertyDescription::attribute |
Definition at line 70 of file property_description.hxx.
Referenced by xmloff::OControlExport::exportGenericHandlerAttributes().
const PropertyHandlerFactory xmloff::PropertyDescription::factory |
denotes the attribute which represents the property.
Note that multiple properties might comprise a single attribute value.is the factory for creating a handler for reading and writing the property
Definition at line 67 of file property_description.hxx.
Referenced by xmloff::OControlExport::exportGenericHandlerAttributes(), and xmloff::OElementImport::tryGenericAttribute().
const PropertyId xmloff::PropertyDescription::propertyId |
the unique ID of the property. The property meta data table must not contain two entries with the same property ID
Definition at line 69 of file property_description.hxx.
Referenced by xmloff::OControlExport::exportGenericHandlerAttributes(), and xmloff::OElementImport::tryGenericAttribute().
const OUString xmloff::PropertyDescription::propertyName |
is the name of the property
Definition at line 62 of file property_description.hxx.