Searched refs:aLockBytesStream (Results 1 – 1 of 1) sorted by relevance
63 SvStream aLockBytesStream( _xVal ); in SfxLockBytesItem() local64 rStream >> aLockBytesStream; in SfxLockBytesItem()124 SvStream aLockBytesStream( _xVal ); in Store() local125 sal_uInt32 nSize = aLockBytesStream.Seek( STREAM_SEEK_TO_END ); in Store()126 aLockBytesStream.Seek( 0L ); in Store()129 rStream << aLockBytesStream; in Store()
Completed in 83 milliseconds