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()157 m_pCurrentClipContent = new CXNotifyingDataObject( in setContents()165 pIDataObj = IDataObjectPtr( m_pCurrentClipContent ); in setContents()206 if ( NULL != m_pCurrentClipContent ) in flushClipboard()234 OSL_ENSURE( !m_pCurrentClipContent, "Clipboard was not flushed before shutdown!" ); in dispose()266 if ( m_pCurrentClipContent == theCaller ) in onReleaseDataObject()267 m_pCurrentClipContent = NULL; in onReleaseDataObject()
105 CXNotifyingDataObject* m_pCurrentClipContent; member in CWinClipbImpl