LibreOffice Module writerfilter (master) 1
|
Handler for OLE objects. More...
#include <OLEHandler.hxx>
Public Member Functions | |
OLEHandler (DomainMapper &rDomainMapper) | |
virtual | ~OLEHandler () override |
const css::uno::Reference< css::drawing::XShape > & | getShape () const |
bool | isOLEObject () const |
void | importStream (const css::uno::Reference< css::uno::XComponentContext > &xComponentContext, const css::uno::Reference< css::text::XTextDocument > &xTextDocument, const css::uno::Reference< css::text::XTextContent > &xOLE) |
In case of a valid CLSID, import the native data to the previously created empty OLE object. More... | |
OUString | getCLSID () const |
Get the CLSID of the OLE object, in case we can find one based on m_sProgId. More... | |
OUString const & | GetDrawAspect () const |
OUString const & | GetVisAreaWidth () const |
OUString const & | GetVisAreaHeight () const |
OUString | copyOLEOStream (css::uno::Reference< css::text::XTextDocument > const &xTextDocument) |
css::awt::Size | getSize () const |
css::uno::Reference< css::graphic::XGraphic > | getReplacement () const |
![]() | |
LoggedProperties (const std::string &sPrefix) | |
virtual | ~LoggedProperties () override |
void | attribute (Id name, Value &val) override |
Receives an attribute. More... | |
void | sprm (Sprm &sprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id name, Value &val)=0 |
Receives an attribute. More... | |
virtual void | sprm (Sprm &sprm)=0 |
Receives a SPRM. More... | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Member Functions | |
virtual void | lcl_attribute (Id Name, Value &val) override |
virtual void | lcl_sprm (Sprm &sprm) override |
Private Attributes | |
OUString | m_sProgId |
OUString | m_sDrawAspect |
OUString | m_sVisAreaWidth |
OUString | m_sVisAreaHeight |
OUString | m_aURL |
The stream URL right after the import of the raw data. More... | |
css::text::WrapTextMode | m_nWrapMode |
css::uno::Reference< css::drawing::XShape > | m_xShape |
css::uno::Reference< css::io::XInputStream > | m_xInputStream |
DomainMapper & | m_rDomainMapper |
Additional Inherited Members | |
virtual void | lcl_attribute (Id name, Value &val)=0 |
virtual void | lcl_sprm (Sprm &sprm)=0 |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Handler for OLE objects.
Definition at line 46 of file OLEHandler.hxx.
|
explicit |
Definition at line 51 of file OLEHandler.cxx.
References text().
|
overridevirtual |
Definition at line 59 of file OLEHandler.cxx.
OUString writerfilter::dmapper::OLEHandler::copyOLEOStream | ( | css::uno::Reference< css::text::XTextDocument > const & | xTextDocument | ) |
Definition at line 280 of file OLEHandler.cxx.
References aData, aURL, m_aURL, m_sProgId, m_xInputStream, TOOLS_WARN_EXCEPTION, and xFactory.
OUString writerfilter::dmapper::OLEHandler::getCLSID | ( | ) | const |
Get the CLSID of the OLE object, in case we can find one based on m_sProgId.
Definition at line 239 of file OLEHandler.cxx.
OUString const & writerfilter::dmapper::OLEHandler::GetDrawAspect | ( | ) | const |
Definition at line 265 of file OLEHandler.cxx.
References m_sDrawAspect.
css::uno::Reference< css::graphic::XGraphic > writerfilter::dmapper::OLEHandler::getReplacement | ( | ) | const |
Definition at line 139 of file OLEHandler.cxx.
References writerfilter::dmapper::getPropertyName(), m_xShape, and writerfilter::dmapper::PROP_BITMAP.
|
inline |
Definition at line 70 of file OLEHandler.hxx.
References m_xShape.
css::awt::Size writerfilter::dmapper::OLEHandler::getSize | ( | ) | const |
Definition at line 132 of file OLEHandler.cxx.
References m_xShape.
OUString const & writerfilter::dmapper::OLEHandler::GetVisAreaHeight | ( | ) | const |
Definition at line 275 of file OLEHandler.cxx.
References m_sVisAreaHeight.
OUString const & writerfilter::dmapper::OLEHandler::GetVisAreaWidth | ( | ) | const |
Definition at line 270 of file OLEHandler.cxx.
References m_sVisAreaWidth.
void writerfilter::dmapper::OLEHandler::importStream | ( | const css::uno::Reference< css::uno::XComponentContext > & | xComponentContext, |
const css::uno::Reference< css::text::XTextDocument > & | xTextDocument, | ||
const css::uno::Reference< css::text::XTextContent > & | xOLE | ||
) |
In case of a valid CLSID, import the native data to the previously created empty OLE object.
Definition at line 200 of file OLEHandler.cxx.
References m_aURL, m_sProgId, m_xInputStream, and SAL_WARN.
|
inline |
Definition at line 72 of file OLEHandler.hxx.
References m_xInputStream.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 64 of file OLEHandler.cxx.
References writerfilter::Value::getAny(), writerfilter::Value::getString(), writerfilter::dmapper::DomainMapper::hasControls(), writerfilter::dmapper::DomainMapper::IsInHeaderFooter(), m_rDomainMapper, m_sDrawAspect, m_sProgId, m_sVisAreaHeight, m_sVisAreaWidth, m_xInputStream, m_xShape, and TOOLS_WARN_EXCEPTION.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 149 of file OLEHandler.cxx.
References writerfilter::Sprm::getId(), writerfilter::dmapper::getPropertyName(), writerfilter::Sprm::getProps(), writerfilter::dmapper::DomainMapper::IsInHeaderFooter(), m_nWrapMode, m_rDomainMapper, m_xShape, writerfilter::dmapper::PROP_SURROUND, and TOOLS_WARN_EXCEPTION.
|
private |
The stream URL right after the import of the raw data.
Definition at line 53 of file OLEHandler.hxx.
Referenced by copyOLEOStream(), and importStream().
|
private |
Definition at line 55 of file OLEHandler.hxx.
Referenced by lcl_sprm().
|
private |
Definition at line 60 of file OLEHandler.hxx.
Referenced by lcl_attribute(), and lcl_sprm().
|
private |
Definition at line 49 of file OLEHandler.hxx.
Referenced by GetDrawAspect(), and lcl_attribute().
|
private |
Definition at line 48 of file OLEHandler.hxx.
Referenced by copyOLEOStream(), getCLSID(), importStream(), and lcl_attribute().
|
private |
Definition at line 51 of file OLEHandler.hxx.
Referenced by GetVisAreaHeight(), and lcl_attribute().
|
private |
Definition at line 50 of file OLEHandler.hxx.
Referenced by GetVisAreaWidth(), and lcl_attribute().
|
private |
Definition at line 59 of file OLEHandler.hxx.
Referenced by copyOLEOStream(), importStream(), isOLEObject(), and lcl_attribute().
|
private |
Definition at line 57 of file OLEHandler.hxx.
Referenced by getReplacement(), getShape(), getSize(), lcl_attribute(), and lcl_sprm().