Home
last modified time | relevance | path

Searched refs:StgIo (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Dstgio.cxx39 StgIo::StgIo() : StgCache() in StgIo() function in StgIo
48 StgIo::~StgIo() in ~StgIo()
58 sal_Bool StgIo::Load() in Load()
77 sal_Bool StgIo::Init() in Init()
84 void StgIo::SetupStreams() in SetupStreams()
116 short StgIo::GetDataPageSize() in GetDataPageSize()
123 sal_Bool StgIo::CommitAll() in CommitAll()
241 StgIo &rIo;
250 Validator( StgIo &rIo );
364 sal_uLong StgIo::ValidateFATs() in ValidateFATs()
[all …]
H A Dstgstrms.hxx31 class StgIo;
68 StgIo& rIo; // I/O system
78 StgStrm( StgIo& );
81 StgIo& GetIo() { return rIo; } in GetIo()
106 StgFATStrm( StgIo& );
122 StgDataStrm( StgIo&, sal_Int32 nBgn, sal_Int32 nLen=-1 );
123 StgDataStrm( StgIo&, StgDirEntry& );
141 StgSmallStrm( StgIo&, sal_Int32 nBgn, sal_Int32 nLen );
142 StgSmallStrm( StgIo&, StgDirEntry& );
H A Dstgdir.hxx31 class StgIo;
56 sal_Bool StoreStream( StgIo& ); // store the stream
57 sal_Bool StoreStreams( StgIo& ); // store all streams
86 void OpenStream( StgIo&, sal_Bool=sal_False ); // set up an appropriate stream
109 StgDirStrm( StgIo& );
H A Dstg.cxx103 OLEStorageBase::OLEStorageBase( StgIo* p, StgDirEntry* pe, StreamMode& nMode ) in OLEStorageBase()
180 StorageStream::StorageStream( StgIo* p, StgDirEntry* q, StreamMode m ) in StorageStream()
351 StgIo aIo; in IsStorageFile()
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()
519 Storage::Storage( StgIo* p, StgDirEntry* q, StreamMode m ) in Storage()
1060 Link aLink = StgIo::GetErrorLink(); in ValidateFAT()
1062 StgIo::SetErrorLink( aLink ); in ValidateFAT()
H A Dstgio.hxx55 class StgIo : public StgCache { class
59 StgIo();
60 ~StgIo();
H A Dstgdir.cxx193 sal_Bool StgDirEntry::StoreStream( StgIo& rIo ) in StoreStream()
217 sal_Bool StgDirEntry::StoreStreams( StgIo& rIo ) in StoreStreams()
263 void StgDirEntry::OpenStream( StgIo& rIo, sal_Bool bForceBig ) in OpenStream()
333 StgIo& rIo = pStgStrm->GetIo(); in SetSize()
714 StgIo& rIo = pStgStrm->GetIo(); in Tmp2Strm()
808 StgDirStrm::StgDirStrm( StgIo& r ) in StgDirStrm()
H A Dstgelem.hxx36 class StgIo;
68 sal_Bool Load( StgIo& );
70 sal_Bool Store( StgIo& );
H A Dstgstrms.cxx313 StgStrm::StgStrm( StgIo& r ) : rIo( r ) in StgStrm()
490 StgFATStrm::StgFATStrm( StgIo& r ) : StgStrm( r ) in StgFATStrm()
744 StgDataStrm::StgDataStrm( StgIo& r, sal_Int32 nBgn, sal_Int32 nLen ) : StgStrm( r ) in StgDataStrm()
749 StgDataStrm::StgDataStrm( StgIo& r, StgDirEntry& p ) : StgStrm( r ) in StgDataStrm()
976 StgSmallStrm::StgSmallStrm( StgIo& r, sal_Int32 nBgn, sal_Int32 nLen ) : StgStrm( r ) in StgSmallStrm()
981 StgSmallStrm::StgSmallStrm( StgIo& r, StgDirEntry& p ) : StgStrm( r ) in StgSmallStrm()
H A Dstgelem.cxx121 sal_Bool StgHeader::Load( StgIo& rIo ) in Load()
158 sal_Bool StgHeader::Store( StgIo& rIo ) in Store()
H A Dstgcache.hxx38 class StgIo;
/trunk/main/sot/inc/sot/
H A Dstg.hxx58 class StgIo;
158 StgIo* pIo; // I/O subsystem
160 OLEStorageBase( StgIo*, StgDirEntry*, StreamMode& );
176 StorageStream( StgIo*, StgDirEntry*, StreamMode );
200 Storage( StgIo*, StgDirEntry*, StreamMode );
/trunk/main/sfx2/source/appl/
H A Dappinit.cxx234 StgIo::SetErrorLink( LINK( this, SfxStorageErrHdl, Error ) ); in Initialize_Impl()

Completed in 67 milliseconds