Lines Matching refs:DisplayConnection
65 DisplayConnection::DisplayConnection() in DisplayConnection() function in DisplayConnection
81 DisplayConnection::~DisplayConnection() in ~DisplayConnection()
84 void DisplayConnection::start() in start()
90 void DisplayConnection::terminate() in terminate()
108 void SAL_CALL DisplayConnection::addEventHandler( const Any& /*window*/, const css::uno::Reference<… in addEventHandler()
115 void SAL_CALL DisplayConnection::removeEventHandler( const Any& /*window*/, const css::uno::Referen… in removeEventHandler()
122 void SAL_CALL DisplayConnection::addErrorHandler( const css::uno::Reference< XEventHandler >& handl… in addErrorHandler()
129 void SAL_CALL DisplayConnection::removeErrorHandler( const css::uno::Reference< XEventHandler >& ha… in removeErrorHandler()
136 Any SAL_CALL DisplayConnection::getIdentifier() throw() in getIdentifier()
141 bool DisplayConnection::dispatchEvent( void* pData, int nBytes ) in dispatchEvent()
159 bool DisplayConnection::dispatchErrorEvent( void* pData, int nBytes ) in dispatchErrorEvent()