LibreOffice Module xmloff (master) 1
Namespaces | Functions
xformsexport.hxx File Reference
#include <xmloff/dllapi.h>
#include <rtl/ustring.hxx>
Include dependency graph for xformsexport.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 #file
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::container
 

Functions

void exportXForms (SvXMLExport &)
 export an XForms model. More...
 
OUString getXFormsBindName (const css::uno::Reference< css::beans::XPropertySet > &xBinding)
 
OUString getXFormsListBindName (const css::uno::Reference< css::beans::XPropertySet > &xBinding)
 
OUString getXFormsSubmissionName (const css::uno::Reference< css::beans::XPropertySet > &xBinding)
 
void XMLOFF_DLLPUBLIC getXFormsSettings (const css::uno::Reference< css::container::XNameAccess > &_rXForms, css::uno::Sequence< css::beans::PropertyValue > &_out_rSettings)
 returns the settings of the given XForms container, to be exported as document specific settings More...
 

Function Documentation

◆ exportXForms()

void exportXForms ( SvXMLExport rExport)

export an XForms model.

Definition at line 80 of file xformsexport.cxx.

References exportXFormsModel(), SvXMLExport::GetModel(), and xModel.

◆ getXFormsBindName()

OUString getXFormsBindName ( const css::uno::Reference< css::beans::XPropertySet > &  xBinding)

◆ getXFormsListBindName()

OUString getXFormsListBindName ( const css::uno::Reference< css::beans::XPropertySet > &  xBinding)

◆ getXFormsSettings()

void XMLOFF_DLLPUBLIC getXFormsSettings ( const css::uno::Reference< css::container::XNameAccess > &  _rXForms,
css::uno::Sequence< css::beans::PropertyValue > &  _out_rSettings 
)

returns the settings of the given XForms container, to be exported as document specific settings

◆ getXFormsSubmissionName()

OUString getXFormsSubmissionName ( const css::uno::Reference< css::beans::XPropertySet > &  xBinding)