Lines Matching refs:m_xModel
180 return m_xModel; in getInspectorModel()
190 if ( !m_xModel.is() ) in impl_initializeView_nothrow()
196 getPropertyBox().EnableHelpSection( m_xModel->getHasHelpSection() ); in impl_initializeView_nothrow()
197 …getPropertyBox().SetHelpLineLimites( m_xModel->getMinHelpTextLines(), m_xModel->getMaxHelpTextLine… in impl_initializeView_nothrow()
220 if ( !m_xModel.is() ) in impl_isReadOnlyModel_throw()
223 return m_xModel->getIsReadOnly(); in impl_isReadOnlyModel_throw()
231 Reference< XPropertySet > xModelProperties( m_xModel, UNO_QUERY ); in impl_startOrStopModelListening_nothrow()
255 m_xModel = _rxInspectorModel; in impl_bindToNewModel_nothrow()
272 if ( m_xModel == _inspectorModel ) in setInspectorModel()
751 if ( _rEvent.Source == m_xModel ) in propertyChange()
1114 if ( m_xModel.is() ) in doInspection()
1115 nRelativePropertyOrder = m_xModel->getPropertyOrderIndex( sourceProps->Name ); in doInspection()
1207 if ( m_xModel.is() ) in impl_buildCategories_throw()
1208 aCategories = m_xModel->describeCategories(); in impl_buildCategories_throw()
1318 … Sequence< PropertyCategoryDescriptor > aCategories( m_xModel->describeCategories() ); in UpdateUI()
1516 if ( m_xModel.is() ) in getPropertyHandlers()
1517 aHandlerFactories = m_xModel->getHandlerFactories(); in getPropertyHandlers()