Home
last modified time | relevance | path

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

/AOO42X/main/basic/source/classes/
H A Dsbunoobj.cxx1307 Reference< XTypeDescription > xTypeDesc; in implGetTypeByName() local
1308 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() local
3438 aRet >>= xTypeDesc; in findUnoClass()
3440 if( xTypeDesc.is() ) in findUnoClass()
3442 TypeClass eTypeClass = xTypeDesc->getTypeClass(); in findUnoClass()
3591 Reference< XTypeDescription > xTypeDesc; in findUnoService() local
3592 aRet >>= xTypeDesc; in findUnoService()
[all …]