Home
last modified time | relevance | path

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

/trunk/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx44 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()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dpopupwindowcontroller.hxx38 class PopupWindowControllerImpl;
76 boost::scoped_ptr< PopupWindowControllerImpl > mpImpl;
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx134 namespace svt { class PopupWindowControllerImpl; }
375 friend class svt::PopupWindowControllerImpl;