Home
last modified time | relevance | path

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

/aoo4110/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()
3438 aRet >>= xTypeDesc; in findUnoClass()
3440 if( xTypeDesc.is() ) in findUnoClass()
3592 aRet >>= xTypeDesc; in findUnoService()
3594 if( xTypeDesc.is() ) in findUnoService()
3852 aRet >>= xTypeDesc; in findUnoSingleton()
3854 if( xTypeDesc.is() ) in findUnoSingleton()
[all …]

Completed in 37 milliseconds