Lines Matching refs:PopupWindowControllerImpl
44 class PopupWindowControllerImpl class
47 PopupWindowControllerImpl();
48 ~PopupWindowControllerImpl();
53 DECL_STATIC_LINK( PopupWindowControllerImpl, AsyncDeleteWindowHdl, Window* );
60 PopupWindowControllerImpl::PopupWindowControllerImpl() in PopupWindowControllerImpl() function in svt::PopupWindowControllerImpl
66 PopupWindowControllerImpl::~PopupWindowControllerImpl() in ~PopupWindowControllerImpl()
72 void PopupWindowControllerImpl::SetPopupWindow( ::Window* pPopupWindow, ToolBox* pToolBox ) in SetPopupWindow()
76 …mpPopupWindow->RemoveEventListener( LINK( this, PopupWindowControllerImpl, WindowEventListener ) ); in SetPopupWindow()
77 …Application::PostUserEvent( STATIC_LINK( this, PopupWindowControllerImpl, AsyncDeleteWindowHdl ), … in SetPopupWindow()
84 mpPopupWindow->AddEventListener( LINK( this, PopupWindowControllerImpl, WindowEventListener )); in SetPopupWindow()
88 IMPL_LINK( PopupWindowControllerImpl, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
132 IMPL_STATIC_LINK( PopupWindowControllerImpl, AsyncDeleteWindowHdl, Window*, pWindow ) in IMPL_STATIC_LINK() argument
147 , mpImpl( new PopupWindowControllerImpl() ) in PopupWindowController()