Bump version to 4.3-4
[LibreOffice.git] / sc / sdi / docsh.sdi
blob509ed9ba83c8728e22cbf17958c460683e281ebc
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
20 interface TableSelection
22     uuid = "BA338A41-064E-11d0-89CB-008029E4B0B1" ;
25     SID_DELETE_PRINTAREA        [ ExecMethod = Execute; StateMethod = GetState; ]
26     SID_OPENDLG_EDIT_PRINTAREA  [ ExecMethod = Execute; StateMethod = GetState; ]
27     SID_CHANGE_PRINTAREA        [ ExecMethod = Execute; ]
28     FID_DEL_MANUALBREAKS        [ ExecMethod = Execute; StateMethod = GetState; ]
29     FID_RESET_PRINTZOOM         [ ExecMethod = Execute; StateMethod = GetState; ]
30     SbxObject Cells SID_SC_CELLS
31     (
32         INT16   Column      SID_SC_CELLS,
33         INT32   Row         FN_PARAM_1
34     )
35     [
36     ]
37     UINT16 Index FID_TAB_INDEX
38     [
39         Readonly ;
40     ]
41     FID_PROTECT_TABLE       [ ExecMethod = Execute; StateMethod = GetState; ]
42     FID_PROTECT_DOC         [ ExecMethod = Execute; StateMethod = GetState; ]
44     SID_AUTO_OUTLINE        [ ExecMethod = Execute; StateMethod = GetState; ]
45     SID_OUTLINE_DELETEALL   [ ExecMethod = Execute; StateMethod = GetState; ]
46     SID_FORMATPAGE          [ ExecMethod = Execute; StateMethod = GetState; ]
47     SID_HFEDIT              [ ExecMethod = Execute; StateMethod = GetState; ]
48     SID_DETECTIVE_DEL_ALL   [ ExecMethod = Execute; StateMethod = GetState; ]
49     FID_TABLE_VISIBLE   [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
50     FID_TAB_MOVE        [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
51     FID_DELETE_TABLE    [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
52     FID_TAB_RENAME      [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
53     FID_TAB_RTL         [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
54     FID_TAB_SET_TAB_BG_COLOR    [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
55     FID_TAB_TOGGLE_GRID [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
57     SID_TABLE_ACTIVATE  [ ExecMethod = Execute; ]
62 interface TableDocument
64     uuid = "BA338A42-064E-11d0-89CB-008029E4B0B1" ;
67     SID_OPEN_CALC   [ ExecMethod = Execute; StateMethod = GetState; ]
68     SID_SBA_IMPORT  [ ExecMethod = Execute; StateMethod = GetState; ]
69     SID_SC_CELLS    [ ExecMethod = Execute; StateMethod = GetState; ]
70     SID_SC_CELLTEXT [ ExecMethod = Execute; StateMethod = GetState; ]
71     SID_SC_SETTEXT  [ ExecMethod = Execute; StateMethod = GetState; ]
72     SID_SC_RANGE    [ ExecMethod = Execute; StateMethod = GetState; ]
73     SID_SC_SELECTION    [ StateMethod = GetSbxState; ]
74     SID_SC_ACTIVECELL   [ StateMethod = GetSbxState; ]
75     SID_SC_ACTIVETAB    [ StateMethod = GetSbxState; ]
76     SID_TABLES_GET      [ StateMethod = GetSbxState; ]
77     SID_TABLES_COUNT    [ StateMethod = GetState; ]
78     SID_PIVOT_GET       [ StateMethod = GetSbxState; ]
79     SID_SC_ACTIVEOBJECT [ StateMethod = GetDrawObjState; ]
80     SID_ATTR_YEAR2000   [ StateMethod = GetState; ExecMethod = Execute; ]
81     SbxObject OLEObjects
82     [
83         Readonly ;
84         IsCollection ;
85     ]
86     SID_CHART_SOURCE    [ ExecMethod = Execute; ]
87     SID_CHART_ADDSOURCE [ ExecMethod = Execute; ]
88     FID_AUTO_CALC   [ ExecMethod = Execute; StateMethod = GetState; ]
89     FID_RECALC      [ ExecMethod = Execute; StateMethod = GetState; ]
90     FID_HARD_RECALC [ ExecMethod = Execute; StateMethod = GetState; ]
91     SID_UPDATETABLINKS      [ ExecMethod = Execute; ]
92     SID_REIMPORT_AFTER_LOAD [ ExecMethod = Execute; ]
93     SID_AUTO_STYLE          [ ExecMethod = Execute; ]
95     SID_GET_COLORLIST       [ ExecMethod = Execute; ]
97     FID_CHG_RECORD          [ ExecMethod = Execute; StateMethod = GetState; ]
98     SID_DOCUMENT_COMPARE    [ ExecMethod = Execute; StateMethod = GetState; ]
99     SID_DOCUMENT_MERGE      [ ExecMethod = Execute; StateMethod = GetState; ]
100     SID_CHG_PROTECT         [ ExecMethod = Execute; StateMethod = GetState; ]
102     SID_DELETE_SCENARIO     [ ExecMethod = Execute; ]
103     SID_EDIT_SCENARIO       [ ExecMethod = Execute; ]
104     SID_ATTR_CHAR_FONTLIST  [ StateMethod = GetState; ]
105     SID_SHARE_DOC           [ ExecMethod = Execute; StateMethod = GetState; ]
110 shell ScDocShell
112     uuid ( "3F543FA0-B6A6-101B-9961-04021C007002" )
115         import TableDocument[Automation];