LibreOffice Module sd (master) 1
Classes | Public Member Functions | Private Attributes | List of all members
sd::DocumentRenderer Class Referencefinal

#include <DocumentRenderer.hxx>

Inheritance diagram for sd::DocumentRenderer:
[legend]
Collaboration diagram for sd::DocumentRenderer:
[legend]

Classes

class  Implementation
 

Public Member Functions

 DocumentRenderer (ViewShellBase &rBase)
 
virtual ~DocumentRenderer () override
 
virtual sal_Int32 SAL_CALL getRendererCount (const css::uno::Any &aSelection, const css::uno::Sequence< css::beans::PropertyValue > &xOptions) override
 
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL getRenderer (sal_Int32 nRenderer, const css::uno::Any &rSelection, const css::uno::Sequence< css::beans::PropertyValue > &rxOptions) override
 
virtual void SAL_CALL render (sal_Int32 nRenderer, const css::uno::Any &rSelection, const css::uno::Sequence< css::beans::PropertyValue > &rxOptions) override
 
- Public Member Functions inherited from comphelper::WeakComponentImplHelper< typename... Ifc >
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual void SAL_CALL dispose () noexcept final override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
- Public Member Functions inherited from comphelper::WeakComponentImplHelperBase
virtual ~WeakComponentImplHelperBase () override
 
virtual void SAL_CALL dispose () override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual void disposing (std::unique_lock< std::mutex > &)
 
- Public Member Functions inherited from comphelper::UnoImplBase
virtual ~UnoImplBase ()
 

Private Attributes

std::unique_ptr< ImplementationmpImpl
 

Additional Inherited Members

- Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase
void throwIfDisposed (std::unique_lock< std::mutex > &)
 
- Protected Attributes inherited from comphelper::WeakComponentImplHelperBase
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > maEventListeners
 
- Protected Attributes inherited from comphelper::UnoImplBase
std::mutex m_aMutex
 
bool m_bDisposed
 

Detailed Description

Definition at line 34 of file DocumentRenderer.hxx.

Constructor & Destructor Documentation

◆ DocumentRenderer()

sd::DocumentRenderer::DocumentRenderer ( ViewShellBase rBase)

Definition at line 2214 of file DocumentRenderer.cxx.

◆ ~DocumentRenderer()

sd::DocumentRenderer::~DocumentRenderer ( )
overridevirtual

Definition at line 2219 of file DocumentRenderer.cxx.

Member Function Documentation

◆ getRenderer()

Sequence< beans::PropertyValue > SAL_CALL sd::DocumentRenderer::getRenderer ( sal_Int32  nRenderer,
const css::uno::Any &  rSelection,
const css::uno::Sequence< css::beans::PropertyValue > &  rxOptions 
)
overridevirtual

Definition at line 2233 of file DocumentRenderer.cxx.

References mpImpl.

◆ getRendererCount()

sal_Int32 SAL_CALL sd::DocumentRenderer::getRendererCount ( const css::uno::Any &  aSelection,
const css::uno::Sequence< css::beans::PropertyValue > &  xOptions 
)
overridevirtual

Definition at line 2225 of file DocumentRenderer.cxx.

References mpImpl.

◆ render()

void SAL_CALL sd::DocumentRenderer::render ( sal_Int32  nRenderer,
const css::uno::Any &  rSelection,
const css::uno::Sequence< css::beans::PropertyValue > &  rxOptions 
)
overridevirtual

Definition at line 2242 of file DocumentRenderer.cxx.

References mpImpl.

Member Data Documentation

◆ mpImpl

std::unique_ptr<Implementation> sd::DocumentRenderer::mpImpl
private

Definition at line 58 of file DocumentRenderer.hxx.

Referenced by getRenderer(), getRendererCount(), and render().


The documentation for this class was generated from the following files: