Home
last modified time | relevance | path

Searched refs:m_pCurrentClipContent (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/dtrans/source/win32/clipb/
H A DWinClipbImpl.cxx79 m_pCurrentClipContent( NULL ) in CWinClipbImpl()
112 if ( NULL != m_pCurrentClipContent ) in getContents()
114 return m_pCurrentClipContent->m_XTransferable; in getContents()
158 m_pCurrentClipContent = new CXNotifyingDataObject( in setContents()
166 pIDataObj = IDataObjectPtr( m_pCurrentClipContent ); in setContents()
207 if ( NULL != m_pCurrentClipContent ) in flushClipboard()
235 OSL_ENSURE( !m_pCurrentClipContent, "Clipboard was not flushed before shutdown!" ); in dispose()
267 if ( m_pCurrentClipContent == theCaller ) in onReleaseDataObject()
268 m_pCurrentClipContent = NULL; in onReleaseDataObject()
H A DWinClipbImpl.hxx107 CXNotifyingDataObject* m_pCurrentClipContent; member in CWinClipbImpl

Completed in 23 milliseconds