Lines Matching refs:nStrResId
510 sal_uInt16 nStrResId = 0; in execute() local
518 if ( !nStrResId ) in execute()
519 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF; in execute()
523 if ( !nStrResId ) in execute()
524 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN; in execute()
528 if ( !nStrResId ) in execute()
529 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP; in execute()
533 if ( !nStrResId ) in execute()
534 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT; in execute()
538 if ( !nStrResId ) in execute()
539 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT; in execute()
543 if ( !nStrResId ) in execute()
544 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION; in execute()
548 if ( !nStrResId ) in execute()
549 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION; in execute()
553 if ( !nStrResId ) in execute()
554 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH; in execute()
558 if ( !nStrResId ) in execute()
559 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR; in execute()
563 if ( !nStrResId ) in execute()
564 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE; in execute()
568 if ( !nStrResId ) in execute()
569 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS; in execute()
573 if ( !nStrResId ) in execute()
574 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING; in execute()
586 String aStr( SVX_RES( nStrResId ) ); in execute()