LibreOffice Module oox (master) 1
|
data for CT_TLTimeCondition More...
#include <animationspersist.hxx>
Public Member Functions | |
AnimationCondition () | |
css::uno::Any | convert (const SlidePersistPtr &pSlide) const |
AnimTargetElementPtr & | getTarget () |
Static Public Member Functions | |
static css::uno::Any | convertList (const SlidePersistPtr &pSlide, const AnimationConditionList &l) |
Public Attributes | |
css::uno::Any | maValue |
sal_Int32 | mnType |
Private Attributes | |
AnimTargetElementPtr | mpTarget |
data for CT_TLTimeCondition
Definition at line 93 of file animationspersist.hxx.
|
inline |
Definition at line 95 of file animationspersist.hxx.
Any oox::ppt::AnimationCondition::convert | ( | const SlidePersistPtr & | pSlide | ) | const |
Definition at line 173 of file animationspersist.cxx.
References aEvent, Any, maValue, mnType, mpTarget, and sId.
Referenced by oox::ppt::TimeNode::setNode().
|
static |
Definition at line 204 of file animationspersist.cxx.
References oox::addToSequence(), and Any.
Referenced by oox::ppt::TimeNode::setNode().
|
inline |
Definition at line 102 of file animationspersist.hxx.
References mpTarget.
Referenced by oox::ppt::CondContext::onCreateContext().
css::uno::Any oox::ppt::AnimationCondition::maValue |
Definition at line 104 of file animationspersist.hxx.
Referenced by convert(), oox::ppt::CondContext::onCreateContext(), and oox::ppt::CondContext::~CondContext().
sal_Int32 oox::ppt::AnimationCondition::mnType |
Definition at line 105 of file animationspersist.hxx.
Referenced by convert(), oox::ppt::CondContext::onCreateContext(), and oox::ppt::CondContext::~CondContext().
|
private |
Definition at line 107 of file animationspersist.hxx.
Referenced by convert(), and getTarget().