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()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 35 milliseconds