Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2845 SwTransferable *pClipboard = GetSwTransferable( rData ); in PasteFormat() local
2846 if( pClipboard && in PasteFormat()
2847 ((TRNSFR_DOCUMENT|TRNSFR_GRAPHIC|TRNSFR_OLE) & pClipboard->eBufferType )) in PasteFormat()
2850 if( pClipboard && nPrivateFmt == nFormat ) in PasteFormat()
2851 nRet = pClipboard->PrivatePaste( rSh ); in PasteFormat()
2940 SwTransferable *pClipboard = GetSwTransferable( rData ); in PasteSpecial() local
2941 if( pClipboard ) in PasteSpecial()
2943 aDesc = pClipboard->aObjDesc; in PasteSpecial()
2945 if( pClipboard->eBufferType & TRNSFR_DOCUMENT ) in PasteSpecial()
2947 else if( pClipboard->eBufferType & TRNSFR_GRAPHIC ) in PasteSpecial()
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_service.cxx115 X11Clipboard* pClipboard = new X11Clipboard( rManager, nSelection ); in CreateClipboard() local
116 rMap[ nSelection ] = pClipboard; in CreateClipboard()
118 return static_cast<OWeakObject*>(pClipboard); in CreateClipboard()