Searched refs:CheckBoxControl (Results 1 – 9 of 9) sorted by relevance
253 CheckBoxControl::CheckBoxControl(Window* pParent, WinBits nWinStyle) in CheckBoxControl() function in svt::CheckBoxControl270 pBox->SetClickHdl( LINK( this, CheckBoxControl, OnClick ) ); in CheckBoxControl()275 CheckBoxControl::~CheckBoxControl() in ~CheckBoxControl()281 IMPL_LINK( CheckBoxControl, OnClick, void*, EMPTYARG ) in IMPL_LINK() argument288 void CheckBoxControl::Resize() in Resize()302 void CheckBoxControl::StateChanged( StateChangedType nStateChange ) in StateChanged()316 void CheckBoxControl::GetFocus() in GetFocus()322 void CheckBoxControl::Paint(const Rectangle& rClientRect) in Paint()330 long CheckBoxControl::PreNotify(NotifyEvent& rEvt) in PreNotify()355 return ((CheckBoxControl &)GetWindow()).GetBox(); in GetCheckBox()[all …]
150 pCheckBoxPaint = new CheckBoxControl(&GetDataWindow()); in impl_construct()
288 class SVT_DLLPUBLIC CheckBoxControl : public Control class295 CheckBoxControl(Window* pParent, WinBits nWinStyle = 0);296 ~CheckBoxControl();326 CheckBoxCellController(CheckBoxControl* pWin):CellController(pWin){} in CheckBoxCellController()499 CheckBoxControl* pCheckBoxPaint;
1670 m_pWindow = new CheckBoxControl( &rParent ); in Init()1671 m_pPainter = new CheckBoxControl( &rParent ); 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()2765 ((CheckBoxControl*)m_pWindow)->SetClickHdl( Link() ); in ~DbFilterField()2820 m_pWindow = new CheckBoxControl(pParent); in CreateControl()2824 m_pPainter = new CheckBoxControl(pParent); in CreateControl()3039 ((CheckBoxControl*)m_pWindow)->GetBox().SetState(eState); in SetText()3040 ((CheckBoxControl*)m_pPainter)->GetBox().SetState(eState); in SetText()[all …]
69 ::svt::CheckBoxControl* m_pCheckCell;
90 ::svt::CheckBoxControl* m_pVisibleCell;
181 m_pVisibleCell = new CheckBoxControl(&GetDataWindow()); in DBG_NAME()
159 m_pCheckCell = new CheckBoxControl( &GetDataWindow() ); in Init()
192 ::svt::CheckBoxControl aCellCheckBox;
Completed in 184 milliseconds