Home
last modified time | relevance | path

Searched refs:pImg (Results 1 – 19 of 19) sorted by last modified time

/trunk/main/cui/source/dialogs/
H A Ddlgname.cxx152 …ssDialog::SvxMessDialog( Window* pWindow, const String& rText, const String& rDesc, Image* pImg ) : in SvxMessDialog() argument
162 if( pImg ) in SvxMessDialog()
164 pImage = new Image( *pImg ); in SvxMessDialog()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1494 const String& rText, const String& rDesc, Image* pImg ) in CreateSvxMessDialog() argument
1500 pDlg = new SvxMessDialog( pParent, rText, rDesc, pImg ); in CreateSvxMessDialog()
H A Ddlgfact.hxx722 Image* pImg = NULL ); //add for SvxMessDialog
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1520 sal_Bool bFollowJumps, const SbiImage* pImg ) const in FindNextStmnt()
1527 if( bFollowJumps && eOp == _JUMP && pImg ) in FindNextStmnt()
1529 DBG_ASSERT( pImg, "FindNextStmnt: pImg==NULL with FollowJumps option" ); in FindNextStmnt()
1532 p = (const sal_uInt8*) pImg->GetCode() + nOp1; in FindNextStmnt()
1654 SbModule::fixUpMethodStart( bool bCvtToLegacy, SbiImage* pImg ) const in fixUpMethodStart()
1656 if ( !pImg ) in fixUpMethodStart()
1657 pImg = pImage; in fixUpMethodStart()
1665 pMeth->nStart = pImg->CalcLegacyOffset( pMeth->nStart ); in fixUpMethodStart()
1667 pMeth->nStart = pImg->CalcNewOffset( (sal_uInt16)pMeth->nStart ); in fixUpMethodStart()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx752 if( pImg == NULL ) in DrawServerAAForcedString()
789 if( pImg == NULL ) in DrawServerAAForcedString()
804 aColor[0] = pImg->data[0]; in DrawServerAAForcedString()
805 aColor[1] = pImg->data[1]; in DrawServerAAForcedString()
806 aColor[2] = pImg->data[2]; in DrawServerAAForcedString()
807 aColor[3] = pImg->data[3]; in DrawServerAAForcedString()
808 XPutPixel( pImg, 0, 0, nOrigColor ); in DrawServerAAForcedString()
811 const int bpp = pImg->bits_per_pixel >> 3; in DrawServerAAForcedString()
861 p20 += pImg->bytes_per_line; in DrawServerAAForcedString()
862 p21 += pImg->bytes_per_line; in DrawServerAAForcedString()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimage.cxx665 ImageAryData *pImg = mpImplData->maNameHash[ rImageName ]; in ImplGetImageId() local
666 if( pImg ) in ImplGetImageId()
667 return pImg->mnId; in ImplGetImageId()
822 ImageAryData *pImg = mpImplData->maNameHash[ rImageName ]; in GetImage() local
824 if( pImg ) in GetImage()
826 if( pImg->IsLoadable() ) in GetImage()
827 pImg->Load( mpImplData->maPrefix ); in GetImage()
828 return Image( pImg->maBitmapEx ); in GetImage()
H A Dimpimage.cxx120 ImageAryData *pImg = new ImageAryData( aName, nId, aBitmapEx ); in AddImage() local
121 maImages.push_back( pImg ); in AddImage()
123 maNameHash [ aName ] = pImg; in AddImage()
128 ImageAryData *pImg = maImages[ nPos ]; in RemoveImage() local
129 if( pImg->maName.getLength() ) in RemoveImage()
130 maNameHash.erase( pImg->maName ); in RemoveImage()
/trunk/main/vcl/source/control/
H A Dbutton.cxx4306 Image* pImg = NULL; in ImplDrawCheckBoxState() local
4308 pImg = IsChecked() ? rCtrlData.mpDisclosureMinusHC : rCtrlData.mpDisclosurePlusHC; in ImplDrawCheckBoxState()
4310 pImg = IsChecked() ? rCtrlData.mpDisclosureMinus : rCtrlData.mpDisclosurePlus; in ImplDrawCheckBoxState()
4312 DBG_ASSERT( pImg, "no disclosure image" ); in ImplDrawCheckBoxState()
4313 if( ! pImg ) in ImplDrawCheckBoxState()
4321 Size aImgSize( pImg->GetSizePixel() ); in ImplDrawCheckBoxState()
4325 DrawImage( aOff, *pImg, nStyle ); in ImplDrawCheckBoxState()
/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx909 const Image* pImg = 0; in Paint() local
920 pImg = &pList->m_aGreenCheckImg; in Paint()
922 pImg = &pList->m_aGreenCheckImgHC; in Paint()
929 pImg = &pList->m_aYellowCheckImg; in Paint()
931 pImg = &pList->m_aYellowCheckImgHC; in Paint()
938 pImg = &pList->m_aRedCrossImg; in Paint()
940 pImg = &pList->m_aRedCrossImgHC; in Paint()
947 pImg = 0; in Paint()
954 pImg = 0; in Paint()
960 if (pImg) in Paint()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx426 Image* pImg = NULL ) = 0; //add for SvxMessDialog
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx803 Image* pImg = NULL; in UserDraw() local
805 pImg = &maImagePrinterFont; in UserDraw()
807 pImg = &maImageScalableFont; in UserDraw()
809 pImg = &maImageBitmapFont; in UserDraw()
811 if ( pImg ) in UserDraw()
813 Point aPos( nX, aTopLeft.Y() + (nH-pImg->GetSizePixel().Height())/2 ); in UserDraw()
814 rUDEvt.GetDevice()->DrawImage( aPos, *pImg ); in UserDraw()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1907 const Image* pImg = 0; in PaintEntry1() local
1913 pImg = &pImp->GetExpandedNodeBmp( eBitmapMode ); in PaintEntry1()
1919 pImg = &pImp->GetDontKnowNodeBmp( eBitmapMode ); in PaintEntry1()
1921 pImg = &pImp->GetCollapsedNodeBmp( eBitmapMode ); in PaintEntry1()
1923 aPos.Y() += (nTempEntryHeight - pImg->GetSizePixel().Height()) / 2; in PaintEntry1()
1934 Rectangle aCtrlRegion( aPos, pImg->GetSizePixel() ); in PaintEntry1()
1957 DrawImage( aPos, *pImg ,nStyle); in PaintEntry1()
/trunk/main/cui/source/inc/
H A Ddlgname.hxx191 SvxMessDialog( Window* pWindow, const String& rText, const String& rDesc, Image* pImg = NULL );
/trunk/main/cui/source/customize/
H A Dmacropg.cxx490 const Image* pImg; in Paint() local
492 pImg = bUNO ? m_pComponentImg_h : m_pMacroImg_h; in Paint()
494 pImg = bUNO ? m_pComponentImg : m_pMacroImg; in Paint()
495 aDevice.DrawImage( aPos, *pImg ); in Paint()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx46 String aStr = pImg->GetString( static_cast<short>( nOp1 ) ); in StepLOADNC()
68 p->PutString( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepLOADSC()
89 String aAlias( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepARGN()
160 if( nOp1 >= pImg->GetCodeSize() ) in StepJUMP()
163 pCode = (const sal_uInt8*) pImg->GetCode() + nOp1; in StepJUMP()
214 if( nOp1 >= pImg->GetCodeSize() ) in StepGOSUB()
216 pCode = (const sal_uInt8*) pImg->GetCode() + nOp1; in StepGOSUB()
375 pCode = pMod->FindNextStmnt( pErrCode, n1, n2, sal_True, pImg ); in StepRESUME()
511 String aClass( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepSETCLASS_impl()
531 String aClass( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepTESTCLASS()
[all …]
H A Dstep2.cxx184 if( !bLocal || pImg->GetFlag( SBIMG_EXPLICIT ) ) in FindElement()
945 String aClass( pImg->GetString( static_cast<short>( nOp2 ) ) ); in StepCREATE()
951 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepCREATE()
1031 String aClass( pImg->GetString( static_cast<short>( nOp2 ) ) ); in StepDCREATE_IMPL()
1110 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepTCREATE()
1111 String aClass( pImg->GetString( static_cast<short>( nOp2 ) ) ); in StepTCREATE()
1152 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepLOCAL()
1167 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepPUBLIC_Impl()
1200 bool bUsedForClassModule = pImg->GetFlag( SBIMG_CLASSMODULE ); in StepPUBLIC_P()
1209 if( pImg->GetFlag( SBIMG_CLASSMODULE ) ) in StepGLOBAL()
[all …]
H A Druntime.cxx544 pMod( pm ), pMeth( pe ), pImg( pMod->pImage ), m_nLastTime(0) in SbiRuntime()
557 pStmnt = (const sal_uInt8* ) pImg->GetCode() + nStart; in SbiRuntime()
728 sal_uInt32 nPC = ( pCode - (const sal_uInt8* )pImg->GetCode() ); in Step()
1302 return pImg->GetFlag( n ); in GetImageFlag()
1307 return pImg->GetBase(); in GetBase()
/trunk/main/basic/source/inc/
H A Druntime.hxx289 const SbiImage* pImg; // Code-Image member in SbiRuntime
/trunk/main/basic/inc/basic/
H A Dsbmod.hxx92 sal_Bool bFollowJumps, const SbiImage* pImg=NULL ) const;
138 void fixUpMethodStart( bool bCvtToLegacy, SbiImage* pImg = NULL ) const;

Completed in 151 milliseconds