Home
last modified time | relevance | path

Searched refs:CWinClipbImpl (Results 1 – 6 of 6) sorted by relevance

/trunk/main/dtrans/source/win32/clipb/
H A DWinClipbImpl.cxx69 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()
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 …]
H A DWinClipbImpl.hxx55 class CWinClipbImpl class
58 ~CWinClipbImpl( );
61 CWinClipbImpl( const ::rtl::OUString& aClipboardName, CWinClipboard* theWinClipboard );
111 static CWinClipbImpl* s_pCWinClipbImpl;
114 CWinClipbImpl( const CWinClipbImpl& );
115 CWinClipbImpl& operator=( const CWinClipbImpl& );
H A DWinClipboard.hxx48 class CWinClipbImpl;
146 ::std::auto_ptr< CWinClipbImpl > m_pImpl;
149 friend class CWinClipbImpl;
H A DWinClipboard.cxx79 m_pImpl.reset( new CWinClipbImpl( aClipboardName, this ) ); in CWinClipboard()
/trunk/main/dtrans/source/win32/dtobj/
H A DXNotifyingDataObject.hxx53 class CWinClipbImpl;
62 CWinClipbImpl* theWinClipImpl );
96 CWinClipbImpl* m_pWinClipImpl;
98 friend class CWinClipbImpl;
H A DXNotifyingDataObject.cxx46 CWinClipbImpl* theWinClipImpl ) : in CXNotifyingDataObject()

Completed in 29 milliseconds