sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / sc / sdi / prevwsh.sdi
blob58cba8eaf47a9a3369986eaa03c9186e99ae2e40
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  */
18 interface TablePrintPreview
20     SID_FORMATPAGE          [ ExecMethod = Execute; StateMethod = GetState; ]
21     SID_STATUS_PAGESTYLE    [ ExecMethod = Execute; StateMethod = GetState; ]
22     SID_HFEDIT              [ ExecMethod = Execute; StateMethod = GetState; ]
23     SID_ATTR_ZOOM           [ ExecMethod = Execute; StateMethod = GetState; ]
24     FID_SCALE               [ ExecMethod = Execute; StateMethod = GetState; ]
25     SID_STATUS_DOCPOS       [ ExecMethod = Execute; StateMethod = GetState; ]
26     SID_PREVIEW_NEXT        [ ExecMethod = Execute; StateMethod = GetState; ]
27     SID_PREVIEW_PREVIOUS    [ ExecMethod = Execute; StateMethod = GetState; ]
28     SID_PREVIEW_FIRST       [ ExecMethod = Execute; StateMethod = GetState; ]
29     SID_PREVIEW_LAST        [ ExecMethod = Execute; StateMethod = GetState; ]
30     SID_PREVIEW_MARGIN      [ ExecMethod = Execute; StateMethod = GetState; ]
31     SID_PREVIEW_SCALINGFACTOR   [ ExecMethod = Execute; StateMethod = GetState; ]
32     SID_ATTR_ZOOMSLIDER     [ ExecMethod = Execute; StateMethod = GetState; ]
34     SfxVoidItem GoUpBlock SID_CURSORPAGEUP
35     (
36         SfxInt16Item By SID_CURSORPAGEUP
37     )
38     [
39         ExecMethod = Execute ;
40         StateMethod = GetState ;
41         GroupId = SfxGroupId::Intern ;
42     ]
44     SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
45     (
46         SfxInt16Item By SID_CURSORPAGEDOWN
47     )
48     [
49         ExecMethod = Execute ;
50         StateMethod = GetState ;
51         GroupId = SfxGroupId::Intern ;
52     ]
54     SID_CURSORHOME  [ ExecMethod = Execute; StateMethod = GetState; ]
55     SID_CURSOREND   [ ExecMethod = Execute; StateMethod = GetState; ]
57     SfxVoidItem GoDown SID_CURSORDOWN
58     (
59         SfxInt16Item By SID_CURSORDOWN
60     )
61     [
62         ExecMethod = Execute ;
63         StateMethod = GetState ;
64         GroupId = SfxGroupId::Intern ;
65     ]
66     SfxVoidItem GoUp SID_CURSORUP
67     (
68         SfxInt16Item By SID_CURSORUP
69     )
70     [
71         ExecMethod = Execute ;
72         StateMethod = GetState ;
73         GroupId = SfxGroupId::Intern ;
74     ]
75     SfxVoidItem GoLeft SID_CURSORLEFT
76     (
77         SfxInt16Item By SID_CURSORLEFT
78     )
79     [
80         ExecMethod = Execute ;
81         StateMethod = GetState ;
82         GroupId = SfxGroupId::Intern ;
83     ]
85     SfxVoidItem GoRight SID_CURSORRIGHT
86     (
87         SfxInt16Item By SID_CURSORRIGHT
88     )
89     [
90         ExecMethod = Execute ;
91         StateMethod = GetState ;
92         GroupId = SfxGroupId::Intern ;
93     ]
95     SID_PREV_TABLE
96     [
97         ExecMethod = Execute ;
98         StateMethod = GetState ;
99         GroupId = SfxGroupId::Intern ;
100     ]
102     SID_NEXT_TABLE
103     [
104         ExecMethod = Execute ;
105         StateMethod = GetState ;
106         GroupId = SfxGroupId::Intern ;
107     ]
109     SfxVoidItem GoToStart SID_CURSORTOPOFFILE ()
110     [
111         ExecMethod = Execute ;
112         StateMethod = GetState ;
113         GroupId = SfxGroupId::Intern ;
114     ]
116     SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE ()
117     [
118         ExecMethod = Execute ;
119         StateMethod = GetState ;
120         GroupId = SfxGroupId::Intern ;
121     ]
122     SID_ZOOM_IN  [ ExecMethod = Execute; StateMethod = GetState; ]
123     SID_ZOOM_OUT [ ExecMethod = Execute; StateMethod = GetState; ]
124     SID_REPAINT         [ ExecMethod = Execute; StateMethod = GetState; ]
125     SID_UNDO            [ ExecMethod = Execute; StateMethod = GetState; ]
126     SID_REDO            [ ExecMethod = Execute; StateMethod = GetState; ]
127     SID_REPEAT          [ ExecMethod = Execute; StateMethod = GetState; ]
128     SID_PRINTPREVIEW    [ ExecMethod = Execute; StateMethod = GetState; ] // ole() api()
129     SID_PREVIEW_CLOSE   [ ExecMethod = Execute; StateMethod = GetState; ]
130     SID_CANCEL          [ ExecMethod = Execute; StateMethod = GetState; ]
132     SID_SAVEDOC         [ StateMethod = GetState; ]
133     SID_SAVEASDOC       [ StateMethod = GetState; ]
134     SID_MAIL_SENDDOC    [ StateMethod = GetState; ]
135     SID_VIEW_DATA_SOURCE_BROWSER [ StateMethod = GetState; ]
136     SID_QUITAPP         [ StateMethod = GetState; ]
141 shell ScPreviewShell
143     import TablePrintPreview;