Home
last modified time | relevance | path

Searched refs:m_pMemoStream (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx464 ,m_pMemoStream(NULL) in ODbaseTable()
487 ,m_pMemoStream(NULL) in ODbaseTable()
539m_pMemoStream = createStream_simpleError( aURL.GetMainURL(INetURLObject::NO_DECODE), STREAM_READWR… in construct()
540 if ( !m_pMemoStream ) in construct()
543m_pMemoStream = createStream_simpleError( aURL.GetMainURL(INetURLObject::NO_DECODE), STREAM_READ |… in construct()
545 if (m_pMemoStream) in construct()
561 if (m_pMemoStream) in construct()
564 m_pMemoStream->Seek(STREAM_SEEK_TO_END); in construct()
565 nFileSize = m_pMemoStream->Tell(); in construct()
566 m_pMemoStream->Seek(STREAM_SEEK_TO_BEGIN); in construct()
[all …]
H A DDNoException.cxx132 m_pMemoStream->Seek(nBlockNo * m_aMemoHeader.db_size); in ReadMemo()
145 m_pMemoStream->Read(&aBuf,512); in ReadMemo()
155 } while (!bReady && !m_pMemoStream->IsEof() && aBStr.Len() < STRING_MAXLEN); in ReadMemo()
165 m_pMemoStream->Read(sHeader,4); in ReadMemo()
196 (*m_pMemoStream) >> nLength; in ReadMemo()
207 m_pMemoStream->Read(aBStr.AllocBuffer(STRING_MAXLEN),STRING_MAXLEN); in ReadMemo()
215 m_pMemoStream->Read(aBStr.AllocBuffer(static_cast<xub_StrLen>(nLength)),nLength); in ReadMemo()
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx95 SvStream* m_pMemoStream; member in connectivity::dbase::ODbaseTable