Lines Matching refs:aProperty
110 for ( ConstStringSetIterator aProperty = m_aRemainingProps.begin(); in exportRemainingProperties() local
111 aProperty != m_aRemainingProps.end(); in exportRemainingProperties()
112 ++aProperty in exportRemainingProperties()
115 DBG_CHECK_PROPERTY_NO_TYPE(*aProperty); in exportRemainingProperties()
118 const ::rtl::OUString sPropertyName = *aProperty; (void)sPropertyName; in exportRemainingProperties()
120 if ( !shouldExportProperty( *aProperty ) ) in exportRemainingProperties()
128 AddAttribute(XML_NAMESPACE_FORM, token::XML_PROPERTY_NAME, *aProperty); in exportRemainingProperties()
131 aValue = m_xProps->getPropertyValue(*aProperty); in exportRemainingProperties()
150 aPropDesc = m_xPropertyInfo->getPropertyByName( *aProperty ); in exportRemainingProperties()
484 Property aProperty = m_xPropertyInfo->getPropertyByName(sPropertyName); in exportGenericPropertyAttribute() local
485 if ((aProperty.Attributes & PropertyAttribute::MAYBEVOID) == 0) in exportGenericPropertyAttribute()