LibreOffice Module xmloff (master) 1
|
Functions | |
const PropertyDescription * | getPropertyDescription (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... | |
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().
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().
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().