Lines Matching refs:that

75 static inline void * makeInterface( sal_IntPtr nOffset, void * that ) SAL_THROW( () )  in makeInterface()  argument
77 return (((char *)that) + nOffset); in makeInterface()
180 typelib_TypeDescriptionReference * pDemandedTDR, class_data * cd, void * that ) in __queryDeepNoXInterface() argument
192 return makeInterface( pEntries[ n ].m_offset, that ); in __queryDeepNoXInterface()
215 return makeInterface( offset, that ); in __queryDeepNoXInterface()
238 Type const & rType, class_data * cd, void * that ) in ImplHelper_query() argument
249 p = makeInterface( cd->m_typeEntries[ 0 ].m_offset, that ); in ImplHelper_query()
253 p = __queryDeepNoXInterface( pTDR, cd, that ); in ImplHelper_query()
263 Type const & rType, class_data * cd, void * that ) in ImplHelper_queryNoXInterface() argument
269 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in ImplHelper_queryNoXInterface()
332 Type const & rType, class_data * cd, void * that, OWeakObject * pBase ) in WeakImplHelper_query() argument
341 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in WeakImplHelper_query()
365 Type const & rType, class_data * cd, void * that, OWeakAggObject * pBase ) in WeakAggImplHelper_queryAgg() argument
374 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in WeakAggImplHelper_queryAgg()
399 Type const & rType, class_data * cd, void * that, WeakComponentImplHelperBase * pBase ) in WeakComponentImplHelper_query() argument
408 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in WeakComponentImplHelper_query()
433 Type const & rType, class_data * cd, void * that, WeakAggComponentImplHelperBase * pBase ) in WeakAggComponentImplHelper_queryAgg() argument
442 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in WeakAggComponentImplHelper_queryAgg()