|
LibreOffice Module sd (master) 1
|
#include <pptx-animations-cond.hxx>
Public Member Functions | |
| Cond (const css::uno::Any &rAny, bool bIsMainSeqChild) | |
| bool | isValid () const |
| const char * | getDelay () const |
Public Attributes | |
| OString | msDelay |
| const char * | mpEvent |
| css::uno::Reference< css::drawing::XShape > | mxShape |
| css::uno::Reference< css::animations::XAnimationNode > | mxNode |
Definition at line 18 of file pptx-animations-cond.hxx.
| oox::core::Cond::Cond | ( | const css::uno::Any & | rAny, |
| bool | bIsMainSeqChild | ||
| ) |
|
inline |
Definition at line 28 of file pptx-animations-cond.hxx.
References msDelay.
|
inline |
Definition at line 27 of file pptx-animations-cond.hxx.
| const char* oox::core::Cond::mpEvent |
Definition at line 21 of file pptx-animations-cond.hxx.
| OString oox::core::Cond::msDelay |
Definition at line 20 of file pptx-animations-cond.hxx.
Referenced by Cond(), getDelay(), and isValid().
| css::uno::Reference<css::animations::XAnimationNode> oox::core::Cond::mxNode |
Definition at line 23 of file pptx-animations-cond.hxx.
Referenced by Cond().
| css::uno::Reference<css::drawing::XShape> oox::core::Cond::mxShape |
Definition at line 22 of file pptx-animations-cond.hxx.
Referenced by Cond().