Home
last modified time | relevance | path

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

/AOO41X/main/svx/workben/
H A Dedittest.cxx256 class MyView : public WorkWindow class
263 MyView( Window* pParent, EditEngine* pEditEngine );
264 ~MyView();
277 MyView::MyView( Window* pParent, EditEngine* pEE ) : WorkWindow( pParent, WinBits( WB_STDWORK ) ) in MyView() function in MyView
288 MyView::~MyView() in ~MyView()
294 void __EXPORT MyView::Paint( const Rectangle& rRec ) in Paint()
299 void __EXPORT MyView::Resize() in Resize()
311 void __EXPORT MyView::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
316 void __EXPORT MyView::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
328 void __EXPORT MyView::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
[all …]