Home
last modified time | relevance | path

Searched refs:pImage (Results 26 – 36 of 36) sorted by relevance

12

/aoo41x/main/basic/source/classes/
H A Dsb.cxx626 pImage = pClassModule->pImage; in TYPEINIT1()
775 pImage = NULL; in ~SbClassModuleObject()
1286 if( pModule->pImage && !pModule->isProxyModule() && !pModule->ISA(SbObjModule) ) in DeInitAllModules()
1287 pModule->pImage->bInit = false; in DeInitAllModules()
/aoo41x/main/vcl/source/control/
H A Dbutton.cxx416 Image *pImage = &(mpButtonData->maImage); in ImplDrawAlignedImage() local
423 pImage = &(mpButtonData->maImageHC); in ImplDrawAlignedImage()
650 pDev->DrawImage( aImagePos, aImageSize, *pImage, nStyle ); in ImplDrawAlignedImage()
652 pDev->DrawImage( aImagePos, *pImage, nStyle ); in ImplDrawAlignedImage()
2240 Image *pImage = &maImage; in ImplDrawRadioButtonState() local
2244 pImage = &maImageHC; in ImplDrawRadioButtonState()
2251 DrawImage( aImagePos, aImageSize, *pImage, nButtonStyle ); in ImplDrawRadioButtonState()
2253 DrawImage( aImagePos, *pImage, nButtonStyle ); in ImplDrawRadioButtonState()
H A Dilstbox.cxx2988 Image *pImage = &maImage; in DrawEntry() local
2993 pImage = &maImageHC; in DrawEntry()
2998 DrawImage( aPtImg, *pImage, nStyle ); in DrawEntry()
3004 DrawImage( aPtImg, aImgSz, *pImage, nStyle ); in DrawEntry()
/aoo41x/main/basic/source/runtime/
H A Dstep2.cxx1198 if( pMod->pImage->bFirstInit ) in StepPUBLIC_P()
1247 if( pMod->pImage->bFirstInit ) in StepGLOBAL_P()
1259 if( pMod->pImage->bFirstInit ) in StepFIND_G()
H A Druntime.cxx544 pMod( pm ), pMeth( pe ), pImg( pMod->pImage ), m_nLastTime(0) in SbiRuntime()
/aoo41x/main/cui/source/inc/
H A Ddlgname.hxx185 Image* pImage; member in SvxMessDialog
/aoo41x/main/basic/inc/basic/
H A Dsbmod.hxx68 SbiImage* pImage; // the Image member in SbModule
/aoo41x/main/basic/source/comp/
H A Dcodegen.cxx338 rMod.pImage = p; in Save()
/aoo41x/main/filter/source/msfilter/
H A Dmsocximex.cxx5311 sal_uInt8* pImage = new sal_uInt8[ nImageLen ]; in Read() local
5312 pS->Read(pImage, nImageLen); in Read()
5313 bool result = storePictureInFileSystem( sImageUrl, pImage, nImageLen ); in Read()
5315 result = storePictureInDoc( pDocSh, pictName, pImage, nImageLen ); in Read()
5316 delete [] pImage; in Read()
/aoo41x/main/vcl/source/window/
H A Dtoolbox.cxx3646 const Image* pImage; in ImplDrawItem() local
3648 pImage = &(pItem->maHighImage); in ImplDrawItem()
3650 pImage = &(pItem->maImage); in ImplDrawItem()
3652 aImageSize = pImage->GetSizePixel(); in ImplDrawItem()
3694 DrawImage( Point( nImageOffX, nImageOffY ), *pImage, nImageStyle ); in ImplDrawItem()
/aoo41x/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm334 NSImage* pImage = CreateNSImage( aImage );
335 [mpPreview setImage: [pImage autorelease]];

Completed in 149 milliseconds

12