Lines Matching refs:nStrResId
504 sal_uInt16 nStrResId = 0; in execute() local
512 if ( !nStrResId ) in execute()
513 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF; in execute()
517 if ( !nStrResId ) in execute()
518 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN; in execute()
522 if ( !nStrResId ) in execute()
523 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP; in execute()
527 if ( !nStrResId ) in execute()
528 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT; in execute()
532 if ( !nStrResId ) in execute()
533 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT; in execute()
537 if ( !nStrResId ) in execute()
538 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION; in execute()
542 if ( !nStrResId ) in execute()
543 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION; in execute()
547 if ( !nStrResId ) in execute()
548 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH; in execute()
552 if ( !nStrResId ) in execute()
553 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR; in execute()
557 if ( !nStrResId ) in execute()
558 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE; in execute()
562 if ( !nStrResId ) in execute()
563 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS; in execute()
567 if ( !nStrResId ) in execute()
568 nStrResId = RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING; in execute()
580 String aStr( SVX_RES( nStrResId ) ); in execute()