Lines Matching refs:aProp
804 PropertyValue aProp; in handleAttribute() local
805 aProp.Name = _rLocalName; in handleAttribute()
806 aProp.Handle = nHandle; in handleAttribute()
807 aProp.Value <<= _rValue; in handleAttribute()
808 m_aValueProperties.push_back(aProp); in handleAttribute()
818 PropertyValue aProp; in handleAttribute() local
819 aProp.Name = PROPERTY_REPEAT_DELAY; in handleAttribute()
820 aProp.Value <<= (sal_Int32)( ( ( aTime.GetMSFromTime() / 1000 ) * 1000 ) + nFractions ); in handleAttribute()
822 implPushBackPropertyValue(aProp); in handleAttribute()
950 Property aProp = _rxPropInfo->getPropertyByName(_rPropValue.Name); in implTranslateValueProperty() local
959 if (TypeClass_ANY == aProp.Type.getTypeClass()) in implTranslateValueProperty()
976 _rPropValue.Value = PropertyConversion::convertString(GetImport(), aProp.Type, sValue); in implTranslateValueProperty()
2082 PropertyValue aProp; in implTranslateStringListProperty() local
2083 aProp.Name = _rPropertyName; in implTranslateStringListProperty()
2139 aProp.Value <<= aList; in implTranslateStringListProperty()
2142 implPushBackPropertyValue(aProp); in implTranslateStringListProperty()