2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
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
38 SfxInt16Item By SID_CURSORPAGEUP
41 ExecMethod = Execute ;
42 StateMethod = GetState ;
44 GroupId = GID_INTERN ;
47 SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
49 SfxInt16Item By SID_CURSORPAGEDOWN
52 ExecMethod = Execute ;
53 StateMethod = GetState ;
55 GroupId = GID_INTERN ;
58 SID_CURSORHOME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
59 SID_CURSOREND [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
61 SfxVoidItem GoDown SID_CURSORDOWN
63 SfxInt16Item By SID_CURSORDOWN
66 ExecMethod = Execute ;
67 StateMethod = GetState ;
69 GroupId = GID_INTERN ;
71 SfxVoidItem GoUp SID_CURSORUP
73 SfxInt16Item By SID_CURSORUP
76 ExecMethod = Execute ;
77 StateMethod = GetState ;
79 GroupId = GID_INTERN ;
81 SfxVoidItem GoLeft SID_CURSORLEFT
83 SfxInt16Item By SID_CURSORLEFT
86 ExecMethod = Execute ;
87 StateMethod = GetState ;
89 GroupId = GID_INTERN ;
92 SfxVoidItem GoRight SID_CURSORRIGHT
94 SfxInt16Item By SID_CURSORRIGHT
97 ExecMethod = Execute ;
98 StateMethod = GetState ;
100 GroupId = GID_INTERN ;
105 ExecMethod = Execute ;
106 StateMethod = GetState ;
108 GroupId = GID_INTERN ;
113 ExecMethod = Execute ;
114 StateMethod = GetState ;
116 GroupId = GID_INTERN ;
119 SfxVoidItem GoToStart SID_CURSORTOPOFFILE ()
121 ExecMethod = Execute ;
122 StateMethod = GetState ;
124 GroupId = GID_INTERN ;
127 SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE ()
129 ExecMethod = Execute ;
130 StateMethod = GetState ;
132 GroupId = GID_INTERN ;
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; ]
155 import TablePrintPreview;