| /aoo42x/main/dtrans/source/win32/clipb/ | 
| H A D | WinClipbImpl.cxx | 147 	const Reference< XTransferable >& xTransferable,  in setContents() 154 	if ( xTransferable.is( ) )  in setContents() 159 			objFactory.createDataObjFromTransferable( m_pWinClipboard->m_SrvMgr , xTransferable ),  in setContents() 160 			xTransferable,  in setContents()
  | 
| H A D | WinClipboard.cxx | 113 void SAL_CALL CWinClipboard::setContents( const Reference< XTransferable >& xTransferable,  in setContents()  argument 124 		m_pImpl->setContents( xTransferable, xClipboardOwner );  in setContents()
  | 
| H A D | WinClipbImpl.hxx | 67 … ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTransferable, 
  | 
| H A D | WinClipboard.hxx | 91 … ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTransferable, 
  | 
| /aoo42x/main/embeddedobj/source/commonembedding/ | 
| H A D | visobj.cxx | 209 …uno::Reference< datatransfer::XTransferable > xTransferable( m_pDocHolder->GetComponent(), uno::UN…  in getPreferredVisualRepresentation()  local 210         if (!xTransferable.is() )  in getPreferredVisualRepresentation() 218         if( xTransferable->isDataFlavorSupported( aDataFlavor ))  in getPreferredVisualRepresentation() 220             aVisualRepresentation.Data = xTransferable->getTransferData( aDataFlavor );  in getPreferredVisualRepresentation()
  | 
| /aoo42x/main/vcl/aqua/source/dtrans/ | 
| H A D | aqua_clipboard.cxx | 184 void SAL_CALL AquaClipboard::setContents(const Reference<XTransferable>& xTransferable,   in setContents()  argument 188     NSArray* types = xTransferable.is() ?  in setContents() 189         mpDataFlavorMapper->flavorSequenceToTypesArray(xTransferable->getTransferDataFlavors()) :  in setContents() 198     mXClipboardContent = xTransferable;  in setContents()
  | 
| H A D | DropTarget.cxx | 252 	  uno::Reference<XTransferable> xTransferable = DragSource::g_XTransferable.is() ?  in draggingEntered()  local 262 									 xTransferable->getTransferDataFlavors());  in draggingEntered() 342 	    uno::Reference<XTransferable> xTransferable = DragSource::g_XTransferable;  in performDragOperation()  local 346 		  xTransferable = mXCurrentDragClipboard->getContents();  in performDragOperation() 367 							   xTransferable);  in performDragOperation()
  | 
| H A D | aqua_clipboard.hxx | 100 … ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTransferable, 
  | 
| /aoo42x/main/sc/source/ui/view/ | 
| H A D | drawvie4.cxx | 182 		uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj );  in BeginDrag()  local 219 	uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj );  in DoCopy()  local 255 	uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj );  in CopyToTransferable()  local 262     return xTransferable;  in CopyToTransferable()
  | 
