mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 07:23:34 +08:00
Added .cpp files for all records
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
#include "VisualShapeChartElementAtom.h"
|
||||
|
||||
|
||||
void CRecordVisualShapeChartElementAtom::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
||||
{
|
||||
m_oHeader = oHeader;
|
||||
|
||||
m_eType = (TimeVisualElementEnum)StreamUtils::ReadDWORD(pStream);
|
||||
m_eRefType = (ElementTypeEnum)StreamUtils::ReadDWORD(pStream);
|
||||
|
||||
m_nShapeIdRef = StreamUtils::ReadDWORD(pStream);
|
||||
m_nData1 = StreamUtils::ReadDWORD(pStream);
|
||||
m_nData2 = StreamUtils::ReadDWORD(pStream);
|
||||
}
|
||||
Reference in New Issue
Block a user