Lines Matching refs:aToInspectObj
1701 IntrospectionAccessStatic_Impl* implInspect(const Any& aToInspectObj);
1747 virtual Reference<XIntrospectionAccess> SAL_CALL inspect(const Any& aToInspectObj)
1930 Reference<XIntrospectionAccess> ImplIntrospection::inspect(const Any& aToInspectObj) in inspect() argument
1935 if ( aToInspectObj.getValueType().getTypeClass() == TypeClass_TYPE ) in inspect()
1938 aToInspectObj >>= aType; in inspect()
1940 …Reference< XIdlClass > xIdlClass = mxCoreReflection->forName(((Type*)(aToInspectObj.getValue()))->… in inspect()
1954 IntrospectionAccessStatic_Impl* pStaticImpl = implInspect( aToInspectObj ); in inspect()
1956 xAccess = new ImplIntrospectionAccess( aToInspectObj, pStaticImpl ); in inspect()
2015 IntrospectionAccessStatic_Impl* ImplIntrospection::implInspect(const Any& aToInspectObj) in implInspect() argument
2024 TypeClass eType = aToInspectObj.getValueType().getTypeClass(); in implInspect()
2032 x = *(Reference<XInterface>*)aToInspectObj.getValue(); in implInspect()
2099 xImplClass = TypeToIdlClass( aToInspectObj.getValueType(), m_xSMgr ); in implInspect()
2111 xImplClass = TypeToIdlClass( aToInspectObj.getValueType(), m_xSMgr ); in implInspect()
2972 Reference<XIdlClass> xClassRef = TypeToIdlClass( aToInspectObj.getValueType(), m_xSMgr ); in implInspect()