LibreOffice Module xmloff (master) 1
|
#include <property_description.hxx>
Public Member Functions | |
PropertyDescription () | |
PropertyDescription (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 60 of file property_description.hxx.
|
inline |
Definition at line 73 of file property_description.hxx.
|
inline |
Definition at line 81 of file property_description.hxx.
const AttributeDescription xmloff::PropertyDescription::attribute |
Definition at line 71 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 68 of file property_description.hxx.
Referenced by xmloff::OControlExport::exportGenericHandlerAttributes().
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 70 of file property_description.hxx.
Referenced by xmloff::OControlExport::exportGenericHandlerAttributes().
const OUString xmloff::PropertyDescription::propertyName |
is the name of the property
Definition at line 63 of file property_description.hxx.