Searched refs:aPropType (Results 1 – 3 of 3) sorted by relevance
453 ::com::sun::star::uno::Type aPropType; // the type of the property the instance imports currently in StartElement()491 aPropType = PropertyConversion::xmlTypeToUnoType( sType ); in StartElement()492 if( TypeClass_VOID == aPropType.getTypeClass() ) in StartElement()499 PropertyConversion::convertString(GetImport(), aPropType, in StartElement()
1253 Type aPropType = aProp.Type; in test_introsp() local1254 OString aTypeNameStr( OUStringToOString(aPropType.getTypeName(), RTL_TEXTENCODING_ASCII_US) ); in test_introsp()
474 Type aPropType = rProp.Type; in setPropertyValueByIndex() local475 ::rtl::OUString aTypeName( aPropType.getTypeName() ); in setPropertyValueByIndex()484 aRealValue = valInterface->queryInterface( aPropType ); in setPropertyValueByIndex()
Completed in 49 milliseconds