Lines Matching refs:Type

365 Any convertAny( const Any& rVal, const Type& aDestType )  in convertAny()
396 Reference<XIdlClass> TypeToIdlClass( const Type& rType ) in TYPEINIT1()
424 Type aExceptionType = aWrappedAny.getValueType(); in implGetWrappedMsg()
616 …nt32 >& sizes, const Any& aValue, sal_Int32& dimension, sal_Bool bIsZeroIndex, Type* pType = NULL ) in implSequenceToMultiDimArray()
618 Type aType = aValue.getValueType(); in implSequenceToMultiDimArray()
630 Type aElementType( ((typelib_IndirectTypeDescription *)pTD)->pType ); in implSequenceToMultiDimArray()
702 Type aType = aValue.getValueType(); in unoToSbxValue()
709 Type aType_; in unoToSbxValue()
863 Type aElementType( ((typelib_IndirectTypeDescription *)pTD)->pType ); in unoToSbxValue()
942 Type getUnoTypeForSbxBaseType( SbxDataType eType ) in getUnoTypeForSbxBaseType()
944 Type aRetType = getCppuVoidType(); in getUnoTypeForSbxBaseType()
994 Type getUnoTypeForSbxValue( SbxValue* pVal ) in getUnoTypeForSbxValue()
996 Type aRetType = getCppuVoidType(); in getUnoTypeForSbxValue()
1019 Type aElementType = getUnoTypeForSbxBaseType( (SbxDataType)(pArray->GetType() & 0xfff) ); in getUnoTypeForSbxValue()
1037 Type aType = getUnoTypeForSbxValue( (SbxVariable*)xVar ); in getUnoTypeForSbxValue()
1062 aRetType = Type( TypeClass_SEQUENCE, aSeqTypeName ); in getUnoTypeForSbxValue()
1076 Type aType = getUnoTypeForSbxValue( (SbxVariable*)xVar ); in getUnoTypeForSbxValue()
1102 aRetType = Type( TypeClass_SEQUENCE, aSeqTypeName ); in getUnoTypeForSbxValue()
1126 Any sbxToUnoValue( SbxVariable* pVar, const Type& rType, Property* pUnoProperty = NULL );
1164 Type aType = getUnoTypeForSbxValue( pVar ); in sbxToUnoValueImpl()
1231 const Type& aElemType, short nMaxDimIndex, short nActualDim, in implRekMultiDimArrayToSequence()
1241 Type aSeqType( TypeClass_SEQUENCE, aSeqTypeName ); in implRekMultiDimArrayToSequence()
1299 static bool implGetTypeByName( const String& rName, Type& rRetType ) in implGetTypeByName()
1312 rRetType = Type( xTypeDesc->getTypeClass(), xTypeDesc->getName() ); in implGetTypeByName()
1321 Any sbxToUnoValue( SbxVariable* pVar, const Type& rType, Property* pUnoProperty ) in sbxToUnoValue()
1356 Type aClassType( xIdlTargetClass->getTypeClass(), aClassName.getStr() ); in sbxToUnoValue()
1427 Type aType( xIdlClass->getTypeClass(), aClassName.getStr() ); in sbxToUnoValue()
1435 Type aType; in sbxToUnoValue()
1486 Type aElemType( ((typelib_IndirectTypeDescription *)pSeqTD)->pType ); in sbxToUnoValue()
1519 Type aCurType( rType ); in sbxToUnoValue()
1521 Type aElemType; in sbxToUnoValue()
1529 aCurType = Type( ((typelib_IndirectTypeDescription *)pSeqTD)->pType ); in sbxToUnoValue()
1636 Type aIfaceType = ::getCppuType( (const Reference< XInterface > *)0 ); in Impl_GetInterfaceInfo()
1644 Type aClassType( xClass->getTypeClass(), aClassName.getStr() ); in Impl_GetInterfaceInfo()
1753 Sequence< Type > aTypeSeq = xTypeProvider->getTypes(); in checkUnoObjectType()
1754 const Type* pTypeArray = aTypeSeq.getConstArray(); in checkUnoObjectType()
1758 const Type& rType = pTypeArray[j]; in checkUnoObjectType()
1827 Sequence< Type > aTypeSeq = xTypeProvider->getTypes(); in Impl_GetSupportedInterfaces()
1828 const Type* pTypeArray = aTypeSeq.getConstArray(); in Impl_GetSupportedInterfaces()
1832 const Type& rType = pTypeArray[j]; in Impl_GetSupportedInterfaces()
1958 eType = unoToSbxType( rProp.Type.getTypeClass() ); in Impl_DumpProperties()
1963 Type aType = rProp.Type; in Impl_DumpProperties()
2171 Any aAnyValue = sbxToUnoValue( pVar, pProp->aUnoProp.Type, &pProp->aUnoProp ); in TYPEINIT1()
2259 com::sun::star::uno::Type aType( rxClass->getTypeClass(), rxClass->getName() ); in TYPEINIT1()
2771 eSbxType = unoToSbxType( rProp.Type.getTypeClass() ); in Find()
2949 eSbxType = unoToSbxType( rProp.Type.getTypeClass() ); in implCreateAll()
3262 Type aClassType( xClass->getTypeClass(), aClassName.getStr() ); in RTL_Impl_HasInterfaces()
3740 com::sun::star::uno::Type aType( xParamTypeDesc->getTypeClass(), xParamTypeDesc->getName() ); in SFX_NOTIFY()
4089 Type aListenerType( xListenerType->getTypeClass(), xListenerType->getName() ); in createAllListenerAdapter()
4157 aAllEvent.ListenerType = Type(m_xListenerType->getTypeClass(), m_xListenerType->getName() ); in invoke()
4248 Type aClassType( xClass->getTypeClass(), aClassName.getStr() ); in SbRtl_CreateUnoListener()
4338 Type aType; in RTL_Impl_CreateUnoValue()
4368 Type aDestType( eTypeClass, aTypeName ); in RTL_Impl_CreateUnoValue()