Lines Matching refs:aType

281 SbUnoObject* createOLEObject_Impl( const String& aType )  in createOLEObject_Impl()  argument
305 ::rtl::OUString aOLEType = aType; in createOLEObject_Impl()
314 pUnoObj = new SbUnoObject( aType, aAny ); in createOLEObject_Impl()
618 Type aType = aValue.getValueType(); in implSequenceToMultiDimArray() local
619 TypeClass eTypeClass = aType.getTypeClass(); in implSequenceToMultiDimArray()
626 Reference< XIdlClass > xIdlTargetClass = TypeToIdlClass( aType ); in implSequenceToMultiDimArray()
629 aType.getDescription( &pTD ); in implSequenceToMultiDimArray()
702 Type aType = aValue.getValueType(); in unoToSbxValue() local
703 TypeClass eTypeClass = aType.getTypeClass(); in unoToSbxValue()
856 Reference< XIdlClass > xIdlTargetClass = TypeToIdlClass( aType ); in unoToSbxValue()
861 aType.getDescription( &pTD ); in unoToSbxValue()
1037 Type aType = getUnoTypeForSbxValue( (SbxVariable*)xVar ); in getUnoTypeForSbxValue() local
1040 if( aType.getTypeClass() == TypeClass_VOID ) in getUnoTypeForSbxValue()
1048 aElementType = aType; in getUnoTypeForSbxValue()
1051 else if( aElementType != aType ) in getUnoTypeForSbxValue()
1076 Type aType = getUnoTypeForSbxValue( (SbxVariable*)xVar ); in getUnoTypeForSbxValue() local
1079 if( aType.getTypeClass() == TypeClass_VOID ) in getUnoTypeForSbxValue()
1086 aElementType = aType; in getUnoTypeForSbxValue()
1089 else if( aElementType != aType ) in getUnoTypeForSbxValue()
1164 Type aType = getUnoTypeForSbxValue( pVar ); in sbxToUnoValueImpl() local
1165 TypeClass eType = aType.getTypeClass(); in sbxToUnoValueImpl()
1180 aType = ::getCppuType( (sal_Int8*)0 ); in sbxToUnoValueImpl()
1182 aType = ::getCppuType( (sal_Int16*)0 ); in sbxToUnoValueImpl()
1184 aType = ::getCppuType( (sal_Int32*)0 ); in sbxToUnoValueImpl()
1192 aType = ::getCppuType( (sal_Int8*)0 ); in sbxToUnoValueImpl()
1199 aType = ::getCppuType( (sal_Int8*)0 ); in sbxToUnoValueImpl()
1201 aType = ::getCppuType( (sal_Int16*)0 ); in sbxToUnoValueImpl()
1208 aType = ::getCppuType( (sal_uInt8*)0 ); in sbxToUnoValueImpl()
1215 aType = ::getCppuType( (sal_uInt8*)0 ); in sbxToUnoValueImpl()
1217 aType = ::getCppuType( (sal_uInt16*)0 ); in sbxToUnoValueImpl()
1224 return sbxToUnoValue( pVar, aType ); in sbxToUnoValueImpl()
1427 Type aType( xIdlClass->getTypeClass(), aClassName.getStr() ); in sbxToUnoValue() local
1428 aRetVal <<= aType; in sbxToUnoValue()
1435 Type aType; in sbxToUnoValue() local
1436 bool bSuccess = implGetTypeByName( aTypeName, aType ); in sbxToUnoValue()
1438 aRetVal <<= aType; in sbxToUnoValue()
1963 Type aType = rProp.Type; in Impl_DumpProperties() local
1964 if( aType.getTypeClass() == TypeClass_SEQUENCE ) in Impl_DumpProperties()
2237 const Reference< XIdlClass >& rxClass = rInfo.aType; in TYPEINIT1()
2256 const Reference< XIdlClass >& rxClass = rInfo.aType; in TYPEINIT1()
2259 com::sun::star::uno::Type aType( rxClass->getTypeClass(), rxClass->getName() ); in TYPEINIT1() local
2262 pAnyArgs[i] = sbxToUnoValue( pParams->Get( (sal_uInt16)(i+1) ), aType ); in TYPEINIT1()
3740 com::sun::star::uno::Type aType( xParamTypeDesc->getTypeClass(), xParamTypeDesc->getName() ); in SFX_NOTIFY() local
3743 pAnyArgs[i] = sbxToUnoValue( pParams->Get( iSbx ), aType ); in SFX_NOTIFY()
4338 Type aType; in RTL_Impl_CreateUnoValue() local
4339 bool bSuccess = implGetTypeByName( aValTypeName, aType ); in RTL_Impl_CreateUnoValue()
4342 Any aTypeAny( aType ); in RTL_Impl_CreateUnoValue()