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::frame |
namespace | com::sun::star::container |
Functions | |
XMLOFF_DLLPUBLIC SvXMLImportContext * | createXFormsModelContext (SvXMLImport &rImport) |
create import context for xforms:model element. More... | |
void | bindXFormsValueBinding (css::uno::Reference< css::frame::XModel > const &, const std::pair< css::uno::Reference< css::beans::XPropertySet >, OUString > &) |
perform the actual binding of an XForms-binding with the suitable control More... | |
void | bindXFormsListBinding (css::uno::Reference< css::frame::XModel > const &, const std::pair< css::uno::Reference< css::beans::XPropertySet >, OUString > &) |
perform the actual binding of an XForms-binding as list source with a list control More... | |
void | bindXFormsSubmission (css::uno::Reference< css::frame::XModel > const &, const std::pair< css::uno::Reference< css::beans::XPropertySet >, OUString > &) |
perform the actual binding of an XForms submission with the suitable control More... | |
void XMLOFF_DLLPUBLIC | applyXFormsSettings (const css::uno::Reference< css::container::XNameAccess > &_rXForms, const css::uno::Sequence< css::beans::PropertyValue > &_rSettings) |
applies the given settings to the given XForms container More... | |
void XMLOFF_DLLPUBLIC applyXFormsSettings | ( | const css::uno::Reference< css::container::XNameAccess > & | _rXForms, |
const css::uno::Sequence< css::beans::PropertyValue > & | _rSettings | ||
) |
applies the given settings to the given XForms container
void bindXFormsListBinding | ( | css::uno::Reference< css::frame::XModel > const & | , |
const std::pair< css::uno::Reference< css::beans::XPropertySet >, OUString > & | |||
) |
perform the actual binding of an XForms-binding as list source with a list control
document | which contains the XForms-model(s) |
pair<XForms | binding ID, reference to control> |
void bindXFormsSubmission | ( | css::uno::Reference< css::frame::XModel > const & | , |
const std::pair< css::uno::Reference< css::beans::XPropertySet >, OUString > & | |||
) |
perform the actual binding of an XForms submission with the suitable control
document | which contains the XForms-model(s) |
pair<XForms | submission ID, reference to control> |
void bindXFormsValueBinding | ( | css::uno::Reference< css::frame::XModel > const & | , |
const std::pair< css::uno::Reference< css::beans::XPropertySet >, OUString > & | |||
) |
perform the actual binding of an XForms-binding with the suitable control
document | which contains the XForms-model(s) |
pair<XForms | binding ID, reference to control> |
XMLOFF_DLLPUBLIC SvXMLImportContext * createXFormsModelContext | ( | SvXMLImport & | rImport | ) |
create import context for xforms:model element.
Definition at line 57 of file xformsimport.cxx.
Referenced by xmloff::OFormLayerXMLImport_Impl::createContext().