Searched refs:pClipboard (Results 1 – 2 of 2) sorted by relevance
2861 SwTransferable *pClipboard = GetSwTransferable( rData ); in PasteFormat() local2862 if( pClipboard && in PasteFormat()2863 ((TRNSFR_DOCUMENT|TRNSFR_GRAPHIC|TRNSFR_OLE) & pClipboard->eBufferType )) in PasteFormat()2866 if( pClipboard && nPrivateFmt == nFormat ) in PasteFormat()2867 nRet = pClipboard->PrivatePaste( rSh ); in PasteFormat()2957 SwTransferable *pClipboard = GetSwTransferable( rData ); in PasteSpecial() local2958 if( pClipboard ) in PasteSpecial()2960 aDesc = pClipboard->aObjDesc; in PasteSpecial()2962 if( pClipboard->eBufferType & TRNSFR_DOCUMENT ) in PasteSpecial()2964 else if( pClipboard->eBufferType & TRNSFR_GRAPHIC ) in PasteSpecial()[all …]
117 X11Clipboard* pClipboard = new X11Clipboard( rManager, nSelection ); in CreateClipboard() local118 rMap[ nSelection ] = pClipboard; in CreateClipboard()120 return static_cast<OWeakObject*>(pClipboard); in CreateClipboard()