Searched refs:TimeNode (Results 1 – 5 of 5) sorted by relevance
60 OUString TimeNode::getServiceName( sal_Int16 nNodeType ) in getServiceName()105 TimeNode::TimeNode( sal_Int16 nNodeType ) in TimeNode() function in oox::ppt::TimeNode112 TimeNode::~TimeNode() in ~TimeNode()211 …void TimeNode::addNode( const XmlFilterBase& rFilter, const Reference< XAnimationNode >& rxNode, c… in addNode()225 …void TimeNode::setNode( const XmlFilterBase& rFilter, const Reference< XAnimationNode >& xNode, co… in setNode()547 … boost::bind(&TimeNode::addNode, _1, boost::cref(rFilter), boost::ref(xNode), in setNode()581 Reference< XAnimationNode > TimeNode::createAndInsert( in createAndInsert()604 void TimeNode::setId( sal_Int32 nId ) in setId()609 void TimeNode::setTo( const Any & aTo ) in setTo()615 void TimeNode::setFrom( const Any & aFrom ) in setFrom()[all …]
1155 TimeNodePtr pNode(new TimeNode(nNodeType)); in createFastChildContext()
383 TimeNode::UserDataMap & aUserData = pNode->getUserData(); in CommonTimeNodeContext()
43 class TimeNode;46 typedef boost::shared_ptr< TimeNode > TimeNodePtr;49 class TimeNode class54 TimeNode( sal_Int16 nNodeType );55 virtual ~TimeNode();
53 class TimeNode;105 ::std::list< boost::shared_ptr< TimeNode > >& getTimeNodeList() { return maTimeNodeList; } in getTimeNodeList()131 ::std::list< boost::shared_ptr< TimeNode > > maTimeNodeList;
Completed in 1755 milliseconds