Lines Matching refs:m_xProps
69 ,m_xProps(_rxProps) in OPropertyExport()
70 ,m_xPropertyInfo( m_xProps->getPropertySetInfo() ) in OPropertyExport()
131 aValue = m_xProps->getPropertyValue(*aProperty); in exportRemainingProperties()
272 m_xProps->getPropertyValue( _rPropertyName ) >>= sPropValue; in exportStringPropertyAttribute()
295 Any aCurrentValue = m_xProps->getPropertyValue( _rPropertyName ); in exportBooleanPropertyAttribute()
329 m_xProps->getPropertyValue( _rPropertyName ) >>= nCurrentValue; in exportInt16PropertyAttribute()
353 m_xProps->getPropertyValue( _rPropertyName ) >>= nCurrentValue; in exportInt32PropertyAttribute()
378 Any aValue = m_xProps->getPropertyValue(sPropertyName); in exportEnumPropertyAttribute()
410 …::rtl::OUString sTargetFrame = comphelper::getString(m_xProps->getPropertyValue(PROPERTY_TARGETFRA… in exportTargetFrameAttribute()
426 …::rtl::OUString sTargetLocation = comphelper::getString(m_xProps->getPropertyValue(_sPropertyName)… in exportRelativeTargetLocation()
475 Any aCurrentValue = m_xProps->getPropertyValue(sPropertyName); in exportGenericPropertyAttribute()
504 m_xProps->getPropertyValue( _rPropertyName ) >>= aItems; in exportStringSequenceAttribute()