/**************************************************************
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 *
 *************************************************************/



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_INSERT_ROW_DLG
    [
        ExecMethod = Execute;
        StateMethod = GetState;
    ]
    SID_TABLE_INSERT_COL_DLG
    [
        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;
    ]
}