Home
last modified time | relevance | path

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

/trunk/main/oox/source/ole/
H A Dolehelper.cxx221 sal_uInt32 nStdPicId; in importStdPic() local
223 rInStrm >> nStdPicId >> nBytes; in importStdPic()
224 OSL_ENSURE( nStdPicId == OLE_STDPIC_ID, "OleHelper::importStdPic - unexpected header version" ); in importStdPic()
225 …return !rInStrm.isEof() && (nStdPicId == OLE_STDPIC_ID) && (nBytes > 0) && (rInStrm.readData( orGr… in importStdPic()

Completed in 15 milliseconds