Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/ole/
H A Dvbainputstream.cxx96 sal_uInt8* opnMem = reinterpret_cast< sal_uInt8* >( opMem ); in readMemory() local
101 memcpy( opnMem, &*(maChunk.begin() + mnChunkPos), nReadBytes ); in readMemory()
102 opnMem += nReadBytes; in readMemory()
/aoo41x/main/oox/source/helper/
H A Dbinaryinputstream.cxx201 sal_uInt8* opnMem = reinterpret_cast< sal_uInt8* >( opMem ); in readMemory() local
207 memcpy( opnMem, maBuffer.getConstArray(), static_cast< size_t >( nBytesRead ) ); in readMemory()
208 opnMem += nBytesRead; in readMemory()

Completed in 13 milliseconds