Lines Matching refs:CheckBoxControl

1670     m_pWindow  = new CheckBoxControl( &rParent );  in Init()
1671 m_pPainter = new CheckBoxControl( &rParent ); in Init()
1690 static_cast< CheckBoxControl* >( m_pWindow )->GetBox().EnableTriState( bTristate ); in Init()
1691 static_cast< CheckBoxControl* >( m_pPainter )->GetBox().EnableTriState( bTristate ); in Init()
1704 return new CheckBoxCellController((CheckBoxControl*)m_pWindow); in CreateController()
1708 CheckBoxControl* _pCheckBoxControl ) in lcl_setCheckBoxState()
1730 lcl_setCheckBoxState( _rxField, static_cast<CheckBoxControl*>(m_pWindow) ); in UpdateFromField()
1738 lcl_setCheckBoxState( _rxField, static_cast<CheckBoxControl*>(m_pPainter) ); in PaintFieldToCell()
1749 …static_cast< CheckBoxControl* >( m_pWindow )->GetBox().SetState( static_cast< TriState >( nState )… in updateFromModel()
1756 …Any aVal = makeAny( (sal_Int16)( static_cast< CheckBoxControl* >( m_pWindow )->GetBox().GetState()… in commitControl()
1759 makeAny( (sal_Int16)( static_cast< CheckBoxControl* >( m_pWindow )->GetBox().GetState() ) ) ); in commitControl()
2765 ((CheckBoxControl*)m_pWindow)->SetClickHdl( Link() ); in ~DbFilterField()
2820 m_pWindow = new CheckBoxControl(pParent); in CreateControl()
2822 ((CheckBoxControl*)m_pWindow)->SetClickHdl( LINK( this, DbFilterField, OnClick ) ); in CreateControl()
2824 m_pPainter = new CheckBoxControl(pParent); in CreateControl()
2918 xController = new CheckBoxCellController((CheckBoxControl*)m_pWindow); in CreateController()
3039 ((CheckBoxControl*)m_pWindow)->GetBox().SetState(eState); in SetText()
3040 ((CheckBoxControl*)m_pPainter)->GetBox().SetState(eState); in SetText()
3194 TriState eState = ((CheckBoxControl*)m_pWindow)->GetBox().GetState(); in IMPL_LINK()
3929 ,m_pBox( & static_cast< CheckBoxControl& >( _rControl.GetWindow() ).GetBox() ) in FmXCheckBoxCell()
3954 static_cast< CheckBoxControl& >( m_pCellControl->GetWindow() ).SetClickHdl(Link()); in disposing()