xref: /aoo41x/main/svx/inc/svx/xdef.hxx (revision 3334a7e6)
1*3334a7e6SAndrew Rist /**************************************************************
2*3334a7e6SAndrew Rist  *
3*3334a7e6SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*3334a7e6SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*3334a7e6SAndrew Rist  * distributed with this work for additional information
6*3334a7e6SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*3334a7e6SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*3334a7e6SAndrew Rist  * "License"); you may not use this file except in compliance
9*3334a7e6SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*3334a7e6SAndrew Rist  *
11*3334a7e6SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir  *
13*3334a7e6SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*3334a7e6SAndrew Rist  * software distributed under the License is distributed on an
15*3334a7e6SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*3334a7e6SAndrew Rist  * KIND, either express or implied.  See the License for the
17*3334a7e6SAndrew Rist  * specific language governing permissions and limitations
18*3334a7e6SAndrew Rist  * under the License.
19*3334a7e6SAndrew Rist  *
20*3334a7e6SAndrew Rist  *************************************************************/
21*3334a7e6SAndrew Rist 
22*3334a7e6SAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir #ifndef _XDEF_HXX
25cdf0e10cSrcweir #define _XDEF_HXX
26cdf0e10cSrcweir 
27cdf0e10cSrcweir /*************************************************************************
28cdf0e10cSrcweir |*
29cdf0e10cSrcweir |* Attribut einfuegen: Zeile kopieren, VOR welcher eingefuegt werden
30cdf0e10cSrcweir |* soll, Bezeichnung aendern und diese auch am Ende der darauffolgenden
31cdf0e10cSrcweir |* Zeile eintragen
32cdf0e10cSrcweir |*
33cdf0e10cSrcweir \************************************************************************/
34cdf0e10cSrcweir 
35cdf0e10cSrcweir #define COL_DEFAULT_SHAPE_FILLING	RGB_COLORDATA( 0xCF, 0xE7, 0xF5 )
36cdf0e10cSrcweir #define COL_DEFAULT_SHAPE_STROKE	RGB_COLORDATA( 128, 128, 128 )
37cdf0e10cSrcweir 
38cdf0e10cSrcweir #define XATTR_START             1000
39cdf0e10cSrcweir 
40cdf0e10cSrcweir #define XATTR_LINE_FIRST        XATTR_START              		/* V3: 1000  V2: 1000 */
41cdf0e10cSrcweir #define XATTR_LINESTYLE         XATTR_LINE_FIRST
42cdf0e10cSrcweir #define XATTR_LINEDASH          (XATTR_LINE_FIRST + 1)			/* V3: 1001  V2: 1001 */
43cdf0e10cSrcweir #define XATTR_LINEWIDTH         (XATTR_LINE_FIRST + 2)			/* V3: 1002  V2: 1002 */
44cdf0e10cSrcweir #define XATTR_LINECOLOR         (XATTR_LINE_FIRST + 3)			/* V3: 1003  V2: 1003 */
45cdf0e10cSrcweir #define XATTR_LINESTART         (XATTR_LINE_FIRST + 4)			/* V3: 1004  V2: 1004 */
46cdf0e10cSrcweir #define XATTR_LINEEND           (XATTR_LINE_FIRST + 5)			/* V3: 1005  V2: 1005 */
47cdf0e10cSrcweir #define XATTR_LINESTARTWIDTH    (XATTR_LINE_FIRST + 6)			/* V3: 1006  V2: 1006 */
48cdf0e10cSrcweir #define XATTR_LINEENDWIDTH      (XATTR_LINE_FIRST + 7)			/* V3: 1007  V2: 1007 */
49cdf0e10cSrcweir #define XATTR_LINESTARTCENTER   (XATTR_LINE_FIRST + 8)			/* V3: 1008  V2: 1008 */
50cdf0e10cSrcweir #define XATTR_LINEENDCENTER     (XATTR_LINE_FIRST + 9)   		/* V3: 1009  V2: 1009 */
51cdf0e10cSrcweir #define XATTR_LINETRANSPARENCE  (XATTR_LINE_FIRST + 10)  		/* V3: 1010  V2: 1010 */
52cdf0e10cSrcweir #define XATTR_LINEJOINT		    (XATTR_LINE_FIRST + 11)			/* V3: 1011  V2: 1011 */
53cdf0e10cSrcweir #define XATTR_LINE_LAST         XATTR_LINEJOINT
54cdf0e10cSrcweir #define XATTRSET_LINE           (XATTR_LINE_LAST + 1)    		/* V3: 1017  V2: 1017 */
55cdf0e10cSrcweir 
56cdf0e10cSrcweir #define XATTR_FILL_FIRST        	(XATTRSET_LINE + 1)      	/* V3: 1018  V2: 1018 */
57cdf0e10cSrcweir #define XATTR_FILLSTYLE         	XATTR_FILL_FIRST
58cdf0e10cSrcweir #define XATTR_FILLCOLOR         	(XATTR_FILL_FIRST + 1)		/* V3: 1019  V2: 1019 */
59cdf0e10cSrcweir #define XATTR_FILLGRADIENT      	(XATTR_FILL_FIRST + 2)		/* V3: 1020  V2: 1020 */
60cdf0e10cSrcweir #define XATTR_FILLHATCH         	(XATTR_FILL_FIRST + 3)		/* V3: 1021  V2: 1021 */
61cdf0e10cSrcweir #define XATTR_FILLBITMAP        	(XATTR_FILL_FIRST + 4)   	/* V3: 1022  V2: 1022 */
62cdf0e10cSrcweir #define XATTR_FILLTRANSPARENCE  	(XATTR_FILL_FIRST + 5)   	/* V3: 1023  V2: 1023 */
63cdf0e10cSrcweir #define XATTR_GRADIENTSTEPCOUNT 	(XATTR_FILL_FIRST + 6)   	/* V3: 1024  V2: 1024 */
64cdf0e10cSrcweir #define XATTR_FILLBMP_TILE 			(XATTR_FILL_FIRST + 7)	 	/* V3: 1025  V2: 1025 */
65cdf0e10cSrcweir #define XATTR_FILLBMP_POS   		(XATTR_FILL_FIRST + 8)	 	/* V3: 1026  V2: 1026 */
66cdf0e10cSrcweir #define XATTR_FILLBMP_SIZEX 		(XATTR_FILL_FIRST + 9)	 	/* V3: 1027  V2: 1027 */
67cdf0e10cSrcweir #define XATTR_FILLBMP_SIZEY			(XATTR_FILL_FIRST + 10)	 	/* V3: 1028  V2: 1028 */
68cdf0e10cSrcweir #define XATTR_FILLFLOATTRANSPARENCE	(XATTR_FILL_FIRST + 11)	 	/* V3: 1029  V2: 1029 */
69cdf0e10cSrcweir #define XATTR_SECONDARYFILLCOLOR	(XATTR_FILL_FIRST + 12)	 	/* V3: 1030 */
70cdf0e10cSrcweir #define XATTR_FILLBMP_SIZELOG		(XATTR_FILL_FIRST + 13)	 	/* V3: 1031 */
71cdf0e10cSrcweir #define XATTR_FILLBMP_TILEOFFSETX	(XATTR_FILL_FIRST + 14)	 	/* V3: 1032 */
72cdf0e10cSrcweir #define XATTR_FILLBMP_TILEOFFSETY	(XATTR_FILL_FIRST + 15) 	/* V3: 1033 */
73cdf0e10cSrcweir #define XATTR_FILLBMP_STRETCH		(XATTR_FILL_FIRST + 16) 	/* V3: 1034 */
74cdf0e10cSrcweir #define XATTR_FILLBMP_POSOFFSETX	(XATTR_FILL_FIRST + 17)	 	/* V3: 1041 */
75cdf0e10cSrcweir #define XATTR_FILLBMP_POSOFFSETY	(XATTR_FILL_FIRST + 18)	 	/* V3: 1042 */
76cdf0e10cSrcweir #define XATTR_FILLBACKGROUND		(XATTR_FILL_FIRST + 19)		/* V3: 1043 */
77cdf0e10cSrcweir #define XATTR_FILL_LAST         	XATTR_FILLBACKGROUND
78cdf0e10cSrcweir #define XATTRSET_FILL           (XATTR_FILL_LAST + 1)    		/* V3: 1047  V2: 1030 */
79cdf0e10cSrcweir 
80cdf0e10cSrcweir #define XATTR_TEXT_FIRST        (XATTRSET_FILL + 1)
81cdf0e10cSrcweir #define XATTR_FORMTXTSTYLE      XATTR_TEXT_FIRST				/* V3: 1048  V2: 1031 */
82cdf0e10cSrcweir #define XATTR_FORMTXTADJUST     (XATTR_TEXT_FIRST + 1)			/* V3: 1049  V2: 1032 */
83cdf0e10cSrcweir #define XATTR_FORMTXTDISTANCE   (XATTR_TEXT_FIRST + 2)			/* V3: 1050  V2: 1033 */
84cdf0e10cSrcweir #define XATTR_FORMTXTSTART      (XATTR_TEXT_FIRST + 3)			/* V3: 1051  V2: 1034 */
85cdf0e10cSrcweir #define XATTR_FORMTXTMIRROR     (XATTR_TEXT_FIRST + 4)			/* V3: 1052  V2: 1035 */
86cdf0e10cSrcweir #define XATTR_FORMTXTOUTLINE    (XATTR_TEXT_FIRST + 5)			/* V3: 1053  V2: 1036 */
87cdf0e10cSrcweir #define XATTR_FORMTXTSHADOW     (XATTR_TEXT_FIRST + 6)			/* V3: 1054  V2: 1037 */
88cdf0e10cSrcweir #define XATTR_FORMTXTSHDWCOLOR  (XATTR_TEXT_FIRST + 7)			/* V3: 1055  V2: 1038 */
89cdf0e10cSrcweir #define XATTR_FORMTXTSHDWXVAL   (XATTR_TEXT_FIRST + 8)			/* V3: 1056  V2: 1039 */
90cdf0e10cSrcweir #define XATTR_FORMTXTSHDWYVAL   (XATTR_TEXT_FIRST + 9)			/* V3: 1057  V2: 1040 */
91cdf0e10cSrcweir #define XATTR_FORMTXTSTDFORM    (XATTR_TEXT_FIRST + 10)			/* V3: 1058  V2: 1041 */
92cdf0e10cSrcweir #define XATTR_FORMTXTHIDEFORM   (XATTR_TEXT_FIRST + 11)			/* V3: 1059  V2: 1042 */
93cdf0e10cSrcweir #define XATTR_FORMTXTSHDWTRANSP (XATTR_TEXT_FIRST + 12)   		/* V3: 1060  V2: 1043 */
94cdf0e10cSrcweir #define XATTR_TEXT_LAST         XATTR_FORMTXTSHDWTRANSP
95cdf0e10cSrcweir 
96cdf0e10cSrcweir #define XATTR_END               XATTR_TEXT_LAST
97cdf0e10cSrcweir 
98cdf0e10cSrcweir #endif
99