Home
last modified time | relevance | path

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

/aoo4110/main/svtools/bmpmaker/
H A Dbmpcore.cxx80 const sal_uInt32 nOldPos = pSRS->Tell(); in ImplCreate()
122 if( !pSRS->ReadLine( aLine ) ) in ImplCreate()
317 pSRS->Seek( nOldPos ); in ImplCreate()
354 pSRS = new SvFileStream ( aFileName.GetFull(), STREAM_STD_READ ); in Create()
356 if( pSRS->GetError() ) in Create()
368 if (!pSRS->ReadLine(aByteText)) in Create()
375 if (!pSRS->ReadLine( aByteText ) ) in Create()
393 if (!pSRS->ReadLine(aByteText)) in Create()
417 delete pSRS; in Create()
H A Dbmpcore.hxx69 SvFileStream* pSRS; member in BmpCreator

Completed in 21 milliseconds