diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:03:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:03:26 +0000 |
commit | 933026198c4a40c75a6a8fdb5e01d632c6405c2e (patch) | |
tree | 28a496b59e76e3533413e187f3af55cbc50351e1 /sw/sdi | |
parent | 84de549c0120c6100c9069b461d4540d23deb25a (diff) |
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
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_frmsh.sdi | 46 |
1 files changed, 44 insertions, 2 deletions
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 |