Searched refs:aIStm (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svtools/bmpmaker/ |
H A D | bmpsum.cxx | 279 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 D | bmpcore.cxx | 181 SvFileStream aIStm( aFileName, STREAM_READ ); in ImplCreate() local 185 ::vcl::PNGReader aPNGReader( aIStm ); in ImplCreate() 190 ReadDIBBitmapEx(aBmpEx, aIStm); in ImplCreate()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | cvtgrf.cxx | 63 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()
|
/aoo4110/main/rsc/source/rsc/ |
H A D | rsc.cxx | 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 …]
|
/aoo4110/main/extensions/source/xmlextract/ |
H A D | xmxtrct.cxx | 163 SvStream aIStm( new XMXLockBytes( rxIStm ) ); in REF() local 164 SvStorageRef aStorage( new SvStorage( aIStm ) ); in REF()
|
Completed in 43 milliseconds