Searched refs:xImplClass (Results 1 – 2 of 2) sorted by relevance
1506 Reference<XIdlClass> xImplClass; member1524 , xImplClass( rxImplClass ) in hashIntrospectionKey_Impl()1533 return (size_t)rObj.xImplClass.get() ^ (size_t)rObj.xPropInfo.get(); in operator ()()1540 || rObj1.xImplClass != rObj2.xImplClass ) in operator ()()2058 Reference<XIdlClass> xImplClass; in implInspect() local2092 xImplClass = SupportedClassSeq.getConstArray()[0]; in implInspect()2099 xImplClass = TypeToIdlClass( aToInspectObj.getValueType(), m_xSMgr ); in implInspect()2101 SupportedClassSeq.getArray()[ 0 ] = xImplClass; in implInspect()2111 xImplClass = TypeToIdlClass( aToInspectObj.getValueType(), m_xSMgr ); in implInspect()2172 else if( xImplClass.is() ) in implInspect()[all …]
2506 const Reference< XIdlClass > xImplClass = szClasses.getConstArray()[ 0 ]; in SbUnoObject() local2507 if( xImplClass.is() ) in SbUnoObject()2509 aClassName_ = String( xImplClass->getName() ); in SbUnoObject()
Completed in 352 milliseconds