Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/generic/dtrans/
H A DX11_service.cxx117 X11Clipboard* pClipboard = new X11Clipboard( rManager, nSelection ); in CreateClipboard() local
118 rMap[ nSelection ] = pClipboard; in CreateClipboard()
120 return static_cast<OWeakObject*>(pClipboard); in CreateClipboard()
/AOO41X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2860 SwTransferable *pClipboard = GetSwTransferable( rData ); in PasteFormat() local
2861 if( pClipboard && in PasteFormat()
2862 ((TRNSFR_DOCUMENT|TRNSFR_GRAPHIC|TRNSFR_OLE) & pClipboard->eBufferType )) in PasteFormat()
2865 if( pClipboard && nPrivateFmt == nFormat ) in PasteFormat()
2866 nRet = pClipboard->PrivatePaste( rSh ); in PasteFormat()
2956 SwTransferable *pClipboard = GetSwTransferable( rData ); in PasteSpecial() local
2957 if( pClipboard ) in PasteSpecial()
2959 aDesc = pClipboard->aObjDesc; in PasteSpecial()
2961 if( pClipboard->eBufferType & TRNSFR_DOCUMENT ) in PasteSpecial()
2963 else if( pClipboard->eBufferType & TRNSFR_GRAPHIC ) in PasteSpecial()
[all …]