Searched refs:PopupWindowControllerImpl (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/svtools/source/uno/ |
| H A D | popupwindowcontroller.cxx | 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() [all …]
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | popupwindowcontroller.hxx | 38 class PopupWindowControllerImpl; 76 boost::scoped_ptr< PopupWindowControllerImpl > mpImpl;
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | window.hxx | 134 namespace svt { class PopupWindowControllerImpl; } 375 friend class svt::PopupWindowControllerImpl;
|