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 #ifndef _SVHEADER_HXX 24 #define _SVHEADER_HXX 25 26 27 // SV 28 #define _COLDLG_HXX 29 #define _CONFIG_HXX 30 #define _CURSOR_HXX 31 #define _FONTDLG_HXX 32 #define _PRVWIN_HXX 33 //#define _SELENG_HXX 34 #define _VIRTDEV_HXX 35 36 // Wenn Brkdlg ohne PCH: 37 // #define _SPIN_HXX 38 // #define _FIELD_HXX 39 40 // SVTOOLS 41 #define _CTRLBOX_HXX 42 #define _EXTATTR_HXX 43 #define _CTRLTOOL_HXX 44 #define _CTRLBOX_HXX 45 #define _STDMENU_HXX 46 #define _VALUESET_HXX 47 #define _RULER_HXX 48 #define _SCRWIN_HXX 49 50 // SFX 51 #define _SFXAPPWIN_HXX 52 #define _SFX_RESMGR_HXX 53 #define _SFX_PRNMON_HXX 54 #define _INTRO_HXX 55 #define _SFXMSGDESCR_HXX 56 #define _SFXMSGPOOL_HXX 57 // #define _PASSWD_HXX 58 #define _SFXMNUMGR_HXX 59 60 // SFXDLG 61 // #define _SFXTABDLG_HXX 62 // #define _SFX_DINFDLG_HXX 63 #define _SFX_MGETEMPL_HXX 64 #define _SFX_STYLEDLG_HXX 65 #define _SFX_TPLPITEM_HXX 66 #define _NEWSTYLE_HXX 67 #define _SFXDOCTEMPL_HXX 68 #define _SFXDOCTDLG_HXX 69 #define _SFX_TEMPLDLG_HXX 70 #define _SFXNEW_HXX 71 72 // SFXDOC 73 // #define _SFXDOCINF_HXX 74 //#define _SFX_DOCFILT_HXX 75 #define _SFX_IPFRM_HXX 76 #define _SFX_INTERNO_HXX 77 78 // SVCONTNR 79 #define _SVICNVW_HXX 80 81 #define _SBSTDOBJ1_HXX 82 #define _SBXMSTRM_HXX 83 84 #endif 85 86