Home
last modified time | relevance | path

Searched refs:lcb (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sw/source/filter/ww1/
H A Dw1class.cxx413 SVBT32 lcb; in Ww1Picture() local
415 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()
H A Dw1struct.hxx720 …SVBT32 lcb;// 0x0 number of bytes in the PIC structure plus size of following picture data which m… member
722 return SVBT32ToUInt32(lcb); } in lcbGet()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8graf2.cxx320 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()
H A Dww8struc.hxx377 …sal_Int32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture… member
414 …SVBT32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture dat… member
H A Dww8par3.cxx2214 if((aPic.lcb > 0x3A) && !pDataStream->GetError() ) in ImportFormulaControl()
/aoo4110/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx350 …sal_Int32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture data w… member
387 …SVBT32 lcb; // 0x0 number of bytes in the PIC structure plus size of following picture data whic… member

Completed in 70 milliseconds