Lines Matching refs:Window
58 class TextWindow : public Window
71 TextWindow( Window* pParent );
749 TextWindow::TextWindow( Window* pParent ) : Window( pParent ) in TextWindow()
784 Window::MouseMove( rMEvt ); in MouseMove()
791 Window::MouseButtonDown( rMEvt ); in MouseButtonDown()
799 Window::MouseButtonUp( rMEvt ); in MouseButtonUp()
840 Window::KeyInput( rKEvent ); in KeyInput()
939 Window::Command( rCEvt ); in Command()
944 Window::GetFocus(); in GetFocus()
971 Window::LoseFocus(); in LoseFocus()
983 Window::GetComponentInterface(false)); in GetComponentInterface()
992 MultiLineEdit::MultiLineEdit( Window* pParent, WinBits nWinStyle ) in MultiLineEdit()
1004 MultiLineEdit::MultiLineEdit( Window* pParent, const ResId& rResId ) in MultiLineEdit()
1279 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcMinimumSize()
1290 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcAdjustedSize()
1311 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcSize()