summaryrefslogtreecommitdiff
path: root/sw/sdi/_grfsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sw/sdi/_grfsh.sdi')
-rw-r--r--sw/sdi/_grfsh.sdi9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/sdi/_grfsh.sdi b/sw/sdi/_grfsh.sdi
index 491d01a83258..508b99599e6e 100644
--- a/sw/sdi/_grfsh.sdi
+++ b/sw/sdi/_grfsh.sdi
@@ -46,30 +46,35 @@ interface BaseTextGraphic
[
ExecMethod = Execute ;
StateMethod = GetAttrState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_COMPRESS_GRAPHIC
[
ExecMethod = Execute ;
StateMethod = GetAttrState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_EXTERNAL_EDIT
[
ExecMethod = Execute ;
StateMethod = GetAttrState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ROTATE_GRAPHIC_LEFT
[
ExecMethod = ExecuteRotation ;
- StateMethod = GetAttrState ;
+ StateMethod = GetAttrStateForRotation ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_ROTATE_GRAPHIC_RIGHT
[
ExecMethod = ExecuteRotation ;
- StateMethod = GetAttrState ;
+ StateMethod = GetAttrStateForRotation ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_INSERT_GRAPHIC // zeigt auf FN_FORMAT_GRAFIC_DLG