Home
last modified time | relevance | path

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

/trunk/main/sot/source/sdstor/
H A Dstg.cxx98 const SvStream* OLEStorageBase::GetSvStream_Impl() const in GetSvStream_Impl()
103 OLEStorageBase::OLEStorageBase( StgIo* p, StgDirEntry* pe, StreamMode& nMode ) in OLEStorageBase() function in OLEStorageBase
112 OLEStorageBase::~OLEStorageBase() in ~OLEStorageBase()
138 sal_Bool OLEStorageBase::Validate_Impl( sal_Bool bWrite ) const in Validate_Impl()
149 sal_Bool OLEStorageBase::ValidateMode_Impl( StreamMode m, StgDirEntry* p ) const in ValidateMode_Impl()
181 : OLEStorageBase( p, q, m_nMode ), nPos( 0L ) in StorageStream()
382 : OLEStorageBase( new StgIo, NULL, m_nMode ), aName( rFile ), bIsRoot( sal_False ) in Storage()
413 : OLEStorageBase( new StgIo, NULL, m_nMode ), bIsRoot( sal_False ) in Storage()
441 : OLEStorageBase( new StgIo, NULL, m_nMode ), bIsRoot( sal_False ) in Storage()
520 : OLEStorageBase( p, q, m_nMode ), bIsRoot( sal_False ) in Storage()
/trunk/main/sot/inc/sot/
H A Dstg.hxx154 class OLEStorageBase class
160 OLEStorageBase( StgIo*, StgDirEntry*, StreamMode& );
161 ~OLEStorageBase();
168 class StorageStream : public BaseStorageStream, public OLEStorageBase
195 class SOT_DLLPUBLIC Storage : public BaseStorage, public OLEStorageBase

Completed in 20 milliseconds