Lines Matching refs:SdResId

72 SdDisplay::SdDisplay( Window* pWin, SdResId Id ) :  in SdDisplay()
148 SfxChildWindow *pCW, Window* pParent, const SdResId& rSdResId ) : in AnimationWindow()
150 aCtlDisplay ( this, SdResId( CTL_DISPLAY ) ), in AnimationWindow()
151 aBtnFirst ( this, SdResId( BTN_FIRST ) ), in AnimationWindow()
152 aBtnReverse ( this, SdResId( BTN_REVERSE ) ), in AnimationWindow()
153 aBtnStop ( this, SdResId( BTN_STOP ) ), in AnimationWindow()
154 aBtnPlay ( this, SdResId( BTN_PLAY ) ), in AnimationWindow()
155 aBtnLast ( this, SdResId( BTN_LAST ) ), in AnimationWindow()
156 aNumFldBitmap ( this, SdResId( NUM_FLD_BITMAP ) ), in AnimationWindow()
157 aTimeField ( this, SdResId( TIME_FIELD ) ), in AnimationWindow()
158 aLbLoopCount ( this, SdResId( LB_LOOP_COUNT ) ), in AnimationWindow()
159 aGrpBitmap ( this, SdResId( GRP_BITMAP ) ), in AnimationWindow()
160 aBtnGetOneObject ( this, SdResId( BTN_GET_ONE_OBJECT ) ), in AnimationWindow()
161 aBtnGetAllObjects ( this, SdResId( BTN_GET_ALL_OBJECTS ) ), in AnimationWindow()
162 aBtnRemoveBitmap ( this, SdResId( BTN_REMOVE_BITMAP ) ), in AnimationWindow()
163 aBtnRemoveAll ( this, SdResId( BTN_REMOVE_ALL ) ), in AnimationWindow()
164 aFtCount ( this, SdResId( FT_COUNT ) ), in AnimationWindow()
165 aFiCount ( this, SdResId( FI_COUNT ) ), in AnimationWindow()
166 aGrpAnimation ( this, SdResId( GRP_ANIMATION_GROUP ) ), in AnimationWindow()
167 aRbtGroup ( this, SdResId( RBT_GROUP ) ), in AnimationWindow()
168 aRbtBitmap ( this, SdResId( RBT_BITMAP ) ), in AnimationWindow()
169 aFtAdjustment ( this, SdResId( FT_ADJUSTMENT ) ), in AnimationWindow()
170 aLbAdjustment ( this, SdResId( LB_ADJUSTMENT ) ), in AnimationWindow()
171 aBtnCreateGroup ( this, SdResId( BTN_CREATE_GROUP ) ), in AnimationWindow()
181 aCtlDisplay.SetAccessibleName(String (SdResId(STR_DISPLAY))); in AnimationWindow()
184 aBtnGetOneObject.SetModeImage( Image( SdResId( IMG_GET1OBJECT_H ) ), BMP_COLOR_HIGHCONTRAST ); in AnimationWindow()
185 aBtnGetAllObjects.SetModeImage( Image( SdResId( IMG_GETALLOBJECT_H ) ), BMP_COLOR_HIGHCONTRAST ); in AnimationWindow()
186 aBtnRemoveBitmap.SetModeImage( Image( SdResId( IMG_REMOVEBMP_H ) ), BMP_COLOR_HIGHCONTRAST ); in AnimationWindow()
187 aBtnRemoveAll.SetModeImage( Image( SdResId( IMG_REMOVEALLBMP_H ) ), BMP_COLOR_HIGHCONTRAST ); in AnimationWindow()
480 WarningBox aWarnBox( this, WB_YES_NO, String( SdResId( STR_ASK_DELETE_ALL_PICTURES ) ) ); in IMPL_LINK()