20#ifndef INCLUDED_SW_SOURCE_FILTER_XML_XMLEXPIT_HXX
21#define INCLUDED_SW_SOURCE_FILTER_XML_XMLEXPIT_HXX
45 std::vector<sal_uInt16> *pIndexArray )
const;
57 const std::vector<sal_uInt16> &rIndexArray )
const;
60 sal_uInt16 nWhichId );
88 OUString& rValue, sal_uInt16 nMemberId,
static bool QueryXMLValue(const SfxPoolItem &rItem, OUString &rValue, sal_uInt16 nMemberId, const SvXMLUnitConverter &rUnitConverter)
void exportXML(const SvXMLExport &rExport, comphelper::AttributeList &rAttrList, const SfxItemSet &rSet, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap, std::vector< sal_uInt16 > *pIndexArray) const
fills the given attribute list with the items in the given set
virtual ~SvXMLExportItemMapper()
virtual void handleElementItem(const SvXMLItemMapEntry &rEntry, const SfxPoolItem &rItem) const
this method is called for every item that has the MID_SW_FLAG_ELEMENT_EXPORT flag set
static const SfxPoolItem * GetItem(const SfxItemSet &rSet, sal_uInt16 nWhichId)
returns the item with the given WhichId from the given ItemSet if it's set
SvXMLExportItemMapper(SvXMLItemMapEntriesRef rMapEntries)
void exportElementItems(SvXMLExport &rExport, const SfxItemSet &rSet, const std::vector< sal_uInt16 > &rIndexArray) const
void exportXML(SvXMLExport &rExport, const SfxItemSet &rSet, const SvXMLUnitConverter &rUnitConverter, ::xmloff::token::XMLTokenEnum ePropToken) const
virtual void handleSpecialItem(comphelper::AttributeList &rAttrList, const SvXMLItemMapEntry &rEntry, const SfxPoolItem &rItem, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap, const SfxItemSet *pSet) const
this method is called for every item that has the MID_SW_FLAG_SPECIAL_ITEM_EXPORT flag set
SvXMLItemMapEntriesRef mrMapEntries
void setMapEntries(SvXMLItemMapEntriesRef rMapEntries)