xref: /aoo42x/main/svx/inc/svdshort.hxx (revision cdf0e10c)
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 
28 #error svdshort wird nicht mehr verwendet!
29 
30 #ifndef _SVDSHORT_HXX
31 #define _SVDSHORT_HXX
32 
33 ////////////////////////////////////////////////////////////////////////////////////////////////////
34 
35 #ifdef Weg_Mit_Den_Doofen_Abkuerzungen
36 										   // Statistik - Stand 02-03-1995
37 										   //   Haeufigkeit  Ersparnis
38 #define SdrHelpLineKind              SdrFLK /* HL ist schon besetzt */
39 #define SdrHelpLineList              SdrFLL /* HL ist schon besetzt */
40 #define SdrHelpLine                  SdrFL  /* HL ist schon besetzt */
41 #define SdrObjTransformInfoRec       SdrTI
42 #define SdrDragCrook                 SdrDC
43 #define SdrDragMirror                SdrDI
44 #define SdrDragMovHdl                SdrDH
45 #define SdrDragResize                SdrDZ
46 #define SdrDragRotate                SdrDR
47 #define SdrDragShear                 SdrDE
48 #define SdrDragMove                  SdrDM
49 #define SdrCreateCmd                 SdrCC
50 #define SdrUndoAttrObj               SdrAU
51 #define SdrObjKind                   SdrOK
52 #define SdrUndoGroup                 SdrUG
53 #define SdrUndoAction                SdrUA
54 #define SdrAttrObj                   SdrAO
55 #define SdrGrafObj                   SdrGO
56 #define SdrMarkList                  SdrML
57 #define SdrHdlList                   SdrHL
58 #define SdrLayerAdmin                SdrLA
59 #define SdrObjUserCall               SdrUC
60 #define SdrObjUnknown                SdrUO
61 #define SdrExchangeView              SdrXV
62 #define SdrCreateView                SdrCV
63 #define SdrOle2Obj                   SdrOO
64 #define SdrObjGeoData                SdrGD
65 #define SdrDragView                  SdrDV
66 #define SdrSnapView                  SdrSV
67 #define SdrObjList                   SdrOL
68 #define SdrEdgeObj                   SdrEO
69 #define SdrCircObj                   SdrCO
70 #define SdrObjGroup                  SdrOG
71 #define SdrPage                      SdrPg
72 #define SdrObjEditView               SdrOV
73 #define SdrModel                     SdrMD
74 #define SdrEditView                  SdrEV
75 #define SdrPaintView                 SdrNV
76 #define SdrPolyObj                   SdrPO
77 #define SdrRectObj                   SdrRO
78 #define SdrTextObj                   SdrTO
79 #define SdrMarkView                  SdrMV
80 #define SdrPathObj                   SdrBO
81 #define SdrPageView                  SdrPV
82 #define SdrDragStat                  SdrDS
83 #define SdrVirtObj                   SdrVO
84 #define SdrObject                    SdrO
85 
86 #endif
87 
88 ////////////////////////////////////////////////////////////////////////////////////////////////////
89 
90 #endif //_SVDSHORT_HXX
91 
92