Home
last modified time | relevance | path

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

/aoo4110/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx77 m_bIndeterminate( false ) in DBG_NAME()
88 m_bIndeterminate = ( m_pToolBox->GetItemState( m_nItemId ) == STATE_DONTKNOW ); in DBG_NAME()
201 if ( m_bIndeterminate != _bIndeterminate ) in SetIndeterminate()
204 if ( m_bIndeterminate ) in SetIndeterminate()
208 m_bIndeterminate = _bIndeterminate; in SetIndeterminate()
435 if ( m_bIndeterminate ) in getAccessibleStateSet()
H A Dvclxaccessiblecheckbox.cxx60 m_bIndeterminate = IsIndeterminate(); in VCLXAccessibleCheckBox()
115 if ( m_bIndeterminate != bIndeterminate ) in SetIndeterminate()
118 if ( m_bIndeterminate ) in SetIndeterminate()
122 m_bIndeterminate = bIndeterminate; in SetIndeterminate()
/aoo4110/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibletoolboxitem.hxx67 bool m_bIndeterminate; member in VCLXAccessibleToolBoxItem
98 inline bool IsIndeterminate() const { return m_bIndeterminate; } in IsIndeterminate()
H A Dvclxaccessiblecheckbox.hxx52 bool m_bIndeterminate; member in VCLXAccessibleCheckBox

Completed in 28 milliseconds