Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx112 bool AccessibleBase::CheckDisposeState( bool bThrowException /* default: true */ ) const in CheckDisposeState() function in chart::AccessibleBase
223 CheckDisposeState(); in AddState()
230 CheckDisposeState(); in RemoveState()
577 CheckDisposeState(); in getAccessibleChild()
625 CheckDisposeState(); in getAccessibleParent()
635 CheckDisposeState(); in getAccessibleIndexInParent()
676 CheckDisposeState(); in getLocale()
698 CheckDisposeState(); in getAccessibleAtPoint()
777 CheckDisposeState(); in getLocation()
784 CheckDisposeState(); in getLocationOnScreen()
[all …]
H A DAccessibleChartElement.cxx90 OSL_ASSERT( CheckDisposeState( false /* don't throw exceptions */ ) ); in ~AccessibleChartElement()
231 CheckDisposeState(); in getFont()
258 CheckDisposeState(); in getToolTipText()
H A DAccessibleChartShape.cxx84 OSL_ASSERT( CheckDisposeState( false /* don't throw exceptions */ ) ); in ~AccessibleChartShape()
/trunk/main/chart2/source/controller/inc/
H A DAccessibleBase.hxx128 bool CheckDisposeState( bool bThrowException = true ) const;