Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DCommandDispatchContainer.cxx53 ,m_pDrawCommandDispatch( NULL ) in CommandDispatchContainer()
135 … else if ( m_pDrawCommandDispatch && m_pDrawCommandDispatch->isFeatureSupported( rURL.Complete ) ) in getDispatchForURL()
137 xResult.set( m_pDrawCommandDispatch ); in getDispatchForURL()
172 m_pDrawCommandDispatch = NULL; in DisposeAndClear()
196 m_pDrawCommandDispatch = pDispatch; in setDrawCommandDispatch()
H A DCommandDispatchContainer.hxx118 DrawCommandDispatch* getDrawCommandDispatch() { return m_pDrawCommandDispatch; } in getDrawCommandDispatch()
144 DrawCommandDispatch* m_pDrawCommandDispatch; member in chart::CommandDispatchContainer