LibreOffice Module xmloff (master) 1
|
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... | |
void exportXForms | ( | SvXMLExport & | rExport | ) |
export an XForms model.
Definition at line 80 of file xformsexport.cxx.
References exportXFormsModel(), SvXMLExport::GetModel(), and xModel.
OUString getXFormsBindName | ( | const css::uno::Reference< css::beans::XPropertySet > & | xBinding | ) |
OUString getXFormsListBindName | ( | 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
OUString getXFormsSubmissionName | ( | const css::uno::Reference< css::beans::XPropertySet > & | xBinding | ) |