Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/controller/main/
H A DChartController.cxx164 ChartController::TheModel::TheModel( const uno::Reference< frame::XModel > & xModel ) in TheModel() function in chart::ChartController::TheModel
174 ChartController::TheModel::~TheModel() in ~TheModel()
178 void ChartController::TheModel::SetOwnerShip( sal_Bool bGetsOwnership ) in SetOwnerShip()
184 void ChartController::TheModel::addListener( ChartController* pController ) in addListener()
205 void ChartController::TheModel::removeListener( ChartController* pController ) in removeListener()
216 void ChartController::TheModel::tryTermination() in tryTermination()
269 ChartController::TheModelRef::TheModelRef( TheModel* pTheModel, ::osl::Mutex& rMutex ) in TheModelRef()
284 ChartController::TheModelRef& ChartController::TheModelRef::operator=(TheModel* pTheModel) in operator =()
299 TheModel* pNew=rTheModel.operator->(); in operator =()
546 TheModelRef aNewModelRef( new TheModel( xModel), m_aModelMutex); in attachModel()
H A DChartController.hxx506 class TheModel : public RefCountable class in chart::ChartController
509 TheModel( const ::com::sun::star::uno::Reference<
512 virtual ~TheModel();
536 TheModelRef( TheModel* pTheModel, ::osl::Mutex& rMutex );
538 TheModelRef& operator=(ChartController::TheModel* pTheModel);
542 TheModel* operator->() const { return m_pTheModel; } in operator ->()
544 TheModel* m_pTheModel;

Completed in 21 milliseconds