Home
last modified time | relevance | path

Searched refs:CheckBoxControl (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx253 CheckBoxControl::CheckBoxControl(Window* pParent, WinBits nWinStyle) in CheckBoxControl() function in svt::CheckBoxControl
270 pBox->SetClickHdl( LINK( this, CheckBoxControl, OnClick ) ); in CheckBoxControl()
275 CheckBoxControl::~CheckBoxControl() in ~CheckBoxControl()
281 IMPL_LINK( CheckBoxControl, OnClick, void*, EMPTYARG ) in IMPL_LINK() argument
288 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 …]
H A Deditbrowsebox.cxx150 pCheckBoxPaint = new CheckBoxControl(&GetDataWindow()); in impl_construct()
/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx288 class SVT_DLLPUBLIC CheckBoxControl : public Control class
295 CheckBoxControl(Window* pParent, WinBits nWinStyle = 0);
296 ~CheckBoxControl();
326 CheckBoxCellController(CheckBoxControl* pWin):CellController(pWin){} in CheckBoxCellController()
499 CheckBoxControl* pCheckBoxPaint;
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1670 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 …]
/trunk/main/dbaccess/source/ui/inc/
H A DTableGrantCtrl.hxx69 ::svt::CheckBoxControl* m_pCheckCell;
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx90 ::svt::CheckBoxControl* m_pVisibleCell;
H A DSelectionBrowseBox.cxx181 m_pVisibleCell = new CheckBoxControl(&GetDataWindow()); in DBG_NAME()
/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx159 m_pCheckCell = new CheckBoxControl( &GetDataWindow() ); in Init()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx192 ::svt::CheckBoxControl aCellCheckBox;

Completed in 205 milliseconds