Home
last modified time | relevance | path

Searched refs:m_aModel (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DChartController.cxx118 , 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 …]
H A DChartController.hxx516 TheModelRef m_aModel; member in chart::ChartController
H A DChartController_Tools.cxx920 …if( DiagramHelper::switchDiagramPositioningToExcludingPositioning( m_aModel->getModel(), true, tru… in impl_switchDiagramPositioningToExcludingPositioning()
H A DChartController_Window.cxx1597 if( m_aModel.is()) in requestQuickHelp()
/trunk/main/forms/source/xforms/xpathlib/
H A Dextension.cxx81 aValue.Value >>= m_aModel; in initialize()
89 return m_aModel; in getModel()
H A Dextension.hxx45 com::sun::star::uno::Reference <com::sun::star::xforms::XModel> m_aModel; member in CLibxml2XFormsExtension