diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:39:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:39:21 +0000 |
commit | eaf79c500338f808ff4586f425bfb414b7d9e869 (patch) | |
tree | 0a41cfad8cb2037ddfada30da67eba5c30a8ed4c | |
parent | 30101140ff66803d2856e089206a20a1fbf23934 (diff) |
INTEGRATION: CWS dba31a (1.4.70); FILE MERGED
2008/07/03 08:35:04 fs 1.4.70.1: #i66628# +RefreshCurrentControl
-rw-r--r-- | offapi/com/sun/star/form/runtime/FormFeature.idl | 11 |
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; }; //============================================================================= |