Searched refs:pPic (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 484 WW8PicShadowToReal( &aPicS, pPic ); in PicRead() 486 pDataStream->Read( pPic, 0x2E); in PicRead() 490 *pDataStream >> pPic->dxaOrigin; in PicRead() 491 *pDataStream >> pPic->dyaOrigin; in PicRead() 761 pPic->lcb = SVBT32ToUInt32( pPicS->lcb ); in WW8PicShadowToReal() 763 pPic->MFP.mm = SVBT16ToShort( pPicS->MFP.mm ); in WW8PicShadowToReal() 771 pPic->mx = SVBT16ToShort( pPicS->mx ); in WW8PicShadowToReal() 772 pPic->my = SVBT16ToShort( pPicS->my ); in WW8PicShadowToReal() 777 pPic->brcl = pPicS->aBits1[0] & 0x0f; in WW8PicShadowToReal() 781 pPic->fError = (pPicS->aBits1[0] & 0x80) >> 7; in WW8PicShadowToReal() [all …]
|
H A D | ww8graf.hxx | 101 void WW8FSPAShadowToReal( WW8_FSPA_SHADOW* pFSPAS, WW8_FSPA* pPic );
|
H A D | ww8par.hxx | 1742 static void PicRead( SvStream *pDataStream, WW8_PIC *pPic, bool bVer67);
|
/trunk/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1767 sal_uInt16 maxx = pPic->mfp.xExtGet(); in GuessPicSize() 1769 sal_uInt16 maxy = pPic->mfp.yExtGet(); in GuessPicSize() 1780 long nSize = pPic->lcbGet() - (sizeof(*pPic)-sizeof(pPic->rgb)); in WriteBmp() 1781 sal_uInt8* p = pPic->rgbGet(); in WriteBmp() 1782 sal_uInt16 maxx = pPic->mfp.xExtGet(); in WriteBmp() 1919 switch (mm = pPic->mfp.mmGet()) in Out() 1924 aOut.Write(pPic->rgbGet(), pPic->lcbGet() - in Out() 1925 (sizeof(*pPic)-sizeof(pPic->rgb))); in Out() 1932 Size aNewSiz(pPic->mfp.xExtGet(), pPic->mfp.yExtGet()); in Out() 1945 (sal_uInt16)(pPic->lcbGet() - (sizeof(*pPic)-sizeof(pPic->rgb))), in Out() [all …]
|
H A D | w1class.cxx | 410 : bOK(false), pPic(0) in Ww1Picture() 417 if ((pPic = (W1_PIC*)(new sal_uInt8[SVBT32ToUInt32(lcb)])) != NULL) in Ww1Picture() 419 if (rStream.Read(pPic, SVBT32ToUInt32(lcb)) == (sal_uLong)SVBT32ToUInt32(lcb)) in Ww1Picture() 421 DBG_ASSERT(pPic->cbHeaderGet()==sizeof(*pPic)-sizeof(pPic->rgb), "Ww1Picture"); in Ww1Picture()
|
H A D | w1class.hxx | 838 W1_PIC* pPic; member in Ww1Picture
|
Completed in 121 milliseconds