LibreOffice Module xmloff (master) 1
Public Member Functions | Protected Member Functions | List of all members
xmloff::IFormsExportContext Class Referenceabstract

#include <callbacks.hxx>

Inheritance diagram for xmloff::IFormsExportContext:
[legend]

Public Member Functions

virtual SvXMLExportgetGlobalContext ()=0
 
virtual ::rtl::Reference< SvXMLExportPropertyMappergetStylePropertyMapper ()=0
 
virtual void exportCollectionElements (const css::uno::Reference< css::container::XIndexAccess > &_rxCollection)=0
 steps through a collection and exports all children of this collection More...
 
virtual OUString getObjectStyleName (const css::uno::Reference< css::beans::XPropertySet > &_rxObject)=0
 

Protected Member Functions

 ~IFormsExportContext ()
 

Detailed Description

Definition at line 34 of file callbacks.hxx.

Constructor & Destructor Documentation

◆ ~IFormsExportContext()

xmloff::IFormsExportContext::~IFormsExportContext ( )
inlineprotected

Definition at line 49 of file callbacks.hxx.

Member Function Documentation

◆ exportCollectionElements()

virtual void xmloff::IFormsExportContext::exportCollectionElements ( const css::uno::Reference< css::container::XIndexAccess > &  _rxCollection)
pure virtual

steps through a collection and exports all children of this collection

Implemented in xmloff::OFormLayerXMLExport_Impl.

Referenced by xmloff::OControlExport::exportSubTags(), and xmloff::OFormExport::exportSubTags().

◆ getGlobalContext()

virtual SvXMLExport & xmloff::IFormsExportContext::getGlobalContext ( )
pure virtual

◆ getObjectStyleName()

virtual OUString xmloff::IFormsExportContext::getObjectStyleName ( const css::uno::Reference< css::beans::XPropertySet > &  _rxObject)
pure virtual

◆ getStylePropertyMapper()

virtual ::rtl::Reference< SvXMLExportPropertyMapper > xmloff::IFormsExportContext::getStylePropertyMapper ( )
pure virtual

The documentation for this class was generated from the following file: