summaryrefslogtreecommitdiffstats
path: root/sc/sdi/formatsh.sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-09-12 17:08:57 +0000
committerNiklas Nebel <nn@openoffice.org>2002-09-12 17:08:57 +0000
commitbadce39641b5905c4727eafa74e0ac3fb2a27bba (patch)
treebaf91aa62988e418e1413bb2d31e99b2a40d5c33 /sc/sdi/formatsh.sdi
parent#i5242# #103177# UpdateReference: decision about shared formula replacement (diff)
downloadcore-badce39641b5905c4727eafa74e0ac3fb2a27bba.tar.gz
core-badce39641b5905c4727eafa74e0ac3fb2a27bba.zip
#101968# support slots for bidi text direction toolbar buttons
Diffstat (limited to 'sc/sdi/formatsh.sdi')
-rw-r--r--sc/sdi/formatsh.sdi11
1 files changed, 8 insertions, 3 deletions
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi
index 48f71d9f94ff..b6b00d91fc78 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-08 07:52:40 $ $Revision: 1.5 $
+ // $Author: nn $ $Date: 2002-09-12 18:03:39 $ $Revision: 1.6 $
// $Logfile: T:/sc/sdi/formatsh.sdv $ $Workfile: formatsh.sdi $
//----------------------------------------------------------------------------
@@ -78,8 +78,10 @@ interface FormatForSelection : Selection
SID_V_ALIGNCELL [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
SID_H_ALIGNCELL [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
- SID_TEXTDIRECTION_LEFT_TO_RIGHT [ ExecMethod = ExecuteTextDirection; StateMethod = GetTextDirectionState; ]
- SID_TEXTDIRECTION_TOP_TO_BOTTOM [ ExecMethod = ExecuteTextDirection; StateMethod = GetTextDirectionState; ]
+ SID_TEXTDIRECTION_LEFT_TO_RIGHT [ ExecMethod = ExecuteTextDirection; StateMethod = GetTextDirectionState; ]
+ SID_TEXTDIRECTION_TOP_TO_BOTTOM [ ExecMethod = ExecuteTextDirection; StateMethod = GetTextDirectionState; ]
+ SID_ATTR_PARA_LEFT_TO_RIGHT [ ExecMethod = ExecuteTextDirection; StateMethod = GetTextDirectionState; ]
+ SID_ATTR_PARA_RIGHT_TO_LEFT [ ExecMethod = ExecuteTextDirection; StateMethod = GetTextDirectionState; ]
SID_ATTR_NUMBERFORMAT_VALUE [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState;]
SID_NUMBER_FORMAT [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState;]
@@ -113,6 +115,9 @@ shell ScFormatShell
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.5 2002/07/08 07:52:40 mba
+ #100952#: new slots for recording
+
Revision 1.4 2002/07/03 17:01:01 mba
#100962#: some attributes added for recording