diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:25:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:25:39 +0000 |
commit | 5a04097ee8ceea2823b6d2d6f969c29063c92846 (patch) | |
tree | d07b4ead1f3e61bbd61fc7c40ebb247b13ddd4ad /sd/sdi | |
parent | e059ae4a81eead9aafc04b4bca8fad8b010478a5 (diff) |
INTEGRATION: CWS impresstables2 (1.1.4); FILE ADDED
2008/01/01 18:39:54 cl 1.1.4.4: #i68103# working on tables
2007/12/14 14:21:05 cl 1.1.4.3: #i68103# working on tables
2007/05/03 09:13:59 cl 1.1.4.2: new table toolbar
2007/01/29 13:09:07 cl 1.1.4.1: file tables.sdi was added on branch cws_src680_impresstables2 on 2007-05-03 09:13:59 +0000
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/tables.sdi | 151 |
1 files changed, 151 insertions, 0 deletions
diff --git a/sd/sdi/tables.sdi b/sd/sdi/tables.sdi new file mode 100644 index 000000000000..da4d8de1eecb --- /dev/null +++ b/sd/sdi/tables.sdi @@ -0,0 +1,151 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: tables.sdi,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: rt $ $Date: 2008-03-12 11:25:39 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ + +shell TableObjectBar +{ + SID_TABLE_TOOLBOX // ole : no, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_FRAME_LINESTYLE + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_FRAME_LINECOLOR + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_BORDER + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_TABLE_MERGE_CELLS + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SPLIT_CELLS + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_OPTIMIZE_TABLE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_VERT_BOTTOM + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_VERT_CENTER + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_VERT_NONE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_ROW + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_COL + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_DELETE_ROW + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_DELETE_COL + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SELECT_ALL + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SELECT_COL + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SELECT_ROW + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_FORMAT_TABLE_DLG + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SORT_DIALOG + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_AUTOSUM + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_TABLE_DISTRIBUTE_COLUMNS + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_TABLE_DISTRIBUTE_ROWS + [ + ExecMethod = Execute; + StateMethod = GetState; + ] +} + |