LibreOffice Module xmloff (master) 1
Public Member Functions | Private Attributes | List of all members
xmloff::AnimationsExporter Class Referencefinal

#include <animationexport.hxx>

Inheritance diagram for xmloff::AnimationsExporter:
[legend]
Collaboration diagram for xmloff::AnimationsExporter:
[legend]

Public Member Functions

 AnimationsExporter (SvXMLExport &rExport, const css::uno::Reference< css::beans::XPropertySet > &xPageProps)
 
virtual SAL_DLLPRIVATE ~AnimationsExporter () override
 
void prepare (const css::uno::Reference< css::animations::XAnimationNode > &xRootNode)
 
void exportAnimations (const css::uno::Reference< css::animations::XAnimationNode > &xRootNode)
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Attributes

std::unique_ptr< AnimationsExporterImplmpImpl
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 39 of file animationexport.hxx.

Constructor & Destructor Documentation

◆ AnimationsExporter()

xmloff::AnimationsExporter::AnimationsExporter ( SvXMLExport rExport,
const css::uno::Reference< css::beans::XPropertySet > &  xPageProps 
)

Definition at line 1679 of file animationexport.cxx.

◆ ~AnimationsExporter()

xmloff::AnimationsExporter::~AnimationsExporter ( )
overridevirtual

Definition at line 1684 of file animationexport.cxx.

Member Function Documentation

◆ exportAnimations()

void xmloff::AnimationsExporter::exportAnimations ( const css::uno::Reference< css::animations::XAnimationNode > &  xRootNode)

Definition at line 1704 of file animationexport.cxx.

References mpImpl, and TOOLS_WARN_EXCEPTION.

◆ prepare()

void xmloff::AnimationsExporter::prepare ( const css::uno::Reference< css::animations::XAnimationNode > &  xRootNode)

Definition at line 1688 of file animationexport.cxx.

References mpImpl, and TOOLS_WARN_EXCEPTION.

Member Data Documentation

◆ mpImpl

std::unique_ptr<AnimationsExporterImpl> xmloff::AnimationsExporter::mpImpl
private

Definition at line 41 of file animationexport.hxx.

Referenced by exportAnimations(), and prepare().


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