Lines Matching refs:mpFixedImage
71 mpFixedImage = NULL; in ImplInitMessBoxData()
219 if ( mpFixedImage ) in ~MessBox()
220 delete mpFixedImage; in ~MessBox()
264 if ( mpFixedImage ) in ImplPosControls()
266 delete mpFixedImage; in ImplPosControls()
267 mpFixedImage = NULL; in ImplPosControls()
306 mpFixedImage = new FixedImage( this ); in ImplPosControls()
307 mpFixedImage->SetPosSizePixel( Point( IMPL_DIALOG_OFFSET-2+IMPL_MSGBOX_OFFSET_EXTRA_X, in ImplPosControls()
310 mpFixedImage->SetImage( maImage ); in ImplPosControls()
313 mpFixedImage->SetModeImage( maImageHC, BMP_COLOR_HIGHCONTRAST ); in ImplPosControls()
314 mpFixedImage->Show(); in ImplPosControls()