Searched refs:m_xPropertyInfo (Results 1 – 4 of 4) sorted by relevance
70 ,m_xPropertyInfo( m_xProps->getPropertySetInfo() ) in OPropertyExport()80 OSL_ENSURE(m_xPropertyInfo.is(), "OPropertyExport::OPropertyExport: need an XPropertySetInfo!"); in OPropertyExport()93 bool bIsDynamicProperty = m_xPropertyInfo.is() in shouldExportProperty()94 …&& ( ( m_xPropertyInfo->getPropertyByName( i_propertyName ).Attributes & PropertyAttribute::REMOVE… in shouldExportProperty()150 aPropDesc = m_xPropertyInfo->getPropertyByName( *aProperty ); in exportRemainingProperties()243 Sequence< Property > aProperties = m_xPropertyInfo->getProperties(); in examinePersistence()484 Property aProperty = m_xPropertyInfo->getPropertyByName(sPropertyName); in exportGenericPropertyAttribute()701 if (!m_xPropertyInfo->hasPropertyByName(_rPropertyName)) in dbg_implCheckProperty()713 Property aPropertyDescription = m_xPropertyInfo->getPropertyByName(_rPropertyName); in dbg_implCheckProperty()
460 if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_RICH_TEXT ) ) in exportSubTags()479 const Sequence< Property > aProperties = m_xPropertyInfo->getProperties(); in exportGenericHandlerAttributes()749 if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_PERSISTENCE_MAXTEXTLENGTH ) ) in exportCommonControlAttributes()1082 if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_LINE_INCREMENT ) ) in exportSpecialAttributes()1084 else if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_SPIN_INCREMENT ) ) in exportSpecialAttributes()1491 if (m_xPropertyInfo->hasPropertyByName(PROPERTY_FORMATKEY)) in examine()1502 if (m_xPropertyInfo->hasPropertyByName(PROPERTY_ECHOCHAR)) in examine()1514 if (m_xPropertyInfo->hasPropertyByName(PROPERTY_MULTILINE)) in examine()1668 if ( m_xPropertyInfo->hasPropertyByName( PROPERTY_IMAGE_POSITION ) ) in examine()1925 … if ( m_xPropertyInfo.is() && m_xPropertyInfo->hasPropertyByName( sBoundFieldPropertyName ) ) in controlHasActiveDataBinding()[all …]
77 m_xPropertyInfo; member in xmloff::OPropertyExport
626 Reference< beans::XPropertySetInfo > m_xPropertyInfo; member in stoc_smgr::OServiceManager1078 if (! m_xPropertyInfo.is()) in getPropertySetInfo()1086 if (! m_xPropertyInfo.is()) in getPropertySetInfo()1088 m_xPropertyInfo = xInfo; in getPropertySetInfo()1091 return m_xPropertyInfo; in getPropertySetInfo()1974 if (! m_xPropertyInfo.is()) in getPropertySetInfo()1985 if (! m_xPropertyInfo.is()) in getPropertySetInfo()1987 m_xPropertyInfo = xInfo; in getPropertySetInfo()1990 return m_xPropertyInfo; in getPropertySetInfo()
Completed in 45 milliseconds