Home
last modified time | relevance | path

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

/trunk/main/eventattacher/source/
H A Deventattacher.cxx651 Reference< XIdlClass > xParamClass = params.getConstArray()[0]; in attachListener() local
652 if( xParamClass->getTypeClass() == TypeClass_STRING ) in attachListener()
782 Reference< XIdlClass > xParamClass = params.getConstArray()[0]; in removeListener() local
783 if( xParamClass->getTypeClass() == TypeClass_STRING ) in removeListener()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx984 Reference< XIdlClass > xParamClass = pInfos[i].aType; in fillInfoForMethod() local
985 Type aParamType( xParamClass->getTypeClass(), xParamClass->getName() ); in fillInfoForMethod()