Lines Matching refs:TextWindow
58 class TextWindow : public Window class
71 TextWindow( Window* pParent );
72 ~TextWindow();
109 TextWindow* mpTextWindow;
174 TextWindow* GetTextWindow() { return mpTextWindow; } in GetTextWindow()
188 mpTextWindow = new TextWindow( pEdt ); in ImpSvMEdit()
749 TextWindow::TextWindow( Window* pParent ) : Window( pParent ) in TextWindow() function in TextWindow
775 TextWindow::~TextWindow() in ~TextWindow()
781 void TextWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
787 void TextWindow::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
796 void TextWindow::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
802 void TextWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput()
843 void TextWindow::Paint( const Rectangle& rRect ) in Paint()
848 void TextWindow::Resize() in Resize()
852 void TextWindow::Command( const CommandEvent& rCEvt ) in Command()
942 void TextWindow::GetFocus() in GetFocus()
969 void TextWindow::LoseFocus() in LoseFocus()
980 TextWindow::GetComponentInterface(sal_Bool bCreate) in GetComponentInterface()