Searched refs:CWinClipbImpl (Results 1 – 6 of 6) sorted by relevance
69 CWinClipbImpl* CWinClipbImpl::s_pCWinClipbImpl = NULL;70 osl::Mutex CWinClipbImpl::s_aMutex;76 CWinClipbImpl::CWinClipbImpl( const OUString& aClipboardName, CWinClipboard* theWinClipboard ) : in CWinClipbImpl() function in CWinClipbImpl93 CWinClipbImpl::~CWinClipbImpl( ) in ~CWinClipbImpl()146 void SAL_CALL CWinClipbImpl::setContents( in setContents()176 OUString SAL_CALL CWinClipbImpl::getName( ) throw( RuntimeException ) in getName()194 void SAL_CALL CWinClipbImpl::flushClipboard( ) throw( RuntimeException ) in flushClipboard()215 void SAL_CALL CWinClipbImpl::registerClipboardViewer( ) in registerClipboardViewer()224 void SAL_CALL CWinClipbImpl::unregisterClipboardViewer( ) in unregisterClipboardViewer()233 void SAL_CALL CWinClipbImpl::dispose() throw( RuntimeException ) in dispose()[all …]
55 class CWinClipbImpl class58 ~CWinClipbImpl( );61 CWinClipbImpl( const ::rtl::OUString& aClipboardName, CWinClipboard* theWinClipboard ); 111 static CWinClipbImpl* s_pCWinClipbImpl;114 CWinClipbImpl( const CWinClipbImpl& );115 CWinClipbImpl& operator=( const CWinClipbImpl& );
48 class CWinClipbImpl;146 ::std::auto_ptr< CWinClipbImpl > m_pImpl; 149 friend class CWinClipbImpl;
79 m_pImpl.reset( new CWinClipbImpl( aClipboardName, this ) ); in CWinClipboard()
53 class CWinClipbImpl;62 CWinClipbImpl* theWinClipImpl );96 CWinClipbImpl* m_pWinClipImpl;98 friend class CWinClipbImpl;
46 CWinClipbImpl* theWinClipImpl ) : in CXNotifyingDataObject()
Completed in 29 milliseconds