Lines Matching refs:Type

52 static inline void checkInterface( Type const & rType )  in checkInterface()
102 Type const & rType = (*pEntry->m_type.getCppuType)( 0 ); in __getTypeEntries()
127 static inline void __fillTypes( Type * types, class_data * cd ) in __fillTypes()
238 Type const & rType, class_data * cd, void * that ) in ImplHelper_query()
263 Type const & rType, class_data * cd, void * that ) in ImplHelper_queryNoXInterface()
301 Sequence< Type > SAL_CALL ImplHelper_getTypes( in ImplHelper_getTypes()
305 Sequence< Type > types( cd->m_nTypes ); in ImplHelper_getTypes()
306 Type * pTypes = types.getArray(); in ImplHelper_getTypes()
311 Sequence< Type > SAL_CALL ImplInhHelper_getTypes( in ImplInhHelper_getTypes()
312 class_data * cd, Sequence< Type > const & rAddTypes ) in ImplInhHelper_getTypes()
317 Sequence< Type > types( nImplTypes + nAddTypes ); in ImplInhHelper_getTypes()
318 Type * pTypes = types.getArray(); in ImplInhHelper_getTypes()
321 Type const * pAddTypes = rAddTypes.getConstArray(); in ImplInhHelper_getTypes()
332 Type const & rType, class_data * cd, void * that, OWeakObject * pBase ) in WeakImplHelper_query()
350 Sequence< Type > SAL_CALL WeakImplHelper_getTypes( in WeakImplHelper_getTypes()
355 Sequence< Type > types( nTypes +1 ); in WeakImplHelper_getTypes()
356 Type * pTypes = types.getArray(); in WeakImplHelper_getTypes()
365 Type const & rType, class_data * cd, void * that, OWeakAggObject * pBase ) in WeakAggImplHelper_queryAgg()
383 Sequence< Type > SAL_CALL WeakAggImplHelper_getTypes( in WeakAggImplHelper_getTypes()
388 Sequence< Type > types( nTypes +2 ); in WeakAggImplHelper_getTypes()
389 Type * pTypes = types.getArray(); in WeakAggImplHelper_getTypes()
399 Type const & rType, class_data * cd, void * that, WeakComponentImplHelperBase * pBase ) in WeakComponentImplHelper_query()
417 Sequence< Type > SAL_CALL WeakComponentImplHelper_getTypes( in WeakComponentImplHelper_getTypes()
422 Sequence< Type > types( nTypes +2 ); in WeakComponentImplHelper_getTypes()
423 Type * pTypes = types.getArray(); in WeakComponentImplHelper_getTypes()
433 Type const & rType, class_data * cd, void * that, WeakAggComponentImplHelperBase * pBase ) in WeakAggComponentImplHelper_queryAgg()
451 Sequence< Type > SAL_CALL WeakAggComponentImplHelper_getTypes( in WeakAggComponentImplHelper_getTypes()
456 Sequence< Type > types( nTypes +3 ); in WeakAggComponentImplHelper_getTypes()
457 Type * pTypes = types.getArray(); in WeakAggComponentImplHelper_getTypes()