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() 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 [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;
|
Completed in 46 milliseconds