| /aoo42x/main/chart2/source/model/main/ | 
| H A D | ChartModel.cxx | 1105         Reference< datatransfer::XTransferable > xTransferable(  in getPreferredVisualRepresentation()  local 1107         if( xTransferable.is() )  in getPreferredVisualRepresentation() 1113             uno::Any aData( xTransferable->getTransferData( aDataFlavor ) );  in getPreferredVisualRepresentation() 1152             Reference< datatransfer::XTransferable > xTransferable(  in getTransferData()  local 1154             if( xTransferable.is() &&  in getTransferData() 1155                 xTransferable->isDataFlavorSupported( aFlavor ))  in getTransferData() 1157                 aResult = xTransferable->getTransferData( aFlavor );  in getTransferData()
  | 
| /aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Clipboard/ | 
| H A D | Clipboard.java | 173         XTransferable xTransferable = xClipboard.getContents();  in readClipBoard()  local 175         DataFlavor[] aDflvArr = xTransferable.getTransferDataFlavors();  in readClipBoard() 207                 Object aData = xTransferable.getTransferData(aUniFlv);					  in readClipBoard()
  | 
| H A D | ClipboardOwner.java | 34 	public void lostOwnership( XClipboard xClipboard, XTransferable xTransferable )  in lostOwnership()  argument
  | 
| /aoo42x/main/svtools/source/misc/ | 
| H A D | embedtransfer.cxx | 171 …uno::Reference< datatransfer::XTransferable > xTransferable( m_xObj->getComponent(), uno::UNO_QUER…  in GetData()  local 172                     if ( xTransferable.is() )  in GetData() 174                         uno::Any aAny = xTransferable->getTransferData( rFlavor );  in GetData()
  | 
| H A D | transfer.cxx | 2444 	    	Reference< XTransferable > xTransferable( xClipboard->getContents() );  in CreateFromSystemClipboard()  local 2446 		    if( xTransferable.is() )  in CreateFromSystemClipboard() 2448     			aRet = TransferableDataHelper( xTransferable );  in CreateFromSystemClipboard() 2480 	    	Reference< XTransferable > xTransferable( xSelection->getContents() );  in CreateFromSelection()  local 2482 		    if( xTransferable.is() )  in CreateFromSelection() 2484     			aRet = TransferableDataHelper( xTransferable );  in CreateFromSelection()
  | 
| H A D | embedhlp.cxx | 587 …uno::Reference< datatransfer::XTransferable > xTransferable( mxObj->getComponent(), uno::UNO_QUERY…  in GetHCGraphic()  local 588 				if ( !xTransferable.is() )  in GetHCGraphic() 598 				if ( ( xTransferable->getTransferData( aDataFlavor ) >>= aSeq ) && aSeq.getLength() )  in GetHCGraphic()
  | 
| /aoo42x/main/embedserv/source/embed/ | 
| H A D | ed_idataobj.cxx | 60 …uno::Reference< datatransfer::XTransferable > xTransferable( m_pDocHolder->GetDocument(), uno::UNO…  in getMetaFileHandle_Impl()  local 61 	if ( xTransferable.is() )  in getMetaFileHandle_Impl() 81 		uno::Any aAny = xTransferable->getTransferData( aFlavor );  in getMetaFileHandle_Impl()
  | 
| /aoo42x/main/chart2/source/controller/main/ | 
| H A D | ChartController_Tools.cxx | 545             Reference< datatransfer::XTransferable > xTransferable;  in executeDispatch_Copy()  local 562 …                   xTransferable = Reference< datatransfer::XTransferable >( new ChartTransferable(  in executeDispatch_Copy() 567             if ( xTransferable.is() )  in executeDispatch_Copy() 572 … xClipboard->setContents( xTransferable, Reference< datatransfer::clipboard::XClipboardOwner >() );  in executeDispatch_Copy()
  | 
| /aoo42x/main/sw/source/ui/uiview/ | 
| H A D | uivwimp.cxx | 242     Reference< XUnoTunnel > xTunnel(xTransferable.get(), UNO_QUERY);  in Invalidate() 261         xTransferable = Reference<XUnoTunnel> (&rTransferable);  in AddTransferable()
  | 
| /aoo42x/main/sc/source/ui/app/ | 
| H A D | seltrans.cxx | 314 				uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj );  in CreateCellData()  local 373 			uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj );  in CreateDrawData()  local
  | 
| /aoo42x/main/sw/source/ui/dochdl/ | 
| H A D | swdtflvr.cxx | 1083         uno::Reference<XTransferable> xTransferable( rData.GetXTransferable() );  in IsPaste()  local 1102 								lcl_getTransferPointer ( xTransferable ) );  in IsPaste() 1132         uno::Reference<XTransferable> xTransferable( rData.GetXTransferable() );  in Paste()  local 1139                                     lcl_getTransferPointer ( xTransferable ) );  in Paste() 2870         uno::Reference<XTransferable> xTransferable( rData.GetXTransferable() );  in PasteFormat()  local 2886 									lcl_getTransferPointer ( xTransferable ) );  in PasteFormat() 2902         uno::Reference<XTransferable> xTransferable( rData.GetXTransferable() );  in _TestAllowedFormat()  local 2908 						lcl_getTransferPointer ( xTransferable ) );  in _TestAllowedFormat()
  | 
| /aoo42x/main/vcl/source/window/ | 
| H A D | dndevdis.cxx | 488 	const sal_Int8 nSourceActions, const Reference< XTransferable >& xTransferable  in fireDropEvent() 512 				xContext, nDropAction, relLoc.X(), relLoc.Y(), nSourceActions, xTransferable );  in fireDropEvent()
  | 
| /aoo42x/main/vcl/unx/generic/dtrans/ | 
| H A D | X11_selection.cxx | 616                                    const css::uno::Reference< XTransferable >& xTransferable,  in convertData() 624 	if( ! xTransferable.is() )  in convertData() 644         if( xTransferable->isDataFlavorSupported( aFlavor ) )  in convertData() 646             Any aValue( xTransferable->getTransferData( aFlavor ) );  in convertData() 672                 if( xTransferable->isDataFlavorSupported( aFlavor ) )  in convertData() 674                     Any aValue( xTransferable->getTransferData( aFlavor ) );  in convertData() 3501         css::uno::Reference< XTransferable > xTransferable( m_xDragSourceTransferable );  in dragDoDispatch()  local 3538             xTransferable.clear();  in dragDoDispatch()
  | 
| /aoo42x/main/sc/source/ui/navipi/ | 
| H A D | content.cxx | 1308 			uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj );  in lcl_DoDragObject()  local 1342 		uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj );  in lcl_DoDragCells()  local 1487 			uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj );  in DoDrag()  local
  | 
| /aoo42x/main/sw/source/ui/inc/ | 
| H A D | uivwimp.hxx | 106     com::sun::star::uno::WeakReference< com::sun::star::lang::XUnoTunnel > xTransferable;  member in SwView_Impl
  | 
| /aoo42x/main/dtrans/source/os2/clipb/ | 
| H A D | Os2Clipboard.hxx | 82 …tar::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTransferable, const ::com::…
  |