27 namespace container {
class XIndexContainer; }
48 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
54 const css::uno::Reference< css::container::XIndexContainer> & rContainer);
64 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
71 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
78 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
85 const css::uno::Reference< css::beans::XPropertySet> & rPropertySet);
Export an ImageMap as defined by service com.sun.star.image.ImageMap to XML.
void ExportCircle(const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
Export the specifics of a circular image map entry.
void Export(const css::uno::Reference< css::container::XIndexContainer > &rContainer)
Export an ImageMap (XIndexContainer).
void ExportMapEntry(const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
Export a single, named map entry.
void ExportPolygon(const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
Export the specifics of a polygonal image map entry; To be called by ExportMapEntry.
void ExportRectangle(const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
Export the specifics of a rectangular image map entry.
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).
XMLImageMapExport(SvXMLExport &rExport)
class SAL_NO_VTABLE XPropertySet