Searched refs:m_pCurrentClipContent (Results 1 – 2 of 2) sorted by relevance
79 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()
107 CXNotifyingDataObject* m_pCurrentClipContent; member in CWinClipbImpl
Completed in 7 milliseconds