Searched refs:UserInputInterception (Results 1 – 4 of 4) sorted by relevance
130 …UserInputInterception::UserInputInterception( ::cppu::OWeakObject& _rControllerImpl, ::osl::Mutex&… in UserInputInterception() function in sfx2::UserInputInterception136 UserInputInterception::~UserInputInterception() in ~UserInputInterception()141 …void UserInputInterception::addKeyHandler( const Reference< XKeyHandler >& _rxHandler ) throw (Run… in addKeyHandler()148 …void UserInputInterception::removeKeyHandler( const Reference< XKeyHandler >& _rxHandler ) throw (… in removeKeyHandler()154 …void UserInputInterception::addMouseClickHandler( const Reference< XMouseClickHandler >& _rxHandle… in addMouseClickHandler()161 …void UserInputInterception::removeMouseClickHandler( const Reference< XMouseClickHandler >& _rxHan… in removeMouseClickHandler()167 bool UserInputInterception::hasKeyHandlers() const in hasKeyHandlers()173 bool UserInputInterception::hasMouseClickListeners() const in hasMouseClickListeners()179 bool UserInputInterception::handleNotifyEvent( const NotifyEvent& _rEvent ) in handleNotifyEvent()
454 ::sfx2::UserInputInterception m_aUserInputInterception;
52 class SFX2_DLLPUBLIC UserInputInterception : public ::boost::noncopyable class55 UserInputInterception( ::cppu::OWeakObject& _rControllerImpl, ::osl::Mutex& _rMutex );56 ~UserInputInterception();
230 ::sfx2::UserInputInterception m_aUserInputInterception;
Completed in 47 milliseconds