Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/misc/
H A Dimap3.cxx40 pRWStm ( &rStm ), in IMapCompat()
45 if ( !pRWStm->GetError() ) in IMapCompat()
49 nCompatPos = pRWStm->Tell(); in IMapCompat()
50 pRWStm->SeekRel( 4 ); in IMapCompat()
56 *pRWStm >> nTotalSizeTmp; in IMapCompat()
58 nCompatPos = pRWStm->Tell(); in IMapCompat()
72 if ( !pRWStm->GetError() ) in ~IMapCompat()
76 const sal_uLong nEndPos = pRWStm->Tell(); in ~IMapCompat()
78 pRWStm->Seek( nCompatPos ); in ~IMapCompat()
80 pRWStm->Seek( nEndPos ); in ~IMapCompat()
[all …]
/aoo4110/main/svtools/inc/svtools/
H A Dimap.hxx150 SvStream* pRWStm; member in IMapCompat

Completed in 20 milliseconds