Lines Matching refs:sal_uLong

117 #define IMPL_FONT_ATTR_DEFAULT       ((sal_uLong)0x00000001)
118 #define IMPL_FONT_ATTR_STANDARD ((sal_uLong)0x00000002)
119 #define IMPL_FONT_ATTR_NORMAL ((sal_uLong)0x00000004)
120 #define IMPL_FONT_ATTR_SYMBOL ((sal_uLong)0x00000008)
121 #define IMPL_FONT_ATTR_FIXED ((sal_uLong)0x00000010)
122 #define IMPL_FONT_ATTR_SANSSERIF ((sal_uLong)0x00000020)
123 #define IMPL_FONT_ATTR_SERIF ((sal_uLong)0x00000040)
124 #define IMPL_FONT_ATTR_DECORATIVE ((sal_uLong)0x00000080)
125 #define IMPL_FONT_ATTR_SPECIAL ((sal_uLong)0x00000100)
126 #define IMPL_FONT_ATTR_ITALIC ((sal_uLong)0x00000200)
127 #define IMPL_FONT_ATTR_TITLING ((sal_uLong)0x00000400)
128 #define IMPL_FONT_ATTR_CAPITALS ((sal_uLong)0x00000800)
129 #define IMPL_FONT_ATTR_CJK ((sal_uLong)0x00001000)
130 #define IMPL_FONT_ATTR_CJK_JP ((sal_uLong)0x00002000)
131 #define IMPL_FONT_ATTR_CJK_SC ((sal_uLong)0x00004000)
132 #define IMPL_FONT_ATTR_CJK_TC ((sal_uLong)0x00008000)
133 #define IMPL_FONT_ATTR_CJK_KR ((sal_uLong)0x00010000)
134 #define IMPL_FONT_ATTR_CTL ((sal_uLong)0x00020000)
135 #define IMPL_FONT_ATTR_NONELATIN ((sal_uLong)0x00040000)
136 #define IMPL_FONT_ATTR_FULL ((sal_uLong)0x00080000)
137 #define IMPL_FONT_ATTR_OUTLINE ((sal_uLong)0x00100000)
138 #define IMPL_FONT_ATTR_SHADOW ((sal_uLong)0x00200000)
139 #define IMPL_FONT_ATTR_ROUNDED ((sal_uLong)0x00400000)
140 #define IMPL_FONT_ATTR_TYPEWRITER ((sal_uLong)0x00800000)
141 #define IMPL_FONT_ATTR_SCRIPT ((sal_uLong)0x01000000)
142 #define IMPL_FONT_ATTR_HANDWRITING ((sal_uLong)0x02000000)
143 #define IMPL_FONT_ATTR_CHANCERY ((sal_uLong)0x04000000)
144 #define IMPL_FONT_ATTR_COMIC ((sal_uLong)0x08000000)
145 #define IMPL_FONT_ATTR_BRUSHSCRIPT ((sal_uLong)0x10000000)
146 #define IMPL_FONT_ATTR_GOTHIC ((sal_uLong)0x20000000)
147 #define IMPL_FONT_ATTR_SCHOOLBOOK ((sal_uLong)0x40000000)
148 #define IMPL_FONT_ATTR_OTHERSTYLE ((sal_uLong)0x80000000)
218 …tring& rShortName, String& rFamilyName, FontWeight& rWeight, FontWidth& rWidth, sal_uLong& rType );