xref: /aoo4110/main/sc/inc/shellids.hxx (revision b1cdbd2c)
1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 
24 #ifndef SC_SHELLIDS_HXX
25 #define SC_SHELLIDS_HXX
26 
27 // Sfx Interface-IDs
28 #define SCID_APP				(SFX_INTERFACE_SC_START+0)
29 #define SCID_DOC_SHELL			(SFX_INTERFACE_SC_START+1)
30 #define SCID_TABVIEW_SHELL		(SFX_INTERFACE_SC_START+2)
31 #define SCID_TABPOP_SHELL		(SFX_INTERFACE_SC_START+3)
32 #define SCID_EDIT_SHELL			(SFX_INTERFACE_SC_START+4)
33 #define SCID_DRAW_SHELL			(SFX_INTERFACE_SC_START+5)
34 #define SCID_DRAW_TEXT_SHELL	(SFX_INTERFACE_SC_START+6)
35 #define SCID_PREVIEW_SHELL      (SFX_INTERFACE_SC_START+7)
36 #define SCID_PIVOT_SHELL        (SFX_INTERFACE_SC_START+8)
37 #define SCID_AUDITING_SHELL     (SFX_INTERFACE_SC_START+9)
38 #define SCID_FORM_SHELL			(SFX_INTERFACE_SC_START+10)
39 
40 #define SCID_FORMAT_SHELL		(SFX_INTERFACE_SC_START+11)
41 #define SCID_CELL_SHELL			(SFX_INTERFACE_SC_START+12)
42 #define SCID_OLEOBJECT_SHELL	(SFX_INTERFACE_SC_START+13)
43 #define SCID_CHART_SHELL		(SFX_INTERFACE_SC_START+14)
44 #define SCID_GRAPHIC_SHELL		(SFX_INTERFACE_SC_START+15)
45 #define SCID_PAGEBREAK_SHELL	(SFX_INTERFACE_SC_START+16)
46 #define SCID_MEDIA_SHELL		(SFX_INTERFACE_SC_START+17)
47 
48 
49 #endif
50 
51 
52