Home
last modified time | relevance | path

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

/AOO42X/main/stoc/source/inspect/
H A Dintrospection.cxx1701 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()
[all …]
/AOO42X/main/basic/source/classes/
H A Dsbunoobj.cxx1678 Any aToInspectObj = pUnoObj->getUnoAny(); in getDbgObjectNameImpl() local
1679 TypeClass eType = aToInspectObj.getValueType().getTypeClass(); in getDbgObjectNameImpl()
1682 xObj = *(Reference< XInterface >*)aToInspectObj.getValue(); in getDbgObjectNameImpl()
1723 Any aToInspectObj = pUnoObj->getUnoAny(); in checkUnoObjectType() local
1724 TypeClass eType = aToInspectObj.getValueType().getTypeClass(); in checkUnoObjectType()
1727 const Reference< XInterface > x = *(Reference< XInterface >*)aToInspectObj.getValue(); in checkUnoObjectType()
1771 Reference< XInvocation > xInv( aToInspectObj, UNO_QUERY ); in checkUnoObjectType()
1801 Any aToInspectObj = pUnoObj->getUnoAny(); in Impl_GetSupportedInterfaces() local
1804 TypeClass eType = aToInspectObj.getValueType().getTypeClass(); in Impl_GetSupportedInterfaces()
1814 const Reference< XInterface > x = *(Reference< XInterface >*)aToInspectObj.getValue(); in Impl_GetSupportedInterfaces()