Lines Matching refs:mpPopupWindow
56 ::Window* mpPopupWindow;
61 : mpPopupWindow( 0 ) in PopupWindowControllerImpl()
68 if( mpPopupWindow ) in ~PopupWindowControllerImpl()
74 if( mpPopupWindow ) in SetPopupWindow()
76 …mpPopupWindow->RemoveEventListener( LINK( this, PopupWindowControllerImpl, WindowEventListener ) ); in SetPopupWindow()
77 …stUserEvent( STATIC_LINK( this, PopupWindowControllerImpl, AsyncDeleteWindowHdl ), mpPopupWindow ); in SetPopupWindow()
79 mpPopupWindow = pPopupWindow; in SetPopupWindow()
82 if( mpPopupWindow ) in SetPopupWindow()
84 mpPopupWindow->AddEventListener( LINK( this, PopupWindowControllerImpl, WindowEventListener )); in SetPopupWindow()
102 if( mpPopupWindow ) in IMPL_LINK()
105 mpToolBox->CallEventListeners( VCLEVENT_DROPDOWN_OPEN, (void*)mpPopupWindow ); in IMPL_LINK()
106 mpPopupWindow->CallEventListeners( VCLEVENT_WINDOW_GETFOCUS, 0 ); in IMPL_LINK()
108 svtools::ToolbarMenu* pToolbarMenu = dynamic_cast< svtools::ToolbarMenu* >( mpPopupWindow ); in IMPL_LINK()
117 if( mpPopupWindow ) in IMPL_LINK()
119 mpPopupWindow->CallEventListeners( VCLEVENT_WINDOW_LOSEFOCUS, 0 ); in IMPL_LINK()
121 mpToolBox->CallEventListeners( VCLEVENT_DROPDOWN_CLOSE, (void*)mpPopupWindow ); in IMPL_LINK()