summaryrefslogtreecommitdiff
path: root/sd/sdi/drtxtob.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-08-29 12:19:38 +0000
committerMathias Bauer <mba@openoffice.org>2002-08-29 12:19:38 +0000
commit179bc72744390894142cb7db2594e0d77f28bab2 (patch)
tree2e13b65ad29261552234d69ac7f74645ad705411 /sd/sdi/drtxtob.sdi
parent37d04e212904508d076e231724096f2ddb3ba49b (diff)
#98951#: make sure that slot names are unique
Diffstat (limited to 'sd/sdi/drtxtob.sdi')
-rw-r--r--sd/sdi/drtxtob.sdi24
1 files changed, 12 insertions, 12 deletions
diff --git a/sd/sdi/drtxtob.sdi b/sd/sdi/drtxtob.sdi
index ab7353fd2e56..f35656cea70e 100644
--- a/sd/sdi/drtxtob.sdi
+++ b/sd/sdi/drtxtob.sdi
@@ -2,7 +2,7 @@
shell SdDrawTextObjectBar
{
- SfxTemplateItem ApplyTemplate SID_STYLE_APPLY // ole : ?, status : ?
+ SID_STYLE_APPLY // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
@@ -64,63 +64,63 @@ shell SdDrawTextObjectBar
StateMethod = GetAttrState;
]
- SfxBoolItem AdjustLeft SID_ATTR_PARA_ADJUST_LEFT // ole : ?, status : ?
+ SID_ATTR_PARA_ADJUST_LEFT // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
// Cachable, AutoUpdate;
]
- SfxBoolItem AdjustCenter SID_ATTR_PARA_ADJUST_CENTER // ole : ?, status : ?
+ SID_ATTR_PARA_ADJUST_CENTER // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
// Cachable, AutoUpdate;
]
- SfxBoolItem AdjustRight SID_ATTR_PARA_ADJUST_RIGHT // ole : ?, status : ?
+ SID_ATTR_PARA_ADJUST_RIGHT // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
// Cachable, AutoUpdate;
]
- SfxBoolItem AdjustBlock SID_ATTR_PARA_ADJUST_BLOCK // ole : ?, status : ?
+ SID_ATTR_PARA_ADJUST_BLOCK // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
// Cachable, AutoUpdate;
]
- SfxBoolItem ParaLeftToRight SID_ATTR_PARA_LEFT_TO_RIGHT // ole : ?, status : ?
+ SID_ATTR_PARA_LEFT_TO_RIGHT // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
// Cachable, AutoUpdate;
]
- SfxBoolItem ParaRightToLeft SID_ATTR_PARA_RIGHT_TO_LEFT // ole : ?, status : ?
+ SID_ATTR_PARA_RIGHT_TO_LEFT // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
// Cachable, AutoUpdate;
]
- SfxBoolItem LineSpacing100 SID_ATTR_PARA_LINESPACE_10 // ole : ?, status : ?
+ SID_ATTR_PARA_LINESPACE_10 // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
// Cachable, AutoUpdate;
]
- SfxBoolItem LineSpacing150 SID_ATTR_PARA_LINESPACE_15 // ole : ?, status : ?
+ SID_ATTR_PARA_LINESPACE_15 // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
// Cachable, AutoUpdate;
]
- SfxBoolItem LineSpacing200 SID_ATTR_PARA_LINESPACE_20 // ole : ?, status : ?
+ SID_ATTR_PARA_LINESPACE_20 // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
@@ -176,12 +176,12 @@ shell SdDrawTextObjectBar
ExecMethod = Execute;
StateMethod = GetAttrState;
]
- SfxBoolItem TextdirectionLeftToRight SID_TEXTDIRECTION_LEFT_TO_RIGHT // ole : ?, status : ?
+ SID_TEXTDIRECTION_LEFT_TO_RIGHT // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;
]
- SfxBoolItem TextdirectionTopToBottom SID_TEXTDIRECTION_TOP_TO_BOTTOM // ole : ?, status : ?
+ SID_TEXTDIRECTION_TOP_TO_BOTTOM // ole : ?, status : ?
[
ExecMethod = Execute;
StateMethod = GetAttrState;