Home
last modified time | relevance | path

Searched refs:mpMsgBoxImgList (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/
H A Dsvdata.hxx242 ImageList* mpMsgBoxImgList; // ImageList for MessageBox member
/trunk/main/vcl/source/app/
H A Dsvmain.cxx414 if ( pSVData->maWinData.mpMsgBoxImgList ) in DeInitVCL()
416 delete pSVData->maWinData.mpMsgBoxImgList; in DeInitVCL()
417 pSVData->maWinData.mpMsgBoxImgList = NULL; in DeInitVCL()
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx50 if ( !pSVData->maWinData.mpMsgBoxImgList ) in ImplInitMsgBoxImageList()
53 pSVData->maWinData.mpMsgBoxImgList = new ImageList(4); in ImplInitMsgBoxImageList()
58 pSVData->maWinData.mpMsgBoxImgList->InsertFromHorizontalBitmap in ImplInitMsgBoxImageList()
529 return ImplGetSVData()->maWinData.mpMsgBoxImgList->GetImage( 4 ); in GetStandardImage()
583 return ImplGetSVData()->maWinData.mpMsgBoxImgList->GetImage( 3 ); in GetStandardImage()
621 return ImplGetSVData()->maWinData.mpMsgBoxImgList->GetImage( 1 ); in GetStandardImage()
675 return ImplGetSVData()->maWinData.mpMsgBoxImgList->GetImage( 2 ); in GetStandardImage()

Completed in 20 milliseconds