Searched refs:aIStm (Results 1 – 3 of 3) sorted by relevance
63 SvMemoryStream aIStm; in ImplConvert() local66 aIStm.SetBuffer( (char*) pInBuffer, nInBufSize, sal_False, nInBufSize ); in ImplConvert()67 aIStm >> aGraphic; in ImplConvert()69 if( !aIStm.GetError() ) in ImplConvert()88 SvMemoryStream aIStm; in ImplConvert() local90 aIStm.SetBuffer( (char*) pInBuffer, nInBufSize, sal_False, nInBufSize ); in ImplConvert()91 mpConvertData = new ConvertData( Graphic(), aIStm, nInFormat ); in ImplConvert()
1237 if( !aIStm.GetError() && !aOStm.GetError() ) in PreprocessSrsFile()1241 while( aIStm.ReadLine( aLine ) ) in PreprocessSrsFile()1267 if( !aIStm.ReadLine( aLine ) ) in PreprocessSrsFile()1273 aIStm.Seek( nImgListStartPos ); in PreprocessSrsFile()1277 if (!aIStm.ReadLine( aLine ) ) in PreprocessSrsFile()1285 if( !aIStm.ReadLine( aLine ) ) in PreprocessSrsFile()1307 const sal_uInt32 nImgListEndPos = aIStm.Tell(); in PreprocessSrsFile()1308 aIStm.Seek( nImgListStartPos ); in PreprocessSrsFile()1309 while( aIStm.Tell() < nImgListEndPos ) in PreprocessSrsFile()1311 aIStm.ReadLine( aLine ); in PreprocessSrsFile()[all …]
163 SvStream aIStm( new XMXLockBytes( rxIStm ) ); in REF() local164 SvStorageRef aStorage( new SvStorage( aIStm ) ); in REF()
Completed in 16 milliseconds