Searched refs:bTristate (Results 1 – 1 of 1) sorted by relevance
1688 sal_Bool bTristate = sal_True; in Init() local1689 OSL_VERIFY( xModel->getPropertyValue( FM_PROP_TRISTATE ) >>= bTristate ); in Init()1690 static_cast< CheckBoxControl* >( m_pWindow )->GetBox().EnableTriState( bTristate ); in Init()1691 static_cast< CheckBoxControl* >( m_pPainter )->GetBox().EnableTriState( bTristate ); in Init()
Completed in 24 milliseconds