/** perform the actual binding of an XForms-binding with the suitable control *@paramdocumentwhichcontainstheXForms-model(s) *@parampair<XFormsbindingID,referencetocontrol>
*/ 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 as list source with a list control *@paramdocumentwhichcontainstheXForms-model(s) *@parampair<XFormsbindingID,referencetocontrol>
*/ 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 submission with the suitable control *@paramdocumentwhichcontainstheXForms-model(s) *@parampair<XFormssubmissionID,referencetocontrol>
*/ void bindXFormsSubmission(
css::uno::Reference<css::frame::XModel> const&, const std::pair<css::uno::Reference<css::beans::XPropertySet>, OUString>&);
/** applies the given settings to the given XForms container
*/ void XMLOFF_DLLPUBLIC applyXFormsSettings( const css::uno::Reference< css::container::XNameAccess >& _rXForms, const css::uno::Sequence< css::beans::PropertyValue >& _rSettings
);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.