Update ooo320-m1
[ooovba.git] / sc / sdi / prevwsh.sdi
blob05d9829e03734f41d4ca6893b0d4b360399b5470
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: prevwsh.sdi,v $
10  * $Revision: 1.7 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 interface TablePrintPreview : View
32     //  von Basic aus nicht erreichbar, darum alles mit Export = FALSE
34     SID_FORMATPAGE                      [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
35     SID_STATUS_PAGESTYLE        [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
36     SID_HFEDIT                          [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
37     SID_ATTR_ZOOM                       [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
38     FID_SCALE                           [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
39     SID_STATUS_DOCPOS           [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
40     SID_PREVIEW_NEXT            [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
41     SID_PREVIEW_PREVIOUS        [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
42     SID_PREVIEW_FIRST           [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
43     SID_PREVIEW_LAST            [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
44     SID_PREVIEW_MARGIN      [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
45     SID_PREVIEW_SCALINGFACTOR   [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
46     SID_ATTR_ZOOMSLIDER     [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
48     SfxVoidItem GoUpBlock SID_CURSORPAGEUP
49     (
50         SfxInt16Item By SID_CURSORPAGEUP
51     )
52     [
53         ExecMethod = Execute ;
54         StateMethod = GetState ;
55         Export = FALSE;
56         GroupId = GID_INTERN ;
57         Cachable ;
58     ]
60     SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
61     (
62         SfxInt16Item By SID_CURSORPAGEDOWN
63     )
64     [
65         ExecMethod = Execute ;
66         StateMethod = GetState ;
67         Export = FALSE;
68         GroupId = GID_INTERN ;
69         Cachable ;
70     ]
72     SID_CURSORHOME      [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
73     SID_CURSOREND       [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
75     SfxVoidItem GoDown SID_CURSORDOWN
76     (
77         SfxInt16Item By SID_CURSORDOWN
78     )
79     [
80         ExecMethod = Execute ;
81         StateMethod = GetState ;
82         Export = FALSE;
83         GroupId = GID_INTERN ;
84         Cachable ;
85     ]
86     SfxVoidItem GoUp SID_CURSORUP
87     (
88         SfxInt16Item By SID_CURSORUP
89     )
90     [
91         ExecMethod = Execute ;
92         StateMethod = GetState ;
93         Export = FALSE;
94         GroupId = GID_INTERN ;
95         Cachable ;
96     ]
97     SfxVoidItem GoLeft SID_CURSORLEFT
98     (
99         SfxInt16Item By SID_CURSORLEFT
100     )
101     [
102         ExecMethod = Execute ;
103         StateMethod = GetState ;
104         Export = FALSE;
105         GroupId = GID_INTERN ;
106         Cachable ;
107     ]
109     SfxVoidItem GoRight SID_CURSORRIGHT
110     (
111         SfxInt16Item By SID_CURSORRIGHT
112     )
113     [
114         ExecMethod = Execute ;
115         StateMethod = GetState ;
116         Export = FALSE;
117         GroupId = GID_INTERN ;
118         Cachable ;
119     ]
121     SID_PREV_TABLE
122     [
123         ExecMethod = Execute ;
124         StateMethod = GetState ;
125         Export = FALSE;
126         GroupId = GID_INTERN ;
127         Cachable ;
128     ]
130     SID_NEXT_TABLE
131     [
132         ExecMethod = Execute ;
133         StateMethod = GetState ;
134         Export = FALSE;
135         GroupId = GID_INTERN ;
136         Cachable ;
137     ]
139     SfxVoidItem GoToStart SID_CURSORTOPOFFILE ()
140     [
141         ExecMethod = Execute ;
142         StateMethod = GetState ;
143         Export = FALSE;
144         GroupId = GID_INTERN ;
145         Cachable ;
146     ]
148     SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE ()
149     [
150         ExecMethod = Execute ;
151         StateMethod = GetState ;
152         Export = FALSE;
153         GroupId = GID_INTERN ;
154         Cachable ;
155     ]
156     SID_PREVIEW_ZOOMIN  [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
157     SID_PREVIEW_ZOOMOUT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
158     SID_REPAINT                 [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
159     SID_UNDO                    [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
160     SID_REDO                    [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
161     SID_REPEAT                  [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
162     SID_PRINTPREVIEW    [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] // ole() api()
163     SID_PREVIEW_CLOSE   [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
164     SID_CANCEL          [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
168  // ===========================================================================
169 shell ScPreviewShell : SfxViewShell
171     import TablePrintPreview;