LibreOffice Module xmloff (master) 1
Namespaces | Functions
xformsimport.hxx File Reference
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <rtl/ustring.hxx>
Include dependency graph for xformsimport.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::frame
 
namespace  com::sun::star::container
 

Functions

XMLOFF_DLLPUBLIC SvXMLImportContextcreateXFormsModelContext (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...
 

Function Documentation

◆ applyXFormsSettings()

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

◆ bindXFormsListBinding()

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

Parameters
documentwhich contains the XForms-model(s)
pair<XFormsbinding ID, reference to control>

◆ bindXFormsSubmission()

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

Parameters
documentwhich contains the XForms-model(s)
pair<XFormssubmission ID, reference to control>

◆ bindXFormsValueBinding()

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

Parameters
documentwhich contains the XForms-model(s)
pair<XFormsbinding ID, reference to control>

◆ createXFormsModelContext()

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().