Home
last modified time | relevance | path

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

/AOO42X/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 …]
/AOO42X/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx321 Type aRetType(xRetType->getTypeClass(), xRetType->getName()); in approveFiring() local
322 convertToEventReturn( aRet, aRetType ); in approveFiring()
372 Type aRetType(xRetType->getTypeClass(), xRetType->getName()); in approveFiring() local
374 convertToEventReturn( aRet, aRetType ); in approveFiring()
/AOO42X/main/eventattacher/source/
H A Deventattacher.cxx541 Type aRetType( xRetType->getTypeClass(), xRetType->getName() ); in approveFiring() local
542 convertToEventReturn( aRet, aRetType ); in approveFiring()
/AOO42X/main/stoc/test/
H A Dtestintrosp.cxx797 Type aRetType; in getElementType() local
798 return aRetType; in getElementType()