Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/controller/main/
H A DChartController.cxx269 ChartController::TheModelRef::TheModelRef( TheModel* pTheModel, ::osl::Mutex& rMutex ) in TheModelRef() function in chart::ChartController::TheModelRef
276 ChartController::TheModelRef::TheModelRef( const TheModelRef& rTheModel, ::osl::Mutex& rMutex ) in TheModelRef() function in chart::ChartController::TheModelRef
284 ChartController::TheModelRef& ChartController::TheModelRef::operator=(TheModel* pTheModel) in operator =()
296 ChartController::TheModelRef& ChartController::TheModelRef::operator=(const TheModelRef& rTheModel) in operator =()
309 ChartController::TheModelRef::~TheModelRef() in ~TheModelRef()
315 sal_Bool ChartController::TheModelRef::is() const in is()
547 TheModelRef aOldModelRef(m_aModel,m_aModelMutex); in attachModel()
644 TheModelRef aModelRef( m_aModel, m_aModelMutex); in getModel()
826 TheModelRef aModelRef( m_aModel, m_aModelMutex); in dispose()
897 TheModelRef aModelRef( m_aModel, m_aModelMutex); in queryClosing()
[all …]
H A DChartController.hxx494 class TheModelRef;
495 friend class ChartController::TheModelRef;
533 class TheModelRef class in chart::ChartController
536 TheModelRef( TheModel* pTheModel, ::osl::Mutex& rMutex );
537 TheModelRef( const TheModelRef& rTheModel, ::osl::Mutex& rMutex );
538 TheModelRef& operator=(ChartController::TheModel* pTheModel);
539 TheModelRef& operator=(const TheModelRef& rTheModel);
540 virtual ~TheModelRef();
560 TheModelRef m_aModel;

Completed in 26 milliseconds