diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-05-11 19:02:34 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-05-11 19:06:56 +0200 |
commit | 4bdbf360360bcc39929a18a4226a6ad1a22d8630 (patch) | |
tree | 3b93a2673727ef78d383a3745a67fdf8adc503c2 /sw/sdi | |
parent | fbc486a449808d1d9261f67ffaa4f0213e80787e (diff) |
fdo#34423 Add Rotate Left/Right to toolbar and menubar.
Additionally added Tango and Galaxy icon and some renaming to be
more general (not just specific to Graphic).
Change-Id: I5886246e25457ca5412be8743dcb001b02ebd65b
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_grfsh.sdi | 9 |
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 |