diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:46:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:46:25 +0000 |
commit | 4c96973337b621fe630a90cdf9e4294a01d5175a (patch) | |
tree | d32447d2fe3af55634148f34b7df24423bbc5a39 /svx/sdi | |
parent | e4fa8dbd7c519ec11f3e74acd28cdfe243ce6815 (diff) |
INTEGRATION: CWS dba31a (1.78.100); FILE MERGED
2008/07/03 08:39:20 fs 1.78.100.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 6904bc8c9fb1..501f8c348c96 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: svx.sdi,v $ - * $Revision: 1.78 $ + * $Revision: 1.79 $ * * This file is part of OpenOffice.org. * @@ -8821,8 +8821,33 @@ SfxVoidItem Refresh SID_FM_REFRESH Synchron; /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_TABLE; +] + +//-------------------------------------------------------------------------- +SfxVoidItem RefreshFormControl SID_FM_REFRESH_FORM_CONTROL +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, GroupId = GID_TABLE; |