Home
last modified time | relevance | path

Searched refs:mpFixedImage (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/window/
H A Dmsgbox.cxx71 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()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dmsgbox.hxx66 FixedImage* mpFixedImage; member in MessBox

Completed in 21 milliseconds