summaryrefslogtreecommitdiff
path: root/sc/sdi/drtxtob.sdi
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-02 11:56:24 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-02 11:56:24 +0000
commit54581d859d80211abc55d8620144ceab31becd8e (patch)
tree5561775be19ec5282068a9bd99bebf40fb231a0b /sc/sdi/drtxtob.sdi
parenta249475cfc79915321a81eb006480c016fc6c3ea (diff)
INTEGRATION: CWS os35 (1.10.186); FILE MERGED
2004/07/15 19:50:14 dr 1.10.186.2: RESYNC: (1.10-1.11); FILE MERGED 2004/07/13 15:05:26 dr 1.10.186.1: #i30271# new Calc Format menu
Diffstat (limited to 'sc/sdi/drtxtob.sdi')
-rw-r--r--sc/sdi/drtxtob.sdi10
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi
index c0038ff0dc31..b1622f7fd493 100644
--- a/sc/sdi/drtxtob.sdi
+++ b/sc/sdi/drtxtob.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: drtxtob.sdi,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 12:52:46 $
+ * last change: $Author: kz $ $Date: 2004-08-02 12:56:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,6 +128,12 @@ interface TableDrawText : Selection
// ---- FontWork:
SID_FONTWORK [ ExecMethod = ExecuteExtra; StateMethod = GetState; Export = FALSE; ]
+ // pseudo slots from Format menu
+ SID_ALIGN_ANY_LEFT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
+ SID_ALIGN_ANY_HCENTER [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
+ SID_ALIGN_ANY_RIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
+ SID_ALIGN_ANY_JUSTIFIED [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; Export = FALSE; ]
+
SID_FORMTEXT_STYLE [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; Export = FALSE; ]
SID_FORMTEXT_ADJUST [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; Export = FALSE; ]
SID_FORMTEXT_DISTANCE [ ExecMethod = ExecFormText; StateMethod = GetFormTextState; Export = FALSE; ]