Home
last modified time | relevance | path

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

/aoo4110/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()
1954 IntrospectionAccessStatic_Impl* pStaticImpl = implInspect( aToInspectObj ); in inspect()
1956 xAccess = new ImplIntrospectionAccess( aToInspectObj, pStaticImpl ); in inspect()
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()
[all …]
/aoo4110/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()

Completed in 63 milliseconds