LibreOffice Module lotuswordpro (master) 1
|
#include <lwpsdwfileloader.hxx>
Public Member Functions | |
LwpSdwFileLoader (SvStream *pStream, LwpGraphicObject *pGraphicObj) | |
void | CreateDrawObjects (std::vector< rtl::Reference< XFFrame > > *pDrawObjVector) |
@descr entry of lwp-drawing objects. More... | |
Private Attributes | |
SvStream * | m_pStream |
LwpGraphicObject * | m_pGraphicObj |
Definition at line 70 of file lwpsdwfileloader.hxx.
LwpSdwFileLoader::LwpSdwFileLoader | ( | SvStream * | pStream, |
LwpGraphicObject * | pGraphicObj | ||
) |
Definition at line 64 of file lwpsdwfileloader.cxx.
References m_pStream, and SvStream::Seek().
void LwpSdwFileLoader::CreateDrawObjects | ( | std::vector< rtl::Reference< XFFrame > > * | pDrawObjVector | ) |
@descr entry of lwp-drawing objects.
pDrawObjVector | a container which will contains the created drawing object of XF-Model. |
Definition at line 75 of file lwpsdwfileloader.cxx.
References LwpSdwGroupLoaderV0102::BeginDrawObjects(), m_pGraphicObj, m_pStream, nVersion, SvStream::ReadBytes(), SvStream::ReadUInt16(), and SvStream::Seek().
Referenced by LwpGraphicObject::CreateDrawObjects().
|
private |
Definition at line 74 of file lwpsdwfileloader.hxx.
Referenced by CreateDrawObjects().
|
private |
Definition at line 73 of file lwpsdwfileloader.hxx.
Referenced by CreateDrawObjects().