Lines Matching refs:CWinClipbImpl
69 CWinClipbImpl* CWinClipbImpl::s_pCWinClipbImpl = NULL;
70 osl::Mutex CWinClipbImpl::s_aMutex;
76 CWinClipbImpl::CWinClipbImpl( const OUString& aClipboardName, CWinClipboard* theWinClipboard ) : in CWinClipbImpl() function in CWinClipbImpl
93 CWinClipbImpl::~CWinClipbImpl( ) in ~CWinClipbImpl()
106 Reference< XTransferable > SAL_CALL CWinClipbImpl::getContents( ) throw( RuntimeException ) in getContents()
146 void SAL_CALL CWinClipbImpl::setContents( in setContents()
176 OUString SAL_CALL CWinClipbImpl::getName( ) throw( RuntimeException ) in getName()
185 sal_Int8 SAL_CALL CWinClipbImpl::getRenderingCapabilities( ) throw( RuntimeException ) in getRenderingCapabilities()
194 void SAL_CALL CWinClipbImpl::flushClipboard( ) throw( RuntimeException ) in flushClipboard()
215 void SAL_CALL CWinClipbImpl::registerClipboardViewer( ) in registerClipboardViewer()
217 m_MtaOleClipboard.registerClipViewer( CWinClipbImpl::onClipboardContentChanged ); in registerClipboardViewer()
224 void SAL_CALL CWinClipbImpl::unregisterClipboardViewer( ) in unregisterClipboardViewer()
233 void SAL_CALL CWinClipbImpl::dispose() throw( RuntimeException ) in dispose()
242 void WINAPI CWinClipbImpl::onClipboardContentChanged( void ) in onClipboardContentChanged()
255 void SAL_CALL CWinClipbImpl::onReleaseDataObject( CXNotifyingDataObject* theCaller ) in onReleaseDataObject()