|
LibreOffice Module sd (master) 1
|
#include <eppt.hxx>
Public Member Functions | |
| PPTExOleObjEntry (PPTExOleObjEntryType eT, sal_uInt32 nOfs) | |
Public Attributes | |
| PPTExOleObjEntryType | eType |
| sal_uInt32 | nOfsA |
| offset to the EPP_ExOleObjAtom in mpExEmbed (set at creation) More... | |
| sal_uInt32 | nOfsB |
| offset to the EPP_ExOleObjStg More... | |
| css::uno::Reference< css::awt::XControlModel > | xControlModel |
| css::uno::Reference< css::drawing::XShape > | xShape |
|
inline |
| PPTExOleObjEntryType PPTExOleObjEntry::eType |
Definition at line 85 of file eppt.hxx.
Referenced by PPTWriter::ImplWriteOLE().
| sal_uInt32 PPTExOleObjEntry::nOfsA |
offset to the EPP_ExOleObjAtom in mpExEmbed (set at creation)
Definition at line 86 of file eppt.hxx.
Referenced by PPTWriter::ImplWriteAtomEnding().
| sal_uInt32 PPTExOleObjEntry::nOfsB |
offset to the EPP_ExOleObjStg
Definition at line 87 of file eppt.hxx.
Referenced by PPTWriter::ImplWriteAtomEnding(), and PPTWriter::ImplWriteOLE().
| css::uno::Reference< css::awt::XControlModel > PPTExOleObjEntry::xControlModel |
Definition at line 89 of file eppt.hxx.
Referenced by PPTWriter::ImplWriteOLE().
| css::uno::Reference< css::drawing::XShape > PPTExOleObjEntry::xShape |
Definition at line 90 of file eppt.hxx.
Referenced by PPTWriter::ImplWriteOLE().