Searched refs:m_xControlInvocation (Results 1 – 2 of 2) sorted by relevance
31 , m_xControlInvocation( xControl, uno::UNO_QUERY_THROW ) in VbaSystemAXControl()39 return m_xControlInvocation->getIntrospection(); in getIntrospection()46 return m_xControlInvocation->invoke( aFunctionName, aParams, aOutParamIndex, aOutParam ); in invoke()53 m_xControlInvocation->setValue( aPropertyName, aValue ); in setValue()60 return m_xControlInvocation->getValue( aPropertyName ); in getValue()67 return m_xControlInvocation->hasMethod( aName ); in hasMethod()74 return m_xControlInvocation->hasProperty( aName ); in hasProperty()
36 css::uno::Reference< css::script::XInvocation > m_xControlInvocation; member in VbaSystemAXControl
Completed in 20 milliseconds