Lines Matching refs:m_xInfo
201 m_xInfo = m_xElement->getPropertySetInfo(); in StartElement()
264 if ( m_xInfo.is() ) in implApplySpecificProperties()
272 OSL_ENSURE(m_xInfo->hasPropertyByName(aCheck->Name), in implApplySpecificProperties()
364 const bool bExistentProperty = m_xInfo->hasPropertyByName( aPropValues->Name ); in implApplyGenericProperties()
385 m_xInfo = m_xElement->getPropertySetInfo(); in implApplyGenericProperties()
398 const Property aProperty( m_xInfo->getPropertyByName( aPropValues->Name ) ); in implApplyGenericProperties()
522 …ENSURE_OR_RETURN( m_xInfo.is(), "OElementImport::impl_matchPropertyGroup: no property set info!", … in impl_matchPropertyGroup()
535 if ( !m_xInfo->hasPropertyByName( (*prop)->propertyName ) ) in impl_matchPropertyGroup()
662 …OSL_ENSURE( m_xInfo.is(), "OPropertyImport::simulateDefaultedAttribute: the component should be mo… in simulateDefaultedAttribute()
664 if ( !m_xInfo.is() || m_xInfo->hasPropertyByName( _rPropertyName ) ) in simulateDefaultedAttribute()
855 if (!m_xInfo.is()) in StartElement()
935 implTranslateValueProperty(m_xInfo, *aValueProps); in StartElement()
1130 m_xInfo = xPropSet->getPropertySetInfo(); in createElement()
1131 if ( m_xInfo.is() && m_xInfo->hasPropertyByName(PROPERTY_ALIGN) ) in createElement()
1400 if ( m_xInfo.is() ) in StartElement()
1402 if ( m_xInfo->hasPropertyByName( PROPERTY_SPIN_INCREMENT ) ) in StartElement()
1404 else if ( m_xInfo->hasPropertyByName( PROPERTY_LINE_INCREMENT ) ) in StartElement()
1472 if (m_xElement.is() && m_xInfo.is() && m_xInfo->hasPropertyByName(PROPERTY_EMPTY_IS_NULL) ) in StartElement()
1521 if ( m_xInfo.is() ) in removeRedundantCurrentValue()
1522 bHasRichTextProperty = m_xInfo->hasPropertyByName( PROPERTY_RICH_TEXT ); in removeRedundantCurrentValue()