LibreOffice Module oox (master) 1
Classes | Namespaces | Typedefs | Enumerations
animationspersist.hxx File Reference
#include <array>
#include <vector>
#include <memory>
#include <com/sun/star/uno/Any.hxx>
#include <oox/drawingml/drawingmltypes.hxx>
#include <oox/ppt/slidepersist.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
Include dependency graph for animationspersist.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  oox::ppt::ShapeTargetElement
 data for CT_TLShapeTargetElement More...
 
struct  oox::ppt::AnimTargetElement
 data for CT_TLTimeTargetElement More...
 
struct  oox::ppt::AnimationCondition
 data for CT_TLTimeCondition More...
 
struct  oox::ppt::TimeAnimationValue
 

Namespaces

namespace  oox
 
namespace  oox::ppt
 

Typedefs

typedef std::array< css::uno::Any, NP_SIZE_ > oox::ppt::NodePropertyMap
 
typedef std::shared_ptr< AnimTargetElement > oox::ppt::AnimTargetElementPtr
 
typedef std::vector< AnimationCondition > oox::ppt::AnimationConditionList
 
typedef ::std::vector< TimeAnimationValue > oox::ppt::TimeAnimationValueList
 

Enumerations

enum  {
  oox::ppt::NP_TO = 0 ,
  oox::ppt::NP_FROM ,
  oox::ppt::NP_BY ,
  oox::ppt::NP_USERDATA ,
  oox::ppt::NP_ATTRIBUTENAME ,
  oox::ppt::NP_ACCELERATION ,
  oox::ppt::NP_AUTOREVERSE ,
  oox::ppt::NP_DECELERATE ,
  oox::ppt::NP_DURATION ,
  oox::ppt::NP_FILL ,
  oox::ppt::NP_REPEATCOUNT ,
  oox::ppt::NP_REPEATDURATION ,
  oox::ppt::NP_RESTART ,
  oox::ppt::NP_DIRECTION ,
  oox::ppt::NP_COLORINTERPOLATION ,
  oox::ppt::NP_CALCMODE ,
  oox::ppt::NP_TRANSFORMTYPE ,
  oox::ppt::NP_PATH ,
  oox::ppt::NP_ENDSYNC ,
  oox::ppt::NP_ITERATETYPE ,
  oox::ppt::NP_ITERATEINTERVAL ,
  oox::ppt::NP_SUBITEM ,
  oox::ppt::NP_TARGET ,
  oox::ppt::NP_COMMAND ,
  oox::ppt::NP_PARAMETER ,
  oox::ppt::NP_VALUES ,
  oox::ppt::NP_FORMULA ,
  oox::ppt::NP_KEYTIMES ,
  oox::ppt::NP_DISPLAY ,
  oox::ppt::NP_HIDEDURINGSHOW ,
  oox::ppt::NP_ISNARRATION ,
  oox::ppt::NP_SIZE_
}