summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:44:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:44:52 +0000
commit709a8ffded529f86ba7659f542e7d4ca99f63f8c (patch)
tree627d71dca9b118e86e8cfb910d265d6008184db5 /offapi/com/sun/star/xforms/XFormsUIHelper1.idl
parentecdbf022c9c751b7e0d78416becf4cd6a56ec145 (diff)
INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED
2005/01/06 16:33:46 mbu 1.2.6.3: modified renameInstance method 2004/12/15 12:14:08 mbu 1.2.6.2: cloneBindingAsGhost introduced 2004/12/14 18:45:20 dvo 1.2.6.1: #i38991# remove useless bindings Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'offapi/com/sun/star/xforms/XFormsUIHelper1.idl')
-rw-r--r--offapi/com/sun/star/xforms/XFormsUIHelper1.idl14
1 files changed, 11 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xforms/XFormsUIHelper1.idl b/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
index 918530ebd17a..cc41d2bf98c9 100644
--- a/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
+++ b/offapi/com/sun/star/xforms/XFormsUIHelper1.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFormsUIHelper1.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 11:11:05 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:44:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,6 +126,12 @@ interface XFormsUIHelper1
string getSubmissionName( [in] com::sun::star::beans::XPropertySet xSubm,
[in] boolean bDetail );
+ // Creates a new binding based on the one passed as argument.
+ // The new binding does *not* contribute to the MIPs table and acts
+ // as a propertyset in disguise, which is what the UI needs this object for...
+ com::sun::star::beans::XPropertySet cloneBindingAsGhost( [in] com::sun::star::beans::XPropertySet binding );
+
+ void removeBindingIfUseless( [in] com::sun::star::beans::XPropertySet xBinding );
// handle instances
@@ -133,7 +139,9 @@ interface XFormsUIHelper1
[in] string sURL,
[in] boolean bURLOnce );
- void renameInstance( [in] string sFrom, [in] string sTo );
+ void renameInstance( [in] string sFrom, [in] string sTo,
+ [in] string sURL,
+ [in] boolean bURLOnce );
void removeInstance( [in] string sName );