summaryrefslogtreecommitdiff
path: root/sc/sdi/formatsh.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-07-08 06:53:15 +0000
committerMathias Bauer <mba@openoffice.org>2002-07-08 06:53:15 +0000
commite2cf1d6759bc60ba7d778a939ddd66c602ec89dd (patch)
tree457bf38c0d71620a649b8737c3f0411d3e85153a /sc/sdi/formatsh.sdi
parente5e9513c88dac395b161c489adb0e72e98a191ab (diff)
#100952#: new slots for recording
Diffstat (limited to 'sc/sdi/formatsh.sdi')
-rw-r--r--sc/sdi/formatsh.sdi15
1 files changed, 14 insertions, 1 deletions
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi
index 198dfa9d81ab..48f71d9f94ff 100644
--- a/sc/sdi/formatsh.sdi
+++ b/sc/sdi/formatsh.sdi
@@ -3,7 +3,7 @@
// StarCalc
//
// (C) 1994 StarDivision GmbH, Hamburg, Germany
- // $Author: mba $ $Date: 2002-07-03 17:01:01 $ $Revision: 1.4 $
+ // $Author: mba $ $Date: 2002-07-08 07:52:40 $ $Revision: 1.5 $
// $Logfile: T:/sc/sdi/formatsh.sdv $ $Workfile: formatsh.sdi $
//----------------------------------------------------------------------------
@@ -51,6 +51,16 @@ interface FormatForSelection : Selection
SID_STYLE_DELETE [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ]
// } Slot's die in der DrawShell disabled werden.
+ SID_ATTR_ALIGN_HOR_JUSTIFY [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
+ SID_ATTR_ALIGN_VER_JUSTIFY [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
+ SID_ATTR_ALIGN_INDENT [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
+ SID_ATTR_ALIGN_HYPHENATION [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
+ SID_ATTR_ALIGN_DEGREES [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
+ SID_ATTR_ALIGN_LOCKPOS [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
+ SID_ATTR_ALIGN_MARGIN [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
+ SID_ATTR_ALIGN_ORIENTATION [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
+
+ SID_SCATTR_PROTECTION [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
SID_BACKGROUND_COLOR [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
SID_ATTR_BRUSH [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
SID_ATTR_CHAR_STRIKEOUT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
@@ -103,6 +113,9 @@ shell ScFormatShell
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.4 2002/07/03 17:01:01 mba
+ #100962#: some attributes added for recording
+
Revision 1.3 2002/05/02 11:38:41 nn
#99070# removed special names and flags from common slots