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

#include <animexp.hxx>

Inheritance diagram for XMLAnimationsExporter:
[legend]
Collaboration diagram for XMLAnimationsExporter:
[legend]

Public Member Functions

 XMLAnimationsExporter ()
 
virtual ~XMLAnimationsExporter () override
 
void collect (const css::uno::Reference< css::drawing::XShape > &xShape, SvXMLExport &rExport)
 
void exportAnimations (SvXMLExport &rExport)
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Static Public Member Functions

static void prepare (const css::uno::Reference< css::drawing::XShape > &xShape)
 
- 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)
 

Private Attributes

std::unique_ptr< AnimExpImplmpImpl
 

Additional Inherited Members

- 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 animexp.hxx.

Constructor & Destructor Documentation

◆ XMLAnimationsExporter()

XMLAnimationsExporter::XMLAnimationsExporter ( )

Definition at line 249 of file animexp.cxx.

◆ ~XMLAnimationsExporter()

XMLAnimationsExporter::~XMLAnimationsExporter ( )
overridevirtual

Definition at line 254 of file animexp.cxx.

Member Function Documentation

◆ collect()

void XMLAnimationsExporter::collect ( const css::uno::Reference< css::drawing::XShape > &  xShape,
SvXMLExport rExport 
)

◆ exportAnimations()

void XMLAnimationsExporter::exportAnimations ( SvXMLExport rExport)

◆ prepare()

void XMLAnimationsExporter::prepare ( const css::uno::Reference< css::drawing::XShape > &  xShape)
static

Member Data Documentation

◆ mpImpl

std::unique_ptr<AnimExpImpl> XMLAnimationsExporter::mpImpl
private

Definition at line 41 of file animexp.hxx.

Referenced by collect(), and exportAnimations().


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