|
LibreOffice Module svtools (master) 1
|
Public Member Functions | |
| EmbeddedObjectRef_Impl () | |
| EmbeddedObjectRef_Impl (const EmbeddedObjectRef_Impl &r) | |
| void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Public Attributes | |
| uno::Reference< embed::XEmbeddedObject > | mxObj |
| rtl::Reference< EmbedEventListener_Impl > | mxListener |
| OUString | aPersistName |
| OUString | aMediaType |
| comphelper::EmbeddedObjectContainer * | pContainer |
| std::optional< Graphic > | oGraphic |
| sal_Int64 | nViewAspect |
| bool | bIsLocked:1 |
| bool | bNeedUpdate:1 |
| bool | bUpdating:1 |
| sal_uInt32 | mnGraphicVersion |
| awt::Size | aDefaultSizeForChart_In_100TH_MM |
| Link< LinkParamNone *, bool > | m_aIsProtectedHdl |
Definition at line 236 of file embedhlp.cxx.
|
inline |
Definition at line 256 of file embedhlp.cxx.
|
inline |
Definition at line 266 of file embedhlp.cxx.
References bNeedUpdate, and oGraphic.
|
inline |
Definition at line 282 of file embedhlp.cxx.
References mxObj, oGraphic, and OUStringToOString().
| awt::Size svt::EmbeddedObjectRef_Impl::aDefaultSizeForChart_In_100TH_MM |
Definition at line 252 of file embedhlp.cxx.
| OUString svt::EmbeddedObjectRef_Impl::aMediaType |
Definition at line 242 of file embedhlp.cxx.
| OUString svt::EmbeddedObjectRef_Impl::aPersistName |
Definition at line 241 of file embedhlp.cxx.
| bool svt::EmbeddedObjectRef_Impl::bIsLocked |
Definition at line 246 of file embedhlp.cxx.
| bool svt::EmbeddedObjectRef_Impl::bNeedUpdate |
Definition at line 247 of file embedhlp.cxx.
Referenced by EmbeddedObjectRef_Impl().
| bool svt::EmbeddedObjectRef_Impl::bUpdating |
Definition at line 248 of file embedhlp.cxx.
| Link<LinkParamNone*, bool> svt::EmbeddedObjectRef_Impl::m_aIsProtectedHdl |
Definition at line 254 of file embedhlp.cxx.
| sal_uInt32 svt::EmbeddedObjectRef_Impl::mnGraphicVersion |
Definition at line 251 of file embedhlp.cxx.
| rtl::Reference<EmbedEventListener_Impl> svt::EmbeddedObjectRef_Impl::mxListener |
Definition at line 240 of file embedhlp.cxx.
| uno::Reference<embed::XEmbeddedObject> svt::EmbeddedObjectRef_Impl::mxObj |
Definition at line 238 of file embedhlp.cxx.
Referenced by dumpAsXml().
| sal_Int64 svt::EmbeddedObjectRef_Impl::nViewAspect |
Definition at line 245 of file embedhlp.cxx.
| std::optional<Graphic> svt::EmbeddedObjectRef_Impl::oGraphic |
Definition at line 244 of file embedhlp.cxx.
Referenced by dumpAsXml(), and EmbeddedObjectRef_Impl().
| comphelper::EmbeddedObjectContainer* svt::EmbeddedObjectRef_Impl::pContainer |
Definition at line 243 of file embedhlp.cxx.