build fix
[LibreOffice.git] / sc / sdi / prevwsh.sdi
blob02d1d5a62863123002a72c0b992ca471add2fddb
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     ]
47     SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
48     (
49         SfxInt16Item By SID_CURSORPAGEDOWN
50     )
51     [
52         ExecMethod = Execute ;
53         StateMethod = GetState ;
54         Export = FALSE;
55         GroupId = GID_INTERN ;
56     ]
58     SID_CURSORHOME  [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
59     SID_CURSOREND   [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
61     SfxVoidItem GoDown SID_CURSORDOWN
62     (
63         SfxInt16Item By SID_CURSORDOWN
64     )
65     [
66         ExecMethod = Execute ;
67         StateMethod = GetState ;
68         Export = FALSE;
69         GroupId = GID_INTERN ;
70     ]
71     SfxVoidItem GoUp SID_CURSORUP
72     (
73         SfxInt16Item By SID_CURSORUP
74     )
75     [
76         ExecMethod = Execute ;
77         StateMethod = GetState ;
78         Export = FALSE;
79         GroupId = GID_INTERN ;
80     ]
81     SfxVoidItem GoLeft SID_CURSORLEFT
82     (
83         SfxInt16Item By SID_CURSORLEFT
84     )
85     [
86         ExecMethod = Execute ;
87         StateMethod = GetState ;
88         Export = FALSE;
89         GroupId = GID_INTERN ;
90     ]
92     SfxVoidItem GoRight SID_CURSORRIGHT
93     (
94         SfxInt16Item By SID_CURSORRIGHT
95     )
96     [
97         ExecMethod = Execute ;
98         StateMethod = GetState ;
99         Export = FALSE;
100         GroupId = GID_INTERN ;
101     ]
103     SID_PREV_TABLE
104     [
105         ExecMethod = Execute ;
106         StateMethod = GetState ;
107         Export = FALSE;
108         GroupId = GID_INTERN ;
109     ]
111     SID_NEXT_TABLE
112     [
113         ExecMethod = Execute ;
114         StateMethod = GetState ;
115         Export = FALSE;
116         GroupId = GID_INTERN ;
117     ]
119     SfxVoidItem GoToStart SID_CURSORTOPOFFILE ()
120     [
121         ExecMethod = Execute ;
122         StateMethod = GetState ;
123         Export = FALSE;
124         GroupId = GID_INTERN ;
125     ]
127     SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE ()
128     [
129         ExecMethod = Execute ;
130         StateMethod = GetState ;
131         Export = FALSE;
132         GroupId = GID_INTERN ;
133     ]
134     SID_PREVIEW_ZOOMIN  [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
135     SID_PREVIEW_ZOOMOUT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
136     SID_REPAINT         [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
137     SID_UNDO            [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
138     SID_REDO            [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
139     SID_REPEAT          [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
140     SID_PRINTPREVIEW    [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] // ole() api()
141     SID_PREVIEW_CLOSE   [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
142     SID_CANCEL          [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
144     SID_SAVEDOC         [ StateMethod = GetState; Export = FALSE; ]
145     SID_SAVEASDOC       [ StateMethod = GetState; Export = FALSE; ]
146     SID_MAIL_SENDDOC    [ StateMethod = GetState; Export = FALSE; ]
147     SID_VIEW_DATA_SOURCE_BROWSER [ StateMethod = GetState; Export = FALSE; ]
148     SID_QUITAPP         [ StateMethod = GetState; Export = FALSE; ]
153 shell ScPreviewShell
155     import TablePrintPreview;