summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/runtime
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:39:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:39:21 +0000
commiteaf79c500338f808ff4586f425bfb414b7d9e869 (patch)
tree0a41cfad8cb2037ddfada30da67eba5c30a8ed4c /offapi/com/sun/star/form/runtime
parent30101140ff66803d2856e089206a20a1fbf23934 (diff)
INTEGRATION: CWS dba31a (1.4.70); FILE MERGED
2008/07/03 08:35:04 fs 1.4.70.1: #i66628# +RefreshCurrentControl
Diffstat (limited to 'offapi/com/sun/star/form/runtime')
-rw-r--r--offapi/com/sun/star/form/runtime/FormFeature.idl11
1 files changed, 10 insertions, 1 deletions
diff --git a/offapi/com/sun/star/form/runtime/FormFeature.idl b/offapi/com/sun/star/form/runtime/FormFeature.idl
index aeaa166f4873..d730175c6ceb 100644
--- a/offapi/com/sun/star/form/runtime/FormFeature.idl
+++ b/offapi/com/sun/star/form/runtime/FormFeature.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: FormFeature.idl,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -138,6 +138,15 @@ constants FormFeature
and <member scope="com::sun::star::sdb">RowSet::Order</member> properties of the form.</p>
*/
const short RemoveFilterAndSort = 18;
+
+ /** refreshs the current control
+
+ <p>Basically, this means calling XRefreshable::refresh on the current control, if it supports
+ this interface.</p>
+
+ @since OOo 3.1
+ */
+ const short RefreshCurrentControl = 19;
};
//=============================================================================