fix harfbuzz build
[LibreOffice.git] / sc / sdi / prevwsh.sdi
blob8bd80beb81299d3088676533da06c5c3035a71e9
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     //  von Basic aus nicht erreichbar, darum alles mit Export = FALSE
22     SID_FORMATPAGE          [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
23     SID_STATUS_PAGESTYLE    [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
24     SID_HFEDIT              [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
25     SID_ATTR_ZOOM           [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
26     FID_SCALE               [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
27     SID_STATUS_DOCPOS       [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
28     SID_PREVIEW_NEXT        [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
29     SID_PREVIEW_PREVIOUS    [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
30     SID_PREVIEW_FIRST       [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
31     SID_PREVIEW_LAST        [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
32     SID_PREVIEW_MARGIN      [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
33     SID_PREVIEW_SCALINGFACTOR   [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
34     SID_ATTR_ZOOMSLIDER     [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
36     SfxVoidItem GoUpBlock SID_CURSORPAGEUP
37     (
38         SfxInt16Item By SID_CURSORPAGEUP
39     )
40     [
41         ExecMethod = Execute ;
42         StateMethod = GetState ;
43         Export = FALSE;
44         GroupId = GID_INTERN ;
45         Cachable ;
46     ]
48     SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
49     (
50         SfxInt16Item By SID_CURSORPAGEDOWN
51     )
52     [
53         ExecMethod = Execute ;
54         StateMethod = GetState ;
55         Export = FALSE;
56         GroupId = GID_INTERN ;
57         Cachable ;
58     ]
60     SID_CURSORHOME  [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
61     SID_CURSOREND   [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
63     SfxVoidItem GoDown SID_CURSORDOWN
64     (
65         SfxInt16Item By SID_CURSORDOWN
66     )
67     [
68         ExecMethod = Execute ;
69         StateMethod = GetState ;
70         Export = FALSE;
71         GroupId = GID_INTERN ;
72         Cachable ;
73     ]
74     SfxVoidItem GoUp SID_CURSORUP
75     (
76         SfxInt16Item By SID_CURSORUP
77     )
78     [
79         ExecMethod = Execute ;
80         StateMethod = GetState ;
81         Export = FALSE;
82         GroupId = GID_INTERN ;
83         Cachable ;
84     ]
85     SfxVoidItem GoLeft SID_CURSORLEFT
86     (
87         SfxInt16Item By SID_CURSORLEFT
88     )
89     [
90         ExecMethod = Execute ;
91         StateMethod = GetState ;
92         Export = FALSE;
93         GroupId = GID_INTERN ;
94         Cachable ;
95     ]
97     SfxVoidItem GoRight SID_CURSORRIGHT
98     (
99         SfxInt16Item By SID_CURSORRIGHT
100     )
101     [
102         ExecMethod = Execute ;
103         StateMethod = GetState ;
104         Export = FALSE;
105         GroupId = GID_INTERN ;
106         Cachable ;
107     ]
109     SID_PREV_TABLE
110     [
111         ExecMethod = Execute ;
112         StateMethod = GetState ;
113         Export = FALSE;
114         GroupId = GID_INTERN ;
115         Cachable ;
116     ]
118     SID_NEXT_TABLE
119     [
120         ExecMethod = Execute ;
121         StateMethod = GetState ;
122         Export = FALSE;
123         GroupId = GID_INTERN ;
124         Cachable ;
125     ]
127     SfxVoidItem GoToStart SID_CURSORTOPOFFILE ()
128     [
129         ExecMethod = Execute ;
130         StateMethod = GetState ;
131         Export = FALSE;
132         GroupId = GID_INTERN ;
133         Cachable ;
134     ]
136     SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE ()
137     [
138         ExecMethod = Execute ;
139         StateMethod = GetState ;
140         Export = FALSE;
141         GroupId = GID_INTERN ;
142         Cachable ;
143     ]
144     SID_PREVIEW_ZOOMIN  [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
145     SID_PREVIEW_ZOOMOUT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
146     SID_REPAINT         [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
147     SID_UNDO            [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
148     SID_REDO            [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
149     SID_REPEAT          [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
150     SID_PRINTPREVIEW    [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] // ole() api()
151     SID_PREVIEW_CLOSE   [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
152     SID_CANCEL          [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
154     SID_SAVEDOC         [ StateMethod = GetState; Export = FALSE; ]
155     SID_SAVEASDOC       [ StateMethod = GetState; Export = FALSE; ]
156     SID_MAIL_SENDDOC    [ StateMethod = GetState; Export = FALSE; ]
157     SID_VIEW_DATA_SOURCE_BROWSER [ StateMethod = GetState; Export = FALSE; ]
158     SID_QUITAPP         [ StateMethod = GetState; Export = FALSE; ]
162  // ===========================================================================
163 shell ScPreviewShell
165     import TablePrintPreview;