Searched refs:xIdlClass (Results 1 – 7 of 7) sorted by relevance
158 XIdlClass xIdlClass = paramInfo[ i ].aType; in getParameterDescription() local161 … sParameters += "[" + getParamMode(paramInfo[ i ].aMode ) + "] " + xIdlClass.getName(); in getParameterDescription()165 … sParameters += ", [" + getParamMode(paramInfo[ i ].aMode ) + "] " + xIdlClass.getName(); in getParameterDescription()189 XIdlClass xIdlClass = m_xIdlMethod.getReturnType(); in getTypeClass() local190 return xIdlClass.getTypeClass(); in getTypeClass()
197 XIdlClass xIdlClass = mxIdlReflection.forName(_aType.getTypeName()); in getMethodsOfInterface() local198 return xIdlClass.getMethods(); in getMethodsOfInterface()208 XIdlClass xIdlClass = mxIdlReflection.forName(_aType.getTypeName()); in getFieldsOfType() local209 return xIdlClass.getFields(); in getFieldsOfType()
216 XIdlClass xIdlClass = _oUnoMethodNode.getXIdlMethod().getReturnType(); in getUnoObjectDefinition() local217 String sTypeName = xIdlClass.getName(); in getUnoObjectDefinition()218 TypeClass aTypeClass = xIdlClass.getTypeClass(); in getUnoObjectDefinition()
605 SbxDataType unoToSbxType( const Reference< XIdlClass >& xIdlClass ) in unoToSbxType() argument608 if( xIdlClass.is() ) in unoToSbxType()610 TypeClass eType = xIdlClass->getTypeClass(); in unoToSbxType()1415 Reference< XIdlClass > xIdlClass; in sbxToUnoValue() local1421 aUnoAny >>= xIdlClass; in sbxToUnoValue()1424 if( xIdlClass.is() ) in sbxToUnoValue()1426 ::rtl::OUString aClassName = xIdlClass->getName(); in sbxToUnoValue()4326 Reference< XIdlClass > xIdlClass; in RTL_Impl_CreateUnoValue() local4332 aUnoAny >>= xIdlClass; in RTL_Impl_CreateUnoValue()4335 if( xIdlClass.is() ) in RTL_Impl_CreateUnoValue()[all …]
335 Reference< XIdlClass > xIdlClass( constructClass( pTD ) ); in getByHierarchicalName() local336 aRet.setValue( &xIdlClass, ::getCppuType( (const Reference< XIdlClass > *)0 ) ); in getByHierarchicalName()
227 Reference< XIdlClass > xIdlClass = TypeToIdlClass( aValType, xMgr ); in AnyToString() local228 …aRetStr = aRetStr + OUString( OUString::createFromAscii(" (Typ: ") ) + xIdlClass->getName() + OUSt… in AnyToString()
1940 …Reference< XIdlClass > xIdlClass = mxCoreReflection->forName(((Type*)(aToInspectObj.getValue()))->… in inspect() local1942 if ( xIdlClass.is() ) in inspect()1945 aRealInspectObj <<= xIdlClass; in inspect()
Completed in 79 milliseconds