Lines Matching refs:ImplInsertHatch

263 	ImplInsertHatch( 0, 0, 0, 0 );  in Init()
264 ImplInsertHatch( 1, 0, 125, 0 ); in Init()
265 ImplInsertHatch( 2, 0, 125, 900 ); in Init()
266 ImplInsertHatch( 3, 0, 125, 450 ); in Init()
267 ImplInsertHatch( 4, 0, 125, 1350 ); in Init()
268 ImplInsertHatch( 5, 1, 125, 0 ); in Init()
269 ImplInsertHatch( 6, 1, 125, 450 ); in Init()
270 ImplInsertHatch( -1, 0, 75, 0 ); in Init()
271 ImplInsertHatch( -2, 0, 75, 900 ); in Init()
272 ImplInsertHatch( -3, 0, 75, 450 ); in Init()
273 ImplInsertHatch( -4, 0, 75, 1350 ); in Init()
274 ImplInsertHatch( -5, 1, 75, 0 ); in Init()
275 ImplInsertHatch( -6, 1, 75, 450 ); in Init()
276 ImplInsertHatch( -7, 2, 125, 0 ); in Init()
277 ImplInsertHatch( -8, 2, 125, 900 ); in Init()
278 ImplInsertHatch( -9, 2, 125, 450 ); in Init()
279 ImplInsertHatch( -10, 2, 125, 1350 ); in Init()
280 ImplInsertHatch( -11, 0, 40, 0 ); in Init()
281 ImplInsertHatch( -12, 0, 40, 900 ); in Init()
282 ImplInsertHatch( -13, 0, 40, 450 ); in Init()
283 ImplInsertHatch( -14, 0, 40, 1350 ); in Init()
284 ImplInsertHatch( -15, 1, 40, 0 ); in Init()
285 ImplInsertHatch( -16, 1, 40, 900 ); in Init()
286 ImplInsertHatch( -21, 0, 250, 0 ); in Init()
287 ImplInsertHatch( -22, 0, 250, 900 ); in Init()
288 ImplInsertHatch( -23, 0, 250, 450 ); in Init()
289 ImplInsertHatch( -24, 0, 250, 1350 ); in Init()
290 ImplInsertHatch( -25, 1, 250, 0 ); in Init()
291 ImplInsertHatch( -26, 1, 250, 450 ); in Init()
302 void CGMElements::ImplInsertHatch( sal_Int32 nKey, int nStyle, long nDistance, long nAngle ) in ImplInsertHatch() function in CGMElements