Searched refs:CommonBehaviorContext (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/oox/source/ppt/ |
| H A D | commonbehaviorcontext.cxx | 51 CommonBehaviorContext::CommonBehaviorContext( ContextHandler& rParent, in CommonBehaviorContext() function in oox::ppt::CommonBehaviorContext 61 CommonBehaviorContext::~CommonBehaviorContext( ) throw( ) in ~CommonBehaviorContext() 67 void SAL_CALL CommonBehaviorContext::endFastElement( sal_Int32 aElement ) in endFastElement() 123 void CommonBehaviorContext::characters( const OUString& aChars ) in characters() 132 …Reference< XFastContextHandler > SAL_CALL CommonBehaviorContext::createFastChildContext( ::sal_Int… in createFastChildContext()
|
| H A D | timenodelistcontext.cxx | 162 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 226 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 353 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 547 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 673 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 742 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 828 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 895 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext() 986 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
|
| H A D | commonbehaviorcontext.hxx | 44 class CommonBehaviorContext class 48 CommonBehaviorContext( ::oox::core::ContextHandler& rParent, 51 ~CommonBehaviorContext( )
|