Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dcvtgrf.cxx63 SvMemoryStream aIStm; in ImplConvert() local
66 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() local
90 aIStm.SetBuffer( (char*) pInBuffer, nInBufSize, sal_False, nInBufSize ); in ImplConvert()
91 mpConvertData = new ConvertData( Graphic(), aIStm, nInFormat ); in ImplConvert()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx1237 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 …]
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx163 SvStream aIStm( new XMXLockBytes( rxIStm ) ); in REF() local
164 SvStorageRef aStorage( new SvStorage( aIStm ) ); in REF()

Completed in 17 milliseconds