LibreOffice Module xmloff (master) 1
Functions
xmloff::metadata Namespace Reference

Functions

const PropertyDescriptiongetPropertyDescription (const OUString &i_propertyName)
 
void getPropertyGroupList (const AttributeDescription &i_attribute, PropertyGroups &o_propertyGroups)
 retrieves all known property groups which are mapped to the given attribute More...
 
AttributeDescription getAttributeDescription (sal_Int32 nElement)
 retrieves the attribute descriptor for the attribute given by namespace prefix and attribute name More...
 

Function Documentation

◆ getAttributeDescription()

AttributeDescription xmloff::metadata::getAttributeDescription ( sal_Int32  nAttributeToken)

retrieves the attribute descriptor for the attribute given by namespace prefix and attribute name

Definition at line 143 of file property_meta_data.cxx.

References attribute, NMSP_SHIFT, and TOKEN_MASK.

Referenced by xmloff::OElementImport::tryGenericAttribute().

◆ getPropertyDescription()

const PropertyDescription * xmloff::metadata::getPropertyDescription ( const OUString &  i_propertyName)

Definition at line 124 of file property_meta_data.cxx.

References pos.

Referenced by xmloff::OControlExport::exportGenericHandlerAttributes().

◆ getPropertyGroupList()

void xmloff::metadata::getPropertyGroupList ( const AttributeDescription i_attribute,
PropertyGroups o_propertyGroups 
)

retrieves all known property groups which are mapped to the given attribute

Definition at line 133 of file property_meta_data.cxx.

References pos.

Referenced by xmloff::OElementImport::tryGenericAttribute().