Lines Matching refs:aElementToken

155 …irtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken,  in createFastChildContext()  argument
161 switch ( aElementToken ) in createFastChildContext()
221 …irtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, in createFastChildContext() argument
227 switch ( aElementToken ) in createFastChildContext()
234 xRet.set( new AnimVariantContext( *this, aElementToken, maTo ) ); in createFastChildContext()
350 …irtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, in createFastChildContext() argument
356 switch ( aElementToken ) in createFastChildContext()
403 …irtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, in createFastChildContext() argument
409 switch ( aElementToken ) in createFastChildContext()
412 xRet.set( new CommonTimeNodeContext( *this, aElementToken, xAttribs, mpNode ) ); in createFastChildContext()
415 xRet.set( new CondListContext( *this, aElementToken, xAttribs, mpNode, in createFastChildContext()
419 xRet.set( new CondListContext( *this, aElementToken, xAttribs, mpNode, in createFastChildContext()
451 …irtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, in createFastChildContext() argument
457 switch ( aElementToken ) in createFastChildContext()
460 xRet.set( new CommonTimeNodeContext( *this, aElementToken, xAttribs, mpNode ) ); in createFastChildContext()
517 …e< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, const Referen… in createFastChildContext() argument
521 switch ( aElementToken ) in createFastChildContext()
674 …e< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, const Referen… in createFastChildContext() argument
678 switch ( aElementToken ) in createFastChildContext()
742 …irtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, in createFastChildContext() argument
748 switch ( aElementToken ) in createFastChildContext()
830 …e< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, const Referen… in createFastChildContext() argument
834 switch ( aElementToken ) in createFastChildContext()
896 …irtual Reference< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, in createFastChildContext() argument
902 switch ( aElementToken ) in createFastChildContext()
989 …e< XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 aElementToken, const Referen… in createFastChildContext() argument
993 switch ( aElementToken ) in createFastChildContext()
999 xRet.set( new AnimVariantContext( *this, aElementToken, maProgress ) ); in createFastChildContext()
1100 …r > SAL_CALL TimeNodeListContext::createFastChildContext( ::sal_Int32 aElementToken, const Referen… in createFastChildContext() argument
1106 switch( aElementToken ) in createFastChildContext()
1151 OSL_TRACE( "OOX: uhandled token %x", aElementToken ); in createFastChildContext()
1157 … ContextHandler * pContext = TimeNodeContext::makeContext( *this, aElementToken, xAttribs, pNode ); in createFastChildContext()