Lines Matching refs:PopupWindowController

143 PopupWindowController::PopupWindowController( const Reference< lang::XMultiServiceFactory >& rServi…  in PopupWindowController()  function in svt::PopupWindowController
151 PopupWindowController::~PopupWindowController() in ~PopupWindowController()
156 Any SAL_CALL PopupWindowController::queryInterface( const Type& aType ) in queryInterface()
166 void SAL_CALL PopupWindowController::acquire() throw () in acquire()
171 void SAL_CALL PopupWindowController::release() throw () in release()
177 sal_Bool SAL_CALL PopupWindowController::supportsService( const OUString& ServiceName ) throw(Runti… in supportsService()
190 void SAL_CALL PopupWindowController::initialize( const ::com::sun::star::uno::Sequence< ::com::sun:… in initialize()
198 void SAL_CALL PopupWindowController::dispose() throw (RuntimeException) in dispose()
208 void SAL_CALL PopupWindowController::statusChanged( const frame::FeatureStateEvent& rEvent ) throw … in statusChanged()
215 void SAL_CALL PopupWindowController::execute( sal_Int16 KeyModifier ) throw (RuntimeException) in execute()
220 void SAL_CALL PopupWindowController::click() throw (RuntimeException) in click()
225 void SAL_CALL PopupWindowController::doubleClick() throw (RuntimeException) in doubleClick()
230 Reference< awt::XWindow > SAL_CALL PopupWindowController::createPopupWindow() throw (RuntimeExcepti… in createPopupWindow()
251 Reference< awt::XWindow > SAL_CALL PopupWindowController::createItemWindow( const Reference< awt::X… in createItemWindow()