LibreOffice Module xmloff (master) 1
|
#include "property_description.hxx"
#include "property_meta_data.hxx"
#include <forms/form_handler_factory.hxx>
#include "strings.hxx"
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <o3tl/hash_combine.hxx>
#include <tools/debug.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
namespace | xmloff |
namespace | xmloff::metadata |
Functions | |
const PropertyDescription * | xmloff::metadata::getPropertyDescription (const OUString &i_propertyName) |
void | xmloff::metadata::getPropertyGroupList (const AttributeDescription &i_attribute, PropertyGroups &o_propertyGroups) |
retrieves all known property groups which are mapped to the given attribute More... | |
AttributeDescription | xmloff::metadata::getAttributeDescription (sal_Int32 nElement) |
retrieves the attribute descriptor for the attribute given by namespace prefix and attribute name More... | |