summaryrefslogtreecommitdiff
path: root/sc/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
commit813c3f9b77cab5409e95c07e667511d3ab8c7cf9 (patch)
treee41cba2c43e35aba6c5e230bc8c321d43c8311f8 /sc/sdi
parente9a43e4f37da4294ed0ddad524b3e204fe7fc2d6 (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')
-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 69bc55c26..7e2d10f5f 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; ]