LibreOffice Module xmloff (master) 1
|
#include "XFormsModelContext.hxx"
#include <utility>
#include <xmloff/xformsimport.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/form/binding/XValueBinding.hpp>
#include <com/sun/star/form/binding/XBindableValue.hpp>
#include <com/sun/star/form/binding/XListEntrySource.hpp>
#include <com/sun/star/form/binding/XListEntrySink.hpp>
#include <com/sun/star/form/submission/XSubmission.hpp>
#include <com/sun/star/form/submission/XSubmissionSupplier.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <rtl/ustring.hxx>
#include "xformsapi.hxx"
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Functions | |
SvXMLImportContext * | createXFormsModelContext (SvXMLImport &rImport) |
create import context for xforms:model element. More... | |
void | bindXFormsValueBinding (Reference< XModel > const &xModel, const pair< Reference< XPropertySet >, OUString > &aPair) |
void | bindXFormsListBinding (Reference< XModel > const &xModel, const ::pair< Reference< XPropertySet >, OUString > &aPair) |
void | bindXFormsSubmission (Reference< XModel > const &xModel, const pair< Reference< XPropertySet >, OUString > &aPair) |
void | applyXFormsSettings (const Reference< XNameAccess > &_rXForms, const Sequence< PropertyValue > &_rSettings) |
void applyXFormsSettings | ( | const Reference< XNameAccess > & | _rXForms, |
const Sequence< PropertyValue > & | _rSettings | ||
) |
Definition at line 133 of file xformsimport.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, comphelper::NamedValueCollection::get(), and u.
void bindXFormsListBinding | ( | Reference< XModel > const & | xModel, |
const ::pair< Reference< XPropertySet >, OUString > & | aPair | ||
) |
Definition at line 87 of file xformsimport.cxx.
References Exception, xforms_findXFormsBinding(), and xModel.
Referenced by xmloff::OFormLayerXMLImport_Impl::documentDone().
void bindXFormsSubmission | ( | Reference< XModel > const & | xModel, |
const pair< Reference< XPropertySet >, OUString > & | aPair | ||
) |
Definition at line 111 of file xformsimport.cxx.
References Exception, xforms_findXFormsSubmission(), and xModel.
Referenced by xmloff::OFormLayerXMLImport_Impl::documentDone().
void bindXFormsValueBinding | ( | Reference< XModel > const & | xModel, |
const pair< Reference< XPropertySet >, OUString > & | aPair | ||
) |
Definition at line 63 of file xformsimport.cxx.
References Exception, xforms_findXFormsBinding(), and xModel.
Referenced by xmloff::OFormLayerXMLImport_Impl::documentDone().
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().