Lines Matching refs:Control
49 ListBox::ListBox( WindowType nType ) : Control( nType ) in ListBox()
56 ListBox::ListBox( Window* pParent, WinBits nStyle ) : Control( WINDOW_LISTBOX ) in ListBox()
65 Control( WINDOW_LISTBOX ) in ListBox()
117 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit()
208 Control::ImplLoadRes( rResId ); in ImplLoadRes()
537 Control::GetFocus(); in GetFocus()
552 return Control::GetPreferredKeyInputWindow(); in GetPreferredKeyInputWindow()
564 Control::LoseFocus(); in LoseFocus()
571 Control::DataChanged( rDCEvt ); in DataChanged()
675 Control::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
751 Control::Resize(); in Resize()
759 const Control* pMainWin = mpImplLB->GetMainWindow(); in FillLayoutData()
786 long nIndex = Control::GetIndexForPoint( rPoint ); in GetIndexForPoint()
942 Control::StateChanged( nType ); in StateChanged()
1029 return nDone ? nDone : Control::PreNotify( rNEvt ); in PreNotify()
1421 return Control::GetOptimalSize( eType ); in GetOptimalSize()