Searched refs:xTransf (Results 1 – 2 of 2) sorted by relevance
940 Reference< datatransfer::XTransferable > xTransf = xClipboard->getContents(); in Paste() local942 if ( xTransf.is() ) in Paste()961 if ( xTransf->isDataFlavorSupported( m_ClipboardDataFlavors[0] ) ) in Paste()972 if( bLocalized && xTransf->isDataFlavorSupported( m_ClipboardDataFlavorsResource[1] ) ) in Paste()976 Any aCombinedDataAny = xTransf->getTransferData( m_ClipboardDataFlavorsResource[1] ); in Paste()1003 Any aAny = xTransf->getTransferData( m_ClipboardDataFlavors[0] ); in Paste()1184 Reference< datatransfer::XTransferable > xTransf = xClipboard->getContents(); in IsPasteAllowed() local1186 if ( xTransf.is() ) in IsPasteAllowed()1188 if ( xTransf->isDataFlavorSupported( m_ClipboardDataFlavors[0] ) ) in IsPasteAllowed()
1463 Reference< datatransfer::XTransferable > xTransf = xClipboard->getContents(); in IsPasteAllowed() local1465 if ( xTransf.is() ) in IsPasteAllowed()1469 if ( xTransf->isDataFlavorSupported( aFlavor ) ) in IsPasteAllowed()
Completed in 109 milliseconds