From eaf79c500338f808ff4586f425bfb414b7d9e869 Mon Sep 17 00:00:00 2001
From: Vladimir Glazounov
Date: Tue, 19 Aug 2008 08:39:21 +0000
Subject: INTEGRATION: CWS dba31a (1.4.70); FILE MERGED 2008/07/03 08:35:04 fs
1.4.70.1: #i66628# +RefreshCurrentControl
---
offapi/com/sun/star/form/runtime/FormFeature.idl | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
(limited to 'offapi')
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 RowSet::Order properties of the form.
*/
const short RemoveFilterAndSort = 18;
+
+ /** refreshs the current control
+
+ Basically, this means calling XRefreshable::refresh on the current control, if it supports
+ this interface.
+
+ @since OOo 3.1
+ */
+ const short RefreshCurrentControl = 19;
};
//=============================================================================
--
cgit