Home
last modified time | relevance | path

Searched refs:AnimationConditionList (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/oox/inc/oox/ppt/
H A Dtimenode.hxx91 AnimationConditionList &getStartCondition() in getStartCondition()
93 AnimationConditionList &getEndCondition() in getEndCondition()
95 AnimationConditionList &getNextCondition() in getNextCondition()
97 AnimationConditionList &getPrevCondition() in getPrevCondition()
123 AnimationConditionList maStCondList, maEndCondList;
124 AnimationConditionList maPrevCondList, maNextCondList;
H A Danimationspersist.hxx92 typedef ::std::list< AnimationCondition > AnimationConditionList; typedef
102 …:sun::star::uno::Any convertList(const SlidePersistPtr & pSlide, const AnimationConditionList & l);
/AOO42X/main/oox/source/ppt/
H A Dconditioncontext.hxx67 const TimeNodePtr & pNode, AnimationConditionList & aCondList );
73 AnimationConditionList & maConditions;
H A Danimationspersist.cxx181 …y AnimationCondition::convertList(const SlidePersistPtr & pSlide, const AnimationConditionList & l) in convertList()
184 for( AnimationConditionList::const_iterator iter = l.begin(); in convertList()
H A Dconditioncontext.cxx174 AnimationConditionList & aCond ) in CondListContext()