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 SID_FORMATPAGE [ ExecMethod = Execute; StateMethod = GetState; ]
21 SID_STATUS_PAGESTYLE [ ExecMethod = Execute; StateMethod = GetState; ]
22 SID_HFEDIT [ ExecMethod = Execute; StateMethod = GetState; ]
23 SID_ATTR_ZOOM [ ExecMethod = Execute; StateMethod = GetState; ]
24 FID_SCALE [ ExecMethod = Execute; StateMethod = GetState; ]
25 SID_STATUS_DOCPOS [ ExecMethod = Execute; StateMethod = GetState; ]
26 SID_PREVIEW_NEXT [ ExecMethod = Execute; StateMethod = GetState; ]
27 SID_PREVIEW_PREVIOUS [ ExecMethod = Execute; StateMethod = GetState; ]
28 SID_PREVIEW_FIRST [ ExecMethod = Execute; StateMethod = GetState; ]
29 SID_PREVIEW_LAST [ ExecMethod = Execute; StateMethod = GetState; ]
30 SID_PREVIEW_MARGIN [ ExecMethod = Execute; StateMethod = GetState; ]
31 SID_PREVIEW_SCALINGFACTOR [ ExecMethod = Execute; StateMethod = GetState; ]
32 SID_ATTR_ZOOMSLIDER [ ExecMethod = Execute; StateMethod = GetState; ]
34 SfxVoidItem GoUpBlock SID_CURSORPAGEUP
36 SfxInt16Item By SID_CURSORPAGEUP
39 ExecMethod = Execute ;
40 StateMethod = GetState ;
41 GroupId = SfxGroupId::Intern ;
44 SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
46 SfxInt16Item By SID_CURSORPAGEDOWN
49 ExecMethod = Execute ;
50 StateMethod = GetState ;
51 GroupId = SfxGroupId::Intern ;
54 SID_CURSORHOME [ ExecMethod = Execute; StateMethod = GetState; ]
55 SID_CURSOREND [ ExecMethod = Execute; StateMethod = GetState; ]
57 SfxVoidItem GoDown SID_CURSORDOWN
59 SfxInt16Item By SID_CURSORDOWN
62 ExecMethod = Execute ;
63 StateMethod = GetState ;
64 GroupId = SfxGroupId::Intern ;
66 SfxVoidItem GoUp SID_CURSORUP
68 SfxInt16Item By SID_CURSORUP
71 ExecMethod = Execute ;
72 StateMethod = GetState ;
73 GroupId = SfxGroupId::Intern ;
75 SfxVoidItem GoLeft SID_CURSORLEFT
77 SfxInt16Item By SID_CURSORLEFT
80 ExecMethod = Execute ;
81 StateMethod = GetState ;
82 GroupId = SfxGroupId::Intern ;
85 SfxVoidItem GoRight SID_CURSORRIGHT
87 SfxInt16Item By SID_CURSORRIGHT
90 ExecMethod = Execute ;
91 StateMethod = GetState ;
92 GroupId = SfxGroupId::Intern ;
97 ExecMethod = Execute ;
98 StateMethod = GetState ;
99 GroupId = SfxGroupId::Intern ;
104 ExecMethod = Execute ;
105 StateMethod = GetState ;
106 GroupId = SfxGroupId::Intern ;
109 SfxVoidItem GoToStart SID_CURSORTOPOFFILE ()
111 ExecMethod = Execute ;
112 StateMethod = GetState ;
113 GroupId = SfxGroupId::Intern ;
116 SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE ()
118 ExecMethod = Execute ;
119 StateMethod = GetState ;
120 GroupId = SfxGroupId::Intern ;
122 SID_ZOOM_IN [ ExecMethod = Execute; StateMethod = GetState; ]
123 SID_ZOOM_OUT [ ExecMethod = Execute; StateMethod = GetState; ]
124 SID_REPAINT [ ExecMethod = Execute; StateMethod = GetState; ]
125 SID_UNDO [ ExecMethod = Execute; StateMethod = GetState; ]
126 SID_REDO [ ExecMethod = Execute; StateMethod = GetState; ]
127 SID_REPEAT [ ExecMethod = Execute; StateMethod = GetState; ]
128 SID_PRINTPREVIEW [ ExecMethod = Execute; StateMethod = GetState; ] // ole() api()
129 SID_PREVIEW_CLOSE [ ExecMethod = Execute; StateMethod = GetState; ]
130 SID_CANCEL [ ExecMethod = Execute; StateMethod = GetState; ]
132 SID_SAVEDOC [ StateMethod = GetState; ]
133 SID_SAVEASDOC [ StateMethod = GetState; ]
134 SID_MAIL_SENDDOC [ StateMethod = GetState; ]
135 SID_VIEW_DATA_SOURCE_BROWSER [ StateMethod = GetState; ]
136 SID_QUITAPP [ StateMethod = GetState; ]
143 import TablePrintPreview;