Lines Matching refs:xAttribs
49 …CondContext::CondContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, in CondContext() argument
51 : TimeNodeContext( rParent, PPT_TOKEN( cond ), xAttribs, pNode ) in CondContext()
57 AttributeList attribs( xAttribs ); in CondContext()
60 sal_Int32 nEvent = xAttribs->getOptionalValueToken( XML_evt, 0 ); in CondContext()
102 maEvent.Offset = GetTime( xAttribs->getOptionalValue( XML_delay ) ); in CondContext()
114 …text( ::sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttribs ) throw ( SAXExce… in createFastChildContext() argument
125 aTok = xAttribs->getOptionalValueToken( XML_val, XML_first ); in createFastChildContext()
147 AttributeList attribs( xAttribs ); in createFastChildContext()
172 const Reference< XFastAttributeList >& xAttribs, in CondListContext()
175 : TimeNodeContext( rParent, aElement, xAttribs, pNode ) in CondListContext()
185 …ldContext( ::sal_Int32 aElement, const Reference< XFastAttributeList >& xAttribs ) throw ( SAXExce… in createFastChildContext() argument
194 xRet.set( new CondContext( *this, xAttribs, mpNode, maConditions.back() ) ); in createFastChildContext()