diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:19:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:19:03 +0000 |
commit | 2224d79cde453da949336a95d4ce635eab1460eb (patch) | |
tree | a77eba156af8d488252763ca168585b972e8c014 /svx/sdi | |
parent | df36061d0da9d6021f9704bc80c0397255c915db (diff) |
INTEGRATION: CWS eforms2 (1.7.52); FILE MERGED
2004/10/08 17:13:55 dvo 1.7.52.3: RESYNC: (1.9-1.11); FILE MERGED
2004/06/25 13:58:02 dvo 1.7.52.2: RESYNC: (1.7-1.9); FILE MERGED
2004/06/09 13:44:24 pb 1.7.52.1: fix: #114856# the new xforms data navigator
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/fmslots.sdi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/svx/sdi/fmslots.sdi b/svx/sdi/fmslots.sdi index 0ea11a22f59d..8fbaf5c90c73 100644 --- a/svx/sdi/fmslots.sdi +++ b/svx/sdi/fmslots.sdi @@ -2,9 +2,9 @@ * * $RCSfile: fmslots.sdi,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2004-09-09 10:20:43 $ + * last change: $Author: obo $ $Date: 2004-11-16 11:19:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -225,6 +225,11 @@ interface Form : Object ExecMethod = Execute ; StateMethod = GetState ; ] + SID_FM_SHOW_DATANAVIGATOR + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] SID_FM_RECORD_FIRST [ ExecMethod = Execute ; @@ -346,6 +351,11 @@ interface Form : Object StateMethod = GetState ; ] //-------------------------------------------------------------------------- + SID_FM_DATANAVIGATOR_CONTROL + [ + StateMethod = GetState ; + ] + //-------------------------------------------------------------------------- SID_FM_FIELDS_CONTROL [ StateMethod = GetState ; |