Lines Matching refs:SotStorageStream

68 SO2_IMPL_BASIC_CLASS1_DLL(SotStorageStream,SotStorageStreamFactory,SotObject,
71 SO2_IMPL_INVARIANT(SotStorageStream) in SO2_IMPL_INVARIANT() argument
74 void SotStorageStream::TestMemberObjRef( sal_Bool /*bFree*/ ) in SO2_IMPL_INVARIANT()
79 void SotStorageStream::TestMemberInvariant( sal_Bool /*bPrint*/ ) in TestMemberInvariant()
105 SotStorageStream::SotStorageStream( const String & rName, StreamMode nMode, in SotStorageStream() function in SotStorageStream
122 SotStorageStream::SotStorageStream( BaseStorageStream * pStm ) in SotStorageStream() function in SotStorageStream
143 SotStorageStream::SotStorageStream() in SotStorageStream() function in SotStorageStream
155 SotStorageStream::~SotStorageStream() in ~SotStorageStream()
167 void SotStorageStream::SyncSvStream() in SyncSvStream()
184 void SotStorageStream::ResetError() in ResetError()
196 sal_uLong SotStorageStream::GetData( void* pData, sal_uLong nSize ) in GetData()
215 sal_uLong SotStorageStream::PutData( const void* pData, sal_uLong nSize ) in PutData()
234 sal_uLong SotStorageStream::SeekPos( sal_uLong nPos ) in SeekPos()
253 void SotStorageStream::FlushData() in FlushData()
269 void SotStorageStream::SetSize( sal_uLong nNewSize ) in SetSize()
294 sal_uInt32 SotStorageStream::GetSize() const in GetSize()
297 ((SotStorageStream *)this)->Seek( STREAM_SEEK_TO_END ); in GetSize()
299 ((SotStorageStream *)this)->Seek( nPos ); in GetSize()
308 sal_Bool SotStorageStream::CopyTo( SotStorageStream * pDestStm ) in CopyTo()
360 sal_Bool SotStorageStream::Commit() in Commit()
372 sal_Bool SotStorageStream::Revert() in Revert()
382 sal_Bool SotStorageStream::SetProperty( const String& rName, const ::com::sun::star::uno::Any& rVal… in SetProperty()
396 sal_Bool SotStorageStream::GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue ) in GetProperty()
410 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SotStorageStream::GetXInputS… in GetXInputStream()
1118 SotStorageStream * SotStorage::OpenEncryptedSotStream( const String & rEleName, const ByteString& r… in OpenEncryptedSotStream()
1123 SotStorageStream * pStm = NULL; in OpenEncryptedSotStream()
1133 pStm = new SotStorageStream( p ); in OpenEncryptedSotStream()
1145 SotStorageStream * SotStorage::OpenSotStream( const String & rEleName, in OpenSotStream()
1150 SotStorageStream * pStm = NULL; in OpenSotStream()
1160 pStm = new SotStorageStream( p ); in OpenSotStream()