LibreOffice Module xmloff (master) 1
Public Member Functions | Public Attributes | List of all members
xmloff::PropertyDescription Struct Reference

#include <property_description.hxx>

Collaboration diagram for xmloff::PropertyDescription:
[legend]

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
 

Detailed Description

Definition at line 60 of file property_description.hxx.

Constructor & Destructor Documentation

◆ PropertyDescription() [1/2]

xmloff::PropertyDescription::PropertyDescription ( )
inline

Definition at line 73 of file property_description.hxx.

◆ PropertyDescription() [2/2]

xmloff::PropertyDescription::PropertyDescription ( OUString  i_propertyName,
const sal_uInt16  i_namespacePrefix,
const ::xmloff::token::XMLTokenEnum  i_attributeToken,
const PropertyHandlerFactory  i_factory,
const PropertyId  i_propertyId 
)
inline

Definition at line 81 of file property_description.hxx.

Member Data Documentation

◆ attribute

const AttributeDescription xmloff::PropertyDescription::attribute

◆ factory

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().

◆ propertyId

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().

◆ propertyName

const OUString xmloff::PropertyDescription::propertyName

is the name of the property

Definition at line 63 of file property_description.hxx.


The documentation for this struct was generated from the following file: