20 #ifndef INCLUDED_XMLOFF_INC_XMLIMAGEMAPEXPORT_HXX
21 #define INCLUDED_XMLOFF_INC_XMLIMAGEMAPEXPORT_HXX
28 namespace container {
class XIndexContainer; }
51 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
57 const css::uno::Reference< css::container::XIndexContainer> & rContainer);
67 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
74 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
81 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
88 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
exports com.sun.star. container
void ExportMapEntry(const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
Export a single, named map entry.
class SAL_NO_VTABLE XPropertySet
void Export(const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
Get the ImageMap object from the "ImageMap" property and subsequently export the map (if present)...
void ExportCircle(const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
Export the specifics of a circular image map entry.
XMLImageMapExport(SvXMLExport &rExport)
exports com.sun.star. beans
void ExportRectangle(const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
Export the specifics of a rectangular image map entry.
Export an ImageMap as defined by service com.sun.star.image.ImageMap to XML.
css::uno::Any const SvXMLExport & rExport
void ExportPolygon(const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
Export the specifics of a polygonal image map entry; To be called by ExportMapEntry.