Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/ole/
H A Dolehelper.cxx70 const sal_uInt32 OLE_STDPIC_ID = 0x0000746C; variable
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 5 milliseconds