Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx373 if ( m_aCurrentSelectionOID.isValid() ) in selectionChanged()
375 NotifyEvent( LOST_SELECTION, m_aCurrentSelectionOID ); in selectionChanged()
381 m_aCurrentSelectionOID = aSelectedOID; in selectionChanged()
/trunk/main/chart2/source/controller/inc/
H A DAccessibleChartView.hxx133 AccessibleUniqueId m_aCurrentSelectionOID; member in chart::AccessibleChartView