From 9b3281baa9b63054e2adf75a54dc5e665bf64590 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 2 Aug 2004 12:02:59 +0000 Subject: INTEGRATION: CWS os35 (1.11.536); FILE MERGED 2004/06/30 10:49:32 os 1.11.536.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed --- sw/sdi/_basesh.sdi | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'sw/sdi') diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi index 9fe58612696b..736fe5fb1a85 100644 --- a/sw/sdi/_basesh.sdi +++ b/sw/sdi/_basesh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _basesh.sdi,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2003-05-22 08:41:21 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:02:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -282,13 +282,25 @@ interface BaseTextSelection : Selection DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - FN_CONVERT_TEXT_TABLE // status(final|play) + FN_CONVERT_TABLE_TO_TEXT [ ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + FN_CONVERT_TEXT_TO_TABLE + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + FN_CONVERT_TEXT_TABLE // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] FN_FORMAT_BORDER_DLG // status(final|play) [ ExecMethod = ExecDlg ; -- cgit