Lines Matching refs:SdResId

491 	mpMenu = new PopupMenu(SdResId( RID_CUSTOMANIMATION_FONTSIZE_POPUP ) );  in CharHeightPropertyBox()
710 mpMenu = new PopupMenu(SdResId( RID_CUSTOMANIMATION_ROTATION_POPUP ) ); in RotationPropertyBox()
851 mpMenu = new PopupMenu(SdResId( RID_CUSTOMANIMATION_SCALE_POPUP ) ); in ScalePropertyBox()
1028 mpEdit->SetText( String( SdResId( STR_CUSTOMANIMATION_SAMPLE ) ) ); in FontStylePropertyBox()
1030 mpMenu = new PopupMenu(SdResId( RID_CUSTOMANIMATION_FONTSTYLE_POPUP ) ); in FontStylePropertyBox()
1202 mpFLSettings = new FixedLine( this, SdResId( FL_SETTINGS ) ); in CustomAnimationEffectTabPage()
1203 mpFTProperty1 = new FixedText( this, SdResId( FT_PROPERTY_1 ) ); in CustomAnimationEffectTabPage()
1204 mpLBProperty1 = new PropertyControl( this, SdResId( LB_PROPERTY_1 ) ); in CustomAnimationEffectTabPage()
1205 mpFTProperty2 = new FixedText( this, SdResId( FT_PROPERTY_2 ) ); in CustomAnimationEffectTabPage()
1206 mpLBProperty2 = new PropertyControl( this, SdResId( LB_PROPERTY_2 ) ); in CustomAnimationEffectTabPage()
1207 mpCBSmoothStart = new CheckBox( this, SdResId( CB_SMOOTH_START ) ); in CustomAnimationEffectTabPage()
1208 mpCBSmoothEnd = new CheckBox( this, SdResId( CB_SMOOTH_END ) ); in CustomAnimationEffectTabPage()
1209 mpCBAutoRestart = new CheckBox( this, SdResId( CB_AUTORESTART ) ); in CustomAnimationEffectTabPage()
1222 mpFLEnhancements = new FixedLine( this, SdResId( FL_ENHANCEMENTS ) ); in CustomAnimationEffectTabPage()
1223 mpFTSound = new FixedText( this, SdResId( FT_SOUND ) ); in CustomAnimationEffectTabPage()
1224 mpLBSound = new ListBox( this, SdResId( LB_SOUND ) ); in CustomAnimationEffectTabPage()
1225 mpPBSoundPreview = new PushButton( this, SdResId( PB_SOUND_PREVIEW ) ); in CustomAnimationEffectTabPage()
1226 mpFTAfterEffect = new FixedText( this, SdResId( FT_AFTER_EFFECT ) ); in CustomAnimationEffectTabPage()
1227 mpLBAfterEffect = new ListBox( this, SdResId( LB_AFTER_EFFECT ) ); in CustomAnimationEffectTabPage()
1228 mpFTDimColor = new FixedText( this, SdResId( FT_DIMCOLOR ) ); in CustomAnimationEffectTabPage()
1229 mpCLBDimColor = new ColorListBox( this, SdResId( CLB_DIMCOLOR ) ); in CustomAnimationEffectTabPage()
1230 mpFTTextAnim = new FixedText( this, SdResId( FT_TEXT_ANIM ) ); in CustomAnimationEffectTabPage()
1231 mpLBTextAnim = new ListBox( this, SdResId( LB_TEXT_ANIM ) ); in CustomAnimationEffectTabPage()
1232 mpMFTextDelay = new MetricField( this, SdResId( MF_TEXT_DELAY ) ); in CustomAnimationEffectTabPage()
1233 mpFTTextDelay = new FixedText( this, SdResId( FT_TEXT_DELAY ) ); in CustomAnimationEffectTabPage()
1746 mpLBSound->InsertEntry( String( SdResId( STR_CUSTOMANIMATION_NO_SOUND ) ) ); in fillSoundListBox()
1747 mpLBSound->InsertEntry( String( SdResId( STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND ) ) ); in fillSoundListBox()
1754 mpLBSound->InsertEntry( String( SdResId( STR_CUSTOMANIMATION_BROWSE_SOUND ) ) ); in fillSoundListBox()
1819 String aStrWarning(SdResId(STR_WARNING_NOSOUNDFILE)); in openSoundFileDialog()
1890 mpFTStart.reset( new FixedText( this, SdResId( FT_START ) ) ); in CustomAnimationDurationTabPage()
1891 mpLBStart.reset( new ListBox( this, SdResId( LB_START ) ) ); in CustomAnimationDurationTabPage()
1892 mpFTStartDelay.reset( new FixedText( this, SdResId( FT_START_DELAY ) ) ); in CustomAnimationDurationTabPage()
1893 mpMFStartDelay.reset( new MetricField( this, SdResId( MF_START_DELAY ) ) ); in CustomAnimationDurationTabPage()
1894 mpFTDuration.reset( new FixedText( this, SdResId( FT_DURATION ) ) ); in CustomAnimationDurationTabPage()
1895 mpCBDuration.reset( new ComboBox( this, SdResId( CB_DURATION ) ) ); in CustomAnimationDurationTabPage()
1896 mpFTRepeat.reset( new FixedText( this, SdResId( FT_REPEAT ) ) ); in CustomAnimationDurationTabPage()
1897 mpCBRepeat.reset( new ComboBox( this, SdResId( CB_REPEAT ) ) ); in CustomAnimationDurationTabPage()
1898 mpCBXRewind.reset( new CheckBox( this, SdResId( CBX_REWIND ) ) ); in CustomAnimationDurationTabPage()
1899 mpFLTrigger.reset( new FixedLine( this, SdResId( FL_TRIGGER ) ) ); in CustomAnimationDurationTabPage()
1900 mpRBClickSequence.reset( new RadioButton( this, SdResId( RB_CLICKSEQUENCE ) ) ); in CustomAnimationDurationTabPage()
1901 mpRBInteractive.reset( new RadioButton( this, SdResId( RB_INTERACTIVE ) ) ); in CustomAnimationDurationTabPage()
1902 mpLBTrigger.reset( new ListBox( this, SdResId( LB_TRIGGER ) ) ); in CustomAnimationDurationTabPage()
2263 maFTGroupText( this, SdResId( FT_GROUP_TEXT ) ), in CustomAnimationTextAnimTabPage()
2264 maLBGroupText( this, SdResId( LB_GROUP_TEXT ) ), in CustomAnimationTextAnimTabPage()
2265 maCBXGroupAuto( this, SdResId( CBX_GROUP_AUTO ) ), in CustomAnimationTextAnimTabPage()
2266 maMFGroupAuto( this, SdResId( MF_GROUP_AUTO ) ), in CustomAnimationTextAnimTabPage()
2267 maCBXAnimateForm( this, SdResId( CBX_ANIMATE_FORM ) ), in CustomAnimationTextAnimTabPage()
2268 maCBXReverse( this, SdResId( CBX_REVERSE ) ), in CustomAnimationTextAnimTabPage()
2424 : TabDialog( pParent, SdResId( DLG_CUSTOMANIMATION ) ), mpSet( pSet ), mpResultSet( 0 ) in CustomAnimationDialog()
2426 mpTabControl = new TabControl( this, SdResId( 1 ) ); in CustomAnimationDialog()
2427 mpOKButton = new OKButton(this, SdResId( 1 ) ) ; in CustomAnimationDialog()
2428 mpCancelButton = new CancelButton(this, SdResId( 1 ) ); in CustomAnimationDialog()
2429 mpHelpButton = new HelpButton(this, SdResId( 1 ) ); in CustomAnimationDialog()
2433 …mpEffectTabPage = new CustomAnimationEffectTabPage( mpTabControl, SdResId( RID_TP_CUSTOMANIMATION_… in CustomAnimationDialog()
2435 …mpDurationTabPage = new CustomAnimationDurationTabPage( mpTabControl, SdResId( RID_TP_CUSTOMANIMAT… in CustomAnimationDialog()
2444 …mpTextAnimTabPage = new CustomAnimationTextAnimTabPage( mpTabControl, SdResId( RID_TP_CUSTOMANIMAT… in CustomAnimationDialog()