Home
last modified time | relevance | path

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

/aoo42x/main/stoc/source/corereflection/
H A Dcriface.cxx351 Sequence< Reference< XIdlClass > > * _pParamTypes; member in stoc_corefl::IdlInterfaceMethodImpl
362 , _pParamTypes( 0 ) in IdlInterfaceMethodImpl()
391 delete _pParamTypes; in ~IdlInterfaceMethodImpl()
512 if (! _pParamTypes) in getParameterTypes()
515 if (! _pParamTypes) in getParameterTypes()
529 _pParamTypes = pTempParamTypes; in getParameterTypes()
532 return *_pParamTypes; in getParameterTypes()
550 if (_pParamTypes) // use param types in getParameterInfos()
552 const Reference< XIdlClass > * pParamTypes = _pParamTypes->getConstArray(); in getParameterInfos()
586 _pParamTypes = pTempParamTypes; in getParameterInfos()

Completed in 10 milliseconds