LibreOffice Module xmloff (master) 1
|
#include <animationexport.hxx>
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< AnimationsExporterImpl > | mpImpl |
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 |
Definition at line 39 of file animationexport.hxx.
xmloff::AnimationsExporter::AnimationsExporter | ( | SvXMLExport & | rExport, |
const css::uno::Reference< css::beans::XPropertySet > & | xPageProps | ||
) |
Definition at line 1679 of file animationexport.cxx.
|
overridevirtual |
Definition at line 1684 of file animationexport.cxx.
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.
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.
|
private |
Definition at line 41 of file animationexport.hxx.
Referenced by exportAnimations(), and prepare().