Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DChartController.cxx543 TheModelRef aNewModelRef( new TheModel( xModel), m_aModelMutex); in attachModel() local
545 m_aModel = aNewModelRef; in attachModel()
566 aNewModelRef->addListener( this ); in attachModel()
569 m_aDispatchContainer.setModel( aNewModelRef->getModel()); in attachModel()
593 …uno::Reference< util::XModifyBroadcaster > xMBroadcaster( aNewModelRef->getModel(),uno::UNO_QUERY … in attachModel()