Home
last modified time | relevance | path

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

/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx944 Type aRetType = getCppuVoidType(); in getUnoTypeForSbxBaseType() local
948 case SbxNULL: aRetType = ::getCppuType( (const Reference< XInterface > *)0 ); break; in getUnoTypeForSbxBaseType()
949 case SbxINTEGER: aRetType = ::getCppuType( (sal_Int16*)0 ); break; in getUnoTypeForSbxBaseType()
950 case SbxLONG: aRetType = ::getCppuType( (sal_Int32*)0 ); break; in getUnoTypeForSbxBaseType()
951 case SbxSINGLE: aRetType = ::getCppuType( (float*)0 ); break; in getUnoTypeForSbxBaseType()
952 case SbxDOUBLE: aRetType = ::getCppuType( (double*)0 ); break; in getUnoTypeForSbxBaseType()
953 case SbxCURRENCY: aRetType = ::getCppuType( (oleautomation::Currency*)0 ); break; in getUnoTypeForSbxBaseType()
954 case SbxDECIMAL: aRetType = ::getCppuType( (oleautomation::Decimal*)0 ); break; in getUnoTypeForSbxBaseType()
958 aRetType = ::getCppuType( (double*)0 ); in getUnoTypeForSbxBaseType()
960 aRetType = ::getCppuType( (oleautomation::Date*)0 ); in getUnoTypeForSbxBaseType()
[all …]
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx306 Type aRetType(xRetType->getTypeClass(), xRetType->getName()); in approveFiring() local
307 convertToEventReturn( aRet, aRetType ); in approveFiring()
357 Type aRetType(xRetType->getTypeClass(), xRetType->getName()); in approveFiring() local
359 convertToEventReturn( aRet, aRetType ); in approveFiring()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx520 Type aRetType( xRetType->getTypeClass(), xRetType->getName() ); in approveFiring() local
521 convertToEventReturn( aRet, aRetType ); in approveFiring()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx766 Type aRetType; in getElementType() local
767 return aRetType; in getElementType()