Searched refs:lcb (Results 1 – 6 of 6) sorted by relevance
413 SVBT32 lcb; in Ww1Picture() local415 if (rStream.Read(&lcb, sizeof(lcb)) == (sal_uLong)sizeof(lcb)) in Ww1Picture()416 if (sizeof(int)>=4 || SVBT32ToUInt32(lcb) < 0x8000) //~ mdt: 64K & 16bit 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()
720 …SVBT32 lcb;// 0x0 number of bytes in the PIC structure plus size of following picture data which m… member722 return SVBT32ToUInt32(lcb); } in lcbGet()
320 long nData = rPic.lcb - ( pSt->Tell() - nPosFc ); in ReadGrafFile()525 if ((aPic.lcb >= 58) && !pDataStream->GetError()) in ImportGraf()743 else if (aPic.lcb >= 58) in ImportGraf()761 pPic->lcb = SVBT32ToUInt32( pPicS->lcb ); in WW8PicShadowToReal()
377 …sal_Int32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture… member414 …SVBT32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture dat… member
2214 if((aPic.lcb > 0x3A) && !pDataStream->GetError() ) in ImportFormulaControl()
350 …sal_Int32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture data w… member387 …SVBT32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture data whic… member
Completed in 99 milliseconds