Home
last modified time | relevance | path

Searched refs:xIdlClass (Results 1 – 7 of 7) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DUnoMethodNode.java158 XIdlClass xIdlClass = paramInfo[ i ].aType; in getParameterDescription() local
161 … 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() local
190 return xIdlClass.getTypeClass(); in getTypeClass()
H A DIntrospector.java197 XIdlClass xIdlClass = mxIdlReflection.forName(_aType.getTypeName()); in getMethodsOfInterface() local
198 return xIdlClass.getMethods(); in getMethodsOfInterface()
208 XIdlClass xIdlClass = mxIdlReflection.forName(_aType.getTypeName()); in getFieldsOfType() local
209 return xIdlClass.getFields(); in getFieldsOfType()
H A DSourceCodeGenerator.java216 XIdlClass xIdlClass = _oUnoMethodNode.getXIdlMethod().getReturnType(); in getUnoObjectDefinition() local
217 String sTypeName = xIdlClass.getName(); in getUnoObjectDefinition()
218 TypeClass aTypeClass = xIdlClass.getTypeClass(); in getUnoObjectDefinition()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx605 SbxDataType unoToSbxType( const Reference< XIdlClass >& xIdlClass ) in unoToSbxType() argument
608 if( xIdlClass.is() ) in unoToSbxType()
610 TypeClass eType = xIdlClass->getTypeClass(); in unoToSbxType()
1415 Reference< XIdlClass > xIdlClass; in sbxToUnoValue() local
1421 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() local
4332 aUnoAny >>= xIdlClass; in RTL_Impl_CreateUnoValue()
4335 if( xIdlClass.is() ) in RTL_Impl_CreateUnoValue()
[all …]
/trunk/main/stoc/source/corereflection/
H A Dcrefl.cxx335 Reference< XIdlClass > xIdlClass( constructClass( pTD ) ); in getByHierarchicalName() local
336 aRet.setValue( &xIdlClass, ::getCppuType( (const Reference< XIdlClass > *)0 ) ); in getByHierarchicalName()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx227 Reference< XIdlClass > xIdlClass = TypeToIdlClass( aValType, xMgr ); in AnyToString() local
228 …aRetStr = aRetStr + OUString( OUString::createFromAscii(" (Typ: ") ) + xIdlClass->getName() + OUSt… in AnyToString()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1940 …Reference< XIdlClass > xIdlClass = mxCoreReflection->forName(((Type*)(aToInspectObj.getValue()))->… in inspect() local
1942 if ( xIdlClass.is() ) in inspect()
1945 aRealInspectObj <<= xIdlClass; in inspect()

Completed in 79 milliseconds