Searched refs:TimeNodeListContext (Results 1 – 4 of 4) sorted by relevance
52 class TimeNodeListContext : public ::oox::core::ContextHandler class55 TimeNodeListContext( ::oox::core::ContextHandler& rParent, TimeNodePtrList & aList ) throw();57 virtual ~TimeNodeListContext() throw();
1087 TimeNodeListContext::TimeNodeListContext( ContextHandler& rParent, TimeNodePtrList & aList ) in TimeNodeListContext() function in oox::ppt::TimeNodeListContext1095 TimeNodeListContext::~TimeNodeListContext( ) throw() in ~TimeNodeListContext()1100 …Reference< XFastContextHandler > SAL_CALL TimeNodeListContext::createFastChildContext( ::sal_Int32… in createFastChildContext()
77 xRet.set( new TimeNodeListContext( *this, maTimeNodeList ) ); in createFastChildContext()
631 xRet.set( new TimeNodeListContext( *this, mpNode->getChildren() ) ); in createFastChildContext()
Completed in 48 milliseconds