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 #error svdshort wird nicht mehr verwendet! 25 26 #ifndef _SVDSHORT_HXX 27 #define _SVDSHORT_HXX 28 29 //////////////////////////////////////////////////////////////////////////////////////////////////// 30 31 #ifdef Weg_Mit_Den_Doofen_Abkuerzungen 32 // Statistik - Stand 02-03-1995 33 // Haeufigkeit Ersparnis 34 #define SdrHelpLineKind SdrFLK /* HL ist schon besetzt */ 35 #define SdrHelpLineList SdrFLL /* HL ist schon besetzt */ 36 #define SdrHelpLine SdrFL /* HL ist schon besetzt */ 37 #define SdrObjTransformInfoRec SdrTI 38 #define SdrDragCrook SdrDC 39 #define SdrDragMirror SdrDI 40 #define SdrDragMovHdl SdrDH 41 #define SdrDragResize SdrDZ 42 #define SdrDragRotate SdrDR 43 #define SdrDragShear SdrDE 44 #define SdrDragMove SdrDM 45 #define SdrCreateCmd SdrCC 46 #define SdrUndoAttrObj SdrAU 47 #define SdrObjKind SdrOK 48 #define SdrUndoGroup SdrUG 49 #define SdrUndoAction SdrUA 50 #define SdrAttrObj SdrAO 51 #define SdrGrafObj SdrGO 52 #define SdrMarkList SdrML 53 #define SdrHdlList SdrHL 54 #define SdrLayerAdmin SdrLA 55 #define SdrObjUserCall SdrUC 56 #define SdrObjUnknown SdrUO 57 #define SdrExchangeView SdrXV 58 #define SdrCreateView SdrCV 59 #define SdrOle2Obj SdrOO 60 #define SdrObjGeoData SdrGD 61 #define SdrDragView SdrDV 62 #define SdrSnapView SdrSV 63 #define SdrObjList SdrOL 64 #define SdrEdgeObj SdrEO 65 #define SdrCircObj SdrCO 66 #define SdrObjGroup SdrOG 67 #define SdrPage SdrPg 68 #define SdrObjEditView SdrOV 69 #define SdrModel SdrMD 70 #define SdrEditView SdrEV 71 #define SdrPaintView SdrNV 72 #define SdrPolyObj SdrPO 73 #define SdrRectObj SdrRO 74 #define SdrTextObj SdrTO 75 #define SdrMarkView SdrMV 76 #define SdrPathObj SdrBO 77 #define SdrPageView SdrPV 78 #define SdrDragStat SdrDS 79 #define SdrVirtObj SdrVO 80 #define SdrObject SdrO 81 82 #endif 83 84 //////////////////////////////////////////////////////////////////////////////////////////////////// 85 86 #endif //_SVDSHORT_HXX 87 88