Searched refs:xTypeDesc (Results 1 – 1 of 1) sorted by relevance
1307 Reference< XTypeDescription > xTypeDesc; in implGetTypeByName() local1308 aRet >>= xTypeDesc; in implGetTypeByName()1310 if( xTypeDesc.is() ) in implGetTypeByName()1312 rRetType = Type( xTypeDesc->getTypeClass(), xTypeDesc->getName() ); in implGetTypeByName()3437 Reference< XTypeDescription > xTypeDesc; in findUnoClass() local3438 aRet >>= xTypeDesc; in findUnoClass()3440 if( xTypeDesc.is() ) in findUnoClass()3442 TypeClass eTypeClass = xTypeDesc->getTypeClass(); in findUnoClass()3591 Reference< XTypeDescription > xTypeDesc; in findUnoService() local3592 aRet >>= xTypeDesc; in findUnoService()[all …]