Lines Matching refs:nPutId
418 sal_uInt16 nPutId = nDrawSfxId; in GetDrawState() local
419 if ( nPutId == SID_OBJECT_SELECT && !IsDrawSelMode() ) in GetDrawState()
420 nPutId = USHRT_MAX; in GetDrawState()
422 if ( nPutId != SID_OBJECT_SELECT && in GetDrawState()
423 nPutId != SID_DRAW_LINE && in GetDrawState()
424 nPutId != SID_DRAW_RECT && in GetDrawState()
425 nPutId != SID_DRAW_ELLIPSE && in GetDrawState()
426 nPutId != SID_DRAW_POLYGON_NOFILL && in GetDrawState()
427 nPutId != SID_DRAW_BEZIER_NOFILL && in GetDrawState()
428 nPutId != SID_DRAW_FREELINE_NOFILL && in GetDrawState()
429 nPutId != SID_DRAW_ARC && in GetDrawState()
430 nPutId != SID_DRAW_PIE && in GetDrawState()
431 nPutId != SID_DRAW_CIRCLECUT && in GetDrawState()
432 nPutId != SID_DRAW_TEXT && in GetDrawState()
433 nPutId != SID_DRAW_TEXT_VERTICAL && in GetDrawState()
434 nPutId != SID_DRAW_TEXT_MARQUEE && in GetDrawState()
435 nPutId != SID_DRAW_CAPTION && in GetDrawState()
436 nPutId != SID_DRAW_CAPTION_VERTICAL ) in GetDrawState()
437 nPutId = USHRT_MAX; in GetDrawState()
438 SfxAllEnumItem aItem( nWhich, nPutId ); in GetDrawState()