Home
last modified time | relevance | path

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

/aoo41x/main/svtools/bmpmaker/
H A Dbmpsum.cxx279 SvFileStream aIStm( rBmpFileName, STREAM_READ ); in ProcessFile() local
281 if( aIStm.IsOpen() ) in ProcessFile()
285 ReadDIBBitmapEx(aBmpEx, aIStm); in ProcessFile()
293 aIStm.ResetError(); in ProcessFile()
294 aIStm.Seek( 0 ); in ProcessFile()
296 ::vcl::PNGReader aPngReader( aIStm ); in ProcessFile()
316 SvFileStream aIStm( rInFileList, STREAM_READ ); in ProcessFileList() local
323 if( aIStm.IsOpen() && aOStm.IsOpen() ) in ProcessFileList()
328 while( aIStm.ReadLine( aReadLine ) ) in ProcessFileList()
370 aIStm.Close(); in ProcessFileList()
H A Dbmpcore.cxx181 SvFileStream aIStm( aFileName, STREAM_READ ); in ImplCreate() local
185 ::vcl::PNGReader aPNGReader( aIStm ); in ImplCreate()
190 ReadDIBBitmapEx(aBmpEx, aIStm); in ImplCreate()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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 29 milliseconds