Searched refs:nInputSize (Results 1 – 1 of 1) sorted by relevance
1883 sal_Bool SdrPowerPointOLEDecompress( SvStream& rOutput, SvStream& rInput, sal_uInt32 nInputSize ) in SdrPowerPointOLEDecompress() argument1886 char* pBuf = new char[ nInputSize ]; in SdrPowerPointOLEDecompress()1887 rInput.Read( pBuf, nInputSize ); in SdrPowerPointOLEDecompress()1890 SvMemoryStream aSource( pBuf, nInputSize, STREAM_READ ); in SdrPowerPointOLEDecompress()
Completed in 41 milliseconds