summaryrefslogtreecommitdiff
path: root/sc/sdi/drawsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sc/sdi/drawsh.sdi')
-rw-r--r--sc/sdi/drawsh.sdi18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi
index 3282485b1b3d..cfd8108f85b8 100644
--- a/sc/sdi/drawsh.sdi
+++ b/sc/sdi/drawsh.sdi
@@ -20,7 +20,7 @@ interface TableDraw
// support assign macro for shape objects
SID_ASSIGNMACRO [ ExecMethod = ExecDrawAttr; StateMethod = NoState; Export = FALSE; ]
- // Drawing geht von Basic aus gar nicht, darum alles mit Export = FALSE
+ // drawing is not possible from Basic, therefore everything with Export = FALSE
FID_DEFINE_NAME [ StateMethod = StateDisableItems; Export = FALSE; ]
FID_ADD_NAME [ StateMethod = StateDisableItems; Export = FALSE; ]
@@ -34,7 +34,7 @@ interface TableDraw
SID_DEFINE_DBNAME [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_OPENDLG_CONSOLIDATE [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_OPENDLG_EDIT_PRINTAREA [ StateMethod = StateDisableItems; Export = FALSE; ]
- // andere:
+ // others:
SID_DRAW_CHART [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY2 [ StateMethod = StateDisableItems; Export = FALSE; ]
SID_STYLE_FAMILY4 [ StateMethod = StateDisableItems; Export = FALSE; ]
@@ -52,7 +52,7 @@ interface TableDraw
SID_TEXT_STANDARD [ ExecMethod = ExecDrawAttr; StateMethod = NoState; Export = FALSE; ]
SID_DRAWTEXT_ATTR_DLG [ ExecMethod = ExecDrawAttr; StateMethod = NoState; Export = FALSE; ]
- // ---- Slot-IDs fuer Objectbar:
+ // ---- Slot-IDs for Objectbar:
SID_COLOR_TABLE [ StateMethod = GetDrawAttrState; Export = FALSE; ]
SID_GRADIENT_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ]
SID_HATCH_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ]
@@ -61,7 +61,7 @@ interface TableDraw
SID_DASH_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ]
SID_LINEEND_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ]
- // Flaechen-Attribute
+ // area attributes
SID_ATTR_FILL_STYLE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ]
// #i25616#
@@ -87,7 +87,7 @@ interface TableDraw
SID_ATTR_FILL_TRANSPARENCE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ]
SID_ATTR_FILL_FLOATTRANSPARENCE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ]
- // ---- Linien-Attribute:
+ // lines attributes:
SID_ATTR_LINE_STYLE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ]
SID_ATTR_LINEEND_STYLE [ ExecMethod = ExecDrawAttr; StateMethod = GetAttrFuncState; Export = FALSE; ]
SID_ATTR_LINE_START [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALSE; ]
@@ -115,7 +115,7 @@ interface TableDraw
SID_ATTR_TRANSFORM_AUTOWIDTH [ StateMethod = GetDrawAttrStateForIFBX; Export = FALSE; ]
SID_ATTR_TRANSFORM_AUTOHEIGHT [ StateMethod = GetDrawAttrStateForIFBX; Export = FALSE; ]
- // ---- Ausrichtungs - Funktionen:
+ // alignment functions:
SID_OBJECT_ALIGN [ StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_OBJECT_ALIGN_LEFT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_OBJECT_ALIGN_CENTER [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
@@ -132,7 +132,7 @@ interface TableDraw
SID_ALIGN_ANY_VCENTER [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_ALIGN_ANY_BOTTOM [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
- // ---- andere Funktionen:
+ // other functions:
SID_OBJECT_HEAVEN [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_OBJECT_HELL [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_FRAME_TO_TOP [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
@@ -143,7 +143,7 @@ interface TableDraw
SID_UNGROUP [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_ENTER_GROUP [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_LEAVE_GROUP [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
- // !!! special
+ // !!! special
SID_DELETE [ExecMethod = ExecDrawFunc ;StateMethod = GetDrawFuncState; Export = FALSE ;]
SID_DELETE_CONTENTS [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
@@ -161,7 +161,7 @@ interface TableDraw
SID_ANCHOR_PAGE [ ExecMethod = ExecDrawFunc; StateMethod = GetState; Export = FALSE; ]
SID_ANCHOR_TOGGLE [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_ANCHOR_CELL [ ExecMethod = ExecDrawFunc; StateMethod = GetState; Export = FALSE; ]
- // ---- FontWork:
+ // FontWork:
SID_FONTWORK [ ExecMethod = ExecDrawFunc; StateMethod = GetState; Export = FALSE; ]
SID_FORMTEXT_STYLE [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; Export = FALSE; ]
SID_FORMTEXT_ADJUST [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; Export = FALSE; ]