From 933026198c4a40c75a6a8fdb5e01d632c6405c2e Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 2 Aug 2004 12:03:26 +0000 Subject: INTEGRATION: CWS os35 (1.2.758); FILE MERGED 2004/06/30 10:49:32 os 1.2.758.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed --- sw/sdi/_frmsh.sdi | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) (limited to 'sw/sdi') diff --git a/sw/sdi/_frmsh.sdi b/sw/sdi/_frmsh.sdi index 2d4d68021eed..2bb756f245aa 100644 --- a/sw/sdi/_frmsh.sdi +++ b/sw/sdi/_frmsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _frmsh.sdi,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:03:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -221,6 +221,48 @@ interface BaseTextFrame : Selection StateMethod = GetLineStyleState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + SID_OBJECT_ALIGN_CENTER // status(play|final) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + + SID_OBJECT_ALIGN_RIGHT // status(play|final) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + + SID_OBJECT_ALIGN_LEFT // status(play|final) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + + SID_OBJECT_ALIGN_UP // status(play|final) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + + SID_OBJECT_ALIGN_MIDDLE // status(play|final) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + + SID_OBJECT_ALIGN_DOWN // status(play|final) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + /***************************************************** Abfragefunktionen fuer ImageMaps -- cgit