Searched refs:m_xPropertyState (Results 1 – 6 of 6) sorted by relevance
383 m_xPropertyState.clear(); in inspect()397 m_xPropertyState = m_xPropertyState.query( m_xComponent ); in inspect()492 if ( m_xPropertyState.is() ) in getPropertyState()493 eState = m_xPropertyState->getPropertyState( _rPropertyName ); in getPropertyState()
818 if ( m_xPropertyState.is() ) in getPropertyState()819 return m_xPropertyState->getPropertyState( _rPropertyName ); in getPropertyState()848 m_xPropertyState.set( m_xComponent, UNO_QUERY ); in onNewComponent()1197 …if (m_xPropertyState.is() && ((PROPERTY_ID_VALUEMIN == nPropId) || (PROPERTY_ID_VALUEMAX == nPropI… in describePropertyLine()1200 if ( m_xPropertyState->getPropertyDefault( aProperty.Name ) >>= nDefault ) in describePropertyLine()
77 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState > m_xPropertyState;
75 …:sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState > m_xPropertyState;
71 ,m_xPropertyState( _rxProps, UNO_QUERY ) in OPropertyExport()91 bool bIsDefaultValue = m_xPropertyState.is() in shouldExportProperty()92 … && ( PropertyState_DEFAULT_VALUE == m_xPropertyState->getPropertyState( i_propertyName ) ); in shouldExportProperty()
79 m_xPropertyState; member in xmloff::OPropertyExport
Completed in 47 milliseconds