Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1883 sal_Bool SdrPowerPointOLEDecompress( SvStream& rOutput, SvStream& rInput, sal_uInt32 nInputSize ) in SdrPowerPointOLEDecompress() argument
1886 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 44 milliseconds