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 ;
48 SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
50 SfxInt16Item By SID_CURSORPAGEDOWN
53 ExecMethod = Execute ;
54 StateMethod = GetState ;
56 GroupId = GID_INTERN ;
60 SID_CURSORHOME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
61 SID_CURSOREND [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
63 SfxVoidItem GoDown SID_CURSORDOWN
65 SfxInt16Item By SID_CURSORDOWN
68 ExecMethod = Execute ;
69 StateMethod = GetState ;
71 GroupId = GID_INTERN ;
74 SfxVoidItem GoUp SID_CURSORUP
76 SfxInt16Item By SID_CURSORUP
79 ExecMethod = Execute ;
80 StateMethod = GetState ;
82 GroupId = GID_INTERN ;
85 SfxVoidItem GoLeft SID_CURSORLEFT
87 SfxInt16Item By SID_CURSORLEFT
90 ExecMethod = Execute ;
91 StateMethod = GetState ;
93 GroupId = GID_INTERN ;
97 SfxVoidItem GoRight SID_CURSORRIGHT
99 SfxInt16Item By SID_CURSORRIGHT
102 ExecMethod = Execute ;
103 StateMethod = GetState ;
105 GroupId = GID_INTERN ;
111 ExecMethod = Execute ;
112 StateMethod = GetState ;
114 GroupId = GID_INTERN ;
120 ExecMethod = Execute ;
121 StateMethod = GetState ;
123 GroupId = GID_INTERN ;
127 SfxVoidItem GoToStart SID_CURSORTOPOFFILE ()
129 ExecMethod = Execute ;
130 StateMethod = GetState ;
132 GroupId = GID_INTERN ;
136 SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE ()
138 ExecMethod = Execute ;
139 StateMethod = GetState ;
141 GroupId = GID_INTERN ;
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; ]
165 import TablePrintPreview;