Searched refs:GetChunk (Results 1 – 6 of 6) sorted by relevance
260 OLEVariant GetChunk(long Length) const;261 void GetChunk(long Length,OLEVariant &aValVar) const;
108 virtual SCODE STDMETHODCALLTYPE GetChunk(
361 SCODE STDMETHODCALLTYPE COooFilter::GetChunk(STAT_CHUNK * pStat) in GetChunk() function in COooFilter
572 OLEVariant WpADOField::GetChunk(long Length) const in GetChunk() function in WpADOField576 pInterface->GetChunk(Length,&aValVar); in GetChunk()580 void WpADOField::GetChunk(long Length,OLEVariant &aValVar) const in GetChunk() function in WpADOField583 pInterface->GetChunk(Length,&aValVar); in GetChunk()
188 m_aValue = aField.GetChunk(BLOCK_SIZE); in getBinaryStream()
156 m_aValue = aField.GetChunk(BLOCK_SIZE); in getBinaryStream()
Completed in 52 milliseconds