Searched refs:m_aModel (Results 1 – 6 of 6) sorted by relevance
118 , m_aModel( NULL, m_aModelMutex ) in DBG_NAME()495 if(m_pChartWindow && m_aModel.is() ) in modeChanged()544 TheModelRef aOldModelRef(m_aModel,m_aModelMutex); in attachModel()545 m_aModel = aNewModelRef; in attachModel()641 TheModelRef aModelRef( m_aModel, m_aModelMutex); in getModel()774 if( m_aModel.is()) in dispose()821 TheModelRef aModelRef( m_aModel, m_aModelMutex); in dispose()822 m_aModel = NULL; in dispose()889 TheModelRef aModelRef( m_aModel, m_aModelMutex); in queryClosing()920 TheModelRef aModelRef( m_aModel, m_aModelMutex); in notifyClosing()[all …]
516 TheModelRef m_aModel; member in chart::ChartController
920 …if( DiagramHelper::switchDiagramPositioningToExcludingPositioning( m_aModel->getModel(), true, tru… in impl_switchDiagramPositioningToExcludingPositioning()
1597 if( m_aModel.is()) in requestQuickHelp()
81 aValue.Value >>= m_aModel; in initialize()89 return m_aModel; in getModel()
45 com::sun::star::uno::Reference <com::sun::star::xforms::XModel> m_aModel; member in CLibxml2XFormsExtension