Home
last modified time | relevance | path

Searched refs:m_xAggInv (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basic/source/classes/
H A Dsbxmod.cxx115 Reference< XInvocation > m_xAggInv; member in DocObjectWrapper
167 m_xAggInv.set( xIf, UNO_QUERY ); in DocObjectWrapper()
258 if ( m_xAggInv.is() && m_xAggInv->hasMethod( aFunctionName ) ) in invoke()
259 return m_xAggInv->invoke( aFunctionName, aParams, aOutParamIndex, aOutParam ); in invoke()
353 if ( m_xAggInv.is() && m_xAggInv->hasProperty( aPropertyName ) ) in setValue()
354 return m_xAggInv->setValue( aPropertyName, aValue ); in setValue()
365 if ( m_xAggInv.is() && m_xAggInv->hasProperty( aPropertyName ) ) in getValue()
366 return m_xAggInv->getValue( aPropertyName ); in getValue()
383 if ( m_xAggInv.is() && m_xAggInv->hasMethod( aName ) ) in hasMethod()
392 if ( m_xAggInv.is() && m_xAggInv->hasProperty( aName ) ) in hasProperty()

Completed in 29 milliseconds