Lines Matching refs:SdResId

125 	String aVerySlow( SdResId( STR_CUSTOMANIMATION_DURATION_VERY_SLOW ) );  in fillDurationComboBox()
128 String aSlow( SdResId( STR_CUSTOMANIMATION_DURATION_SLOW ) ); in fillDurationComboBox()
131 String aNormal( SdResId( STR_CUSTOMANIMATION_DURATION_NORMAL ) ); in fillDurationComboBox()
134 String aFast( SdResId( STR_CUSTOMANIMATION_DURATION_FAST ) ); in fillDurationComboBox()
137 String aVeryFast( SdResId( STR_CUSTOMANIMATION_DURATION_VERY_FAST ) ); in fillDurationComboBox()
143 String aNone( SdResId( STR_CUSTOMANIMATION_REPEAT_NONE ) ); in fillRepeatComboBox()
152 String aUntilClick( SdResId( STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK ) ); in fillRepeatComboBox()
155 String aEndOfSlide( SdResId( STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE ) ); in fillRepeatComboBox()
162 : Control( pParent, SdResId(DLG_CUSTOMANIMATIONPANE) ), in CustomAnimationPane()
171 mpFLEffect = new FixedLine( this, SdResId( FL_EFFECT ) ); in CustomAnimationPane()
173 mpPBAddEffect = new PushButton( this, SdResId( PB_ADD_EFFECT ) ); in CustomAnimationPane()
174 mpPBChangeEffect = new PushButton( this, SdResId( PB_CHANGE_EFFECT ) ); in CustomAnimationPane()
175 mpPBRemoveEffect = new PushButton( this, SdResId( PB_REMOVE_EFFECT ) ); in CustomAnimationPane()
177 mpFLModify = new FixedLine( this, SdResId( FL_MODIFY ) ); in CustomAnimationPane()
179 mpFTStart = new FixedText( this, SdResId( FT_START ) ); in CustomAnimationPane()
180 mpLBStart = new ListBox( this, SdResId( LB_START ) ); in CustomAnimationPane()
181 mpFTProperty = new FixedText( this, SdResId( FT_PROPERTY ) ); in CustomAnimationPane()
182 mpLBProperty = new PropertyControl( this, SdResId( LB_PROPERTY ) ); in CustomAnimationPane()
183 mpPBPropertyMore = new PushButton( this, SdResId( PB_PROPERTY_MORE ) ); in CustomAnimationPane()
185 mpFTSpeed = new FixedText( this, SdResId( FT_SPEED ) ); in CustomAnimationPane()
186 mpCBSpeed = new ComboBox( this, SdResId( CB_SPEED ) ); in CustomAnimationPane()
188 mpCustomAnimationList = new CustomAnimationList( this, SdResId( CT_CUSTOM_ANIMATION_LIST ), this ); in CustomAnimationPane()
190 mpPBMoveUp = new PushButton( this, SdResId( PB_MOVE_UP ) ); in CustomAnimationPane()
191 mpPBMoveDown = new PushButton( this, SdResId( PB_MOVE_DOWN ) ); in CustomAnimationPane()
192 mpFTChangeOrder = new FixedText( this, SdResId( FT_CHANGE_ORDER ) ); in CustomAnimationPane()
193 mpFLSeperator1 = new FixedLine( this, SdResId( FL_SEPERATOR1 ) ); in CustomAnimationPane()
194 mpPBPlay = new PushButton( this, SdResId( PB_PLAY ) ); in CustomAnimationPane()
195 mpPBSlideShow = new PushButton( this, SdResId( PB_SLIDE_SHOW ) ); in CustomAnimationPane()
196 mpFLSeperator2 = new FixedLine( this, SdResId( FL_SEPERATOR2 ) ); in CustomAnimationPane()
197 mpCBAutoPreview = new CheckBox( this, SdResId( CB_AUTOPREVIEW ) ); in CustomAnimationPane()
659 return OUString( String( SdResId( STR_CUSTOMANIMATION_DIRECTION_PROPERTY ) ) ); in getPropertyName()
662 return OUString( String( SdResId( STR_CUSTOMANIMATION_SPOKES_PROPERTY ) ) ); in getPropertyName()
665 return OUString( String( SdResId( STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY ) ) ); in getPropertyName()
668 return OUString( String( SdResId( STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY ) ) ); in getPropertyName()
671 return OUString( String( SdResId( STR_CUSTOMANIMATION_ZOOM_PROPERTY ) ) ); in getPropertyName()
674 return OUString( String( SdResId( STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY ) ) ); in getPropertyName()
677 return OUString( String( SdResId( STR_CUSTOMANIMATION_STYLE_PROPERTY ) ) ); in getPropertyName()
680 return OUString( String( SdResId( STR_CUSTOMANIMATION_FONT_PROPERTY ) ) ); in getPropertyName()
683 return OUString( String( SdResId( STR_CUSTOMANIMATION_SIZE_PROPERTY ) ) ); in getPropertyName()
686 return OUString( String( SdResId( STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY ) ) ); in getPropertyName()
689 return OUString( String( SdResId( STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY ) ) ); in getPropertyName()
692 return OUString( String( SdResId( STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY ) ) ); in getPropertyName()
695 return OUString( String( SdResId( STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY ) ) ); in getPropertyName()
698 return OUString( String( SdResId( STR_CUSTOMANIMATION_AMOUNT_PROPERTY ) ) ); in getPropertyName()
701 return OUString( String( SdResId( STR_CUSTOMANIMATION_COLOR_PROPERTY ) ) ); in getPropertyName()
704 return OUString( String( SdResId( STR_CUSTOMANIMATION_AMOUNT_PROPERTY ) ) ); in getPropertyName()
707 return OUString( String( SdResId( STR_CUSTOMANIMATION_SCALE_PROPERTY ) ) ); in getPropertyName()