summaryrefslogtreecommitdiff
path: root/sc/sdi/formatsh.sdi
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-02 11:56:37 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-02 11:56:37 +0000
commit59da3b34de543b7c8462685627de49578cd06dc8 (patch)
tree2c0d99d78257c60e5ae396ff9ef43c5ff2974d19 /sc/sdi/formatsh.sdi
parent54581d859d80211abc55d8620144ceab31becd8e (diff)
INTEGRATION: CWS os35 (1.7.186); FILE MERGED
2004/07/15 19:50:21 dr 1.7.186.2: RESYNC: (1.7-1.8); FILE MERGED 2004/07/13 15:05:28 dr 1.7.186.1: #i30271# new Calc Format menu
Diffstat (limited to 'sc/sdi/formatsh.sdi')
-rw-r--r--sc/sdi/formatsh.sdi15
1 files changed, 13 insertions, 2 deletions
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi
index b0c6104e186b..86525a68517e 100644
--- a/sc/sdi/formatsh.sdi
+++ b/sc/sdi/formatsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: formatsh.sdi,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2004-08-02 10:12:44 $
+ * last change: $Author: kz $ $Date: 2004-08-02 12:56:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,6 +112,17 @@ interface FormatForSelection : Selection
SID_ATTR_ALIGN_MARGIN [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
SID_ATTR_ALIGN_ORIENTATION [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
+ // pseudo slots from Format menu
+ SID_ALIGN_ANY_LEFT [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
+ SID_ALIGN_ANY_HCENTER [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
+ SID_ALIGN_ANY_RIGHT [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
+ SID_ALIGN_ANY_JUSTIFIED [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
+ SID_ALIGN_ANY_TOP [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
+ SID_ALIGN_ANY_VCENTER [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
+ SID_ALIGN_ANY_BOTTOM [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
+ SID_ALIGN_ANY_HDEFAULT [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
+ SID_ALIGN_ANY_VDEFAULT [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
+
SID_SCATTR_PROTECTION [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
SID_BACKGROUND_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
SID_ATTR_BRUSH [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]