/aoo42x/main/dtrans/source/test/ |
H A D | test_dtrans.cxx | 99 Reference< XTransferable > m_xTransferable; 110 …wnership( const Reference< XClipboard >& xClipboard, const Reference< XTransferable >& xTrans ) th… 114 Reference< XTransferable > lostOwnershipTransferableValue() { return m_xTransferable; }; in lostOwnershipTransferableValue() 130 …stOwnership( const Reference< XClipboard >& xClipboard, const Reference< XTransferable >& xTrans ) in lostOwnership() 145 Reference< XTransferable > m_xTransferable; 166 Reference< XTransferable > changedContentsEventTransferableValue() { return m_xTransferable; }; in changedContentsEventTransferableValue() 203 class StringTransferable : public WeakImplHelper2< XClipboardOwner, XTransferable > 220 …wnership( const Reference< XClipboard >& xClipboard, const Reference< XTransferable >& xTrans ) th… 322 …stOwnership( const Reference< XClipboard >& xClipboard, const Reference< XTransferable >& xTrans ) in lostOwnership() 395 Reference< XTransferable > xContents = new StringTransferable(); in main() [all …]
|
/aoo42x/main/vcl/aqua/source/dtrans/ |
H A D | aqua_clipboard.cxx | 167 Reference<XTransferable> SAL_CALL AquaClipboard::getContents() throw(RuntimeException) in getContents() 178 return Reference<XTransferable>(new OSXTransferable(mrXMimeCntFactory, in getContents() 184 void SAL_CALL AquaClipboard::setContents(const Reference<XTransferable>& xTransferable, in setContents() 197 Reference<XTransferable> oldContent(mXClipboardContent); in setContents() 269 Reference<XTransferable> oldContent(mXClipboardContent); in applicationDidBecomeActive() 270 mXClipboardContent = Reference<XTransferable>(); in applicationDidBecomeActive() 310 …stClipboardOwnershipEvent(Reference<XClipboardOwner> oldOwner, Reference<XTransferable> oldContent) in fireLostClipboardOwnershipEvent()
|
H A D | aqua_clipboard.hxx | 97 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > SAL_CALL… 100 …nst ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTransferab… 150 … ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > oldContent); 168 …::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > mXClipboardConte…
|
/aoo42x/main/offapi/com/sun/star/datatransfer/ |
H A D | XTransferableSupplier.idl | 28 #include <com/sun/star/datatransfer/XTransferable.idl> 47 @see com::sun::star::datatransfer::XTransferable 49 XTransferable getTransferable(); 59 if the given <type scope="com::sun::star::datatransfer">XTransferable</type> 63 @see com::sun::star::datatransfer::XTransferable 65 void insertTransferable( [in] XTransferable xTrans )
|
/aoo42x/main/vcl/source/components/ |
H A D | dtranscomp.cxx | 72 Reference< ::com::sun::star::datatransfer::XTransferable > m_aContents; 104 virtual Reference< ::com::sun::star::datatransfer::XTransferable > SAL_CALL getContents() 108 const Reference< ::com::sun::star::datatransfer::XTransferable >& xTrans, 172 Reference< ::com::sun::star::datatransfer::XTransferable > GenericClipboard::getContents() throw( R… in getContents() 178 const Reference< ::com::sun::star::datatransfer::XTransferable >& xTrans, in setContents() 184 Reference< datatransfer::XTransferable > xOldContents( m_aContents ); in setContents() 326 const Reference< datatransfer::XTransferable >& transferable, 362 const Reference< datatransfer::XTransferable >&, in startDrag()
|
/aoo42x/main/dtrans/source/win32/workbench/ |
H A D | test_wincb.cxx | 94 Reference< XTransferable > rXTransfRead; 132 class CTransferable : public WeakImplHelper2< XClipboardOwner, XTransferable > 152 …stOwnership( const Reference< XClipboard >& xClipboard, const Reference< XTransferable >& xTrans ) 242 const Reference< XClipboard >& xClipboard, const Reference< XTransferable >& xTrans ) in lostOwnership() 286 Reference< XTransferable > rXTransf( static_cast< XTransferable* >( new CTransferable ) ); in main()
|
/aoo42x/main/offapi/com/sun/star/datatransfer/clipboard/ |
H A D | XClipboard.idl | 28 #include <com/sun/star/datatransfer/XTransferable.idl> 55 @see com::sun::star::datatransfer::XTransferable 57 XTransferable getContents(); 66 <p>If the given <type scope="com::sun::star::datatransfer">XTransferable</type> 76 @see com::sun::star::datatransfer::XTransferable 79 [oneway] void setContents( [in] XTransferable xTrans, [in] XClipboardOwner xClipboardOwner );
|
H A D | XClipboardOwner.idl | 27 #include <com/sun/star/datatransfer/XTransferable.idl> 60 @see com::sun::star::datatransfer::XTransferable 62 [oneway] void lostOwnership( [in] XClipboard xClipboard, [in] XTransferable xTrans );
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | XTransferableSupplier.idl | 27 #include <com/sun/star/datatransfer/XTransferable.idl> 36 <type scope="com::sun::star::datatransfer">XTransferable</type> 43 <type scope="com::sun::star::datatransfer">XTransferable</type> 47 <type scope="com::sun::star::datatransfer">XTransferable</type> 50 ::com::sun::star::datatransfer::XTransferable getTransferable();
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_clipboard.cxx | 131 Reference< XTransferable > xTrans( m_aContents ); in clearContents() 146 Reference< XTransferable > SAL_CALL X11Clipboard::getContents() in getContents() 159 const Reference< XTransferable >& xTrans, in setContents() 169 Reference< XTransferable > oldContents( m_aContents ); in setContents() 228 Reference< XTransferable > X11Clipboard::getTransferable() in getTransferable()
|
H A D | X11_selection.hxx | 65 …virtual com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > getTransfe… 147 …const com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& transferabl… 284 com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > 302 com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > 409 …const com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTransferab… 494 …const com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& transferabl… 499 …virtual com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > getTransfe…
|
H A D | X11_clipboard.hxx | 53 com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > m_aContents; 99 …virtual com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > SAL_CALL g… 103 const com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTrans, 131 …virtual com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > getTransfe…
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 70 namespace com { namespace sun { namespace star { namespace datatransfer { class XTransferable; } } … 124 … ::com::sun::star::datatransfer::XTransferable >& rxTransferable ); 131 …const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& rxTransfe… 136 ::com::sun::star::datatransfer::XTransferable >& rxTransferable, 148 ::com::sun::star::datatransfer::XTransferable >& rxTransferable, 151 ::com::sun::star::datatransfer::XTransferable >& rxTransferable ); 348 ::com::sun::star::datatransfer::XTransferable >& rxTransferable );
|
/aoo42x/main/qadevOOo/tests/java/ifc/datatransfer/clipboard/ |
H A D | _XClipboard.java | 30 import com.sun.star.datatransfer.XTransferable; 60 XTransferable contents; 62 public void lostOwnership(XClipboard board, XTransferable contents) { in lostOwnership() 72 class MyTransferable implements XTransferable {
|
H A D | _XClipboardNotifier.java | 30 import com.sun.star.datatransfer.XTransferable; 63 XTransferable contents; 65 public void lostOwnership(XClipboard board, XTransferable contents) { in lostOwnership() 75 class MyTransferable implements XTransferable {
|
/aoo42x/main/offapi/com/sun/star/mail/ |
H A D | MailMessage.idl | 36 #include <com/sun/star/datatransfer/XTransferable.idl> 70 @see com::sun::star::datatransfer::XTransferable 72 …tring sFrom, [in] string sSubject, [in] com::sun::star::datatransfer::XTransferable xBody); … 99 @see com::sun::star::datatransfer::XTransferable 102 …tring sFrom, [in] string sSubject, [in] com::sun::star::datatransfer::XTransferable xBody, [in] Ma…
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | transfer.hxx | 160 …TransferableHelper : public ::cppu::WeakImplHelper4< ::com::sun::star::datatransfer::XTransferable, 227 …nst ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& xTrans ) th… 235 … const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& _rxTrans in implCallOwnLostOwnership() 314 ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > mxTransfer; 331 …nst ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& rxTransfera… 336 …const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& GetTransf… in GetTransferable() 337 …::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > GetXTransferab… 352 …nst ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& _rxNewData …
|
/aoo42x/main/dtrans/source/win32/clipb/ |
H A D | WinClipboard.cxx | 95 Reference< XTransferable > SAL_CALL CWinClipboard::getContents( ) throw( RuntimeException ) in getContents() 106 return Reference< XTransferable >( ); in getContents() 113 void SAL_CALL CWinClipboard::setContents( const Reference< XTransferable >& xTransferable, in setContents() 240 Reference<XTransferable> rXTransf(m_pImpl->getContents()); in notifyAllClipboardListener()
|
H A D | WinClipbImpl.cxx | 106 Reference< XTransferable > SAL_CALL CWinClipbImpl::getContents( ) throw( RuntimeException ) in getContents() 121 Reference< XTransferable > rClipContent; in getContents() 147 const Reference< XTransferable >& xTransferable, in setContents()
|
/aoo42x/main/dtrans/source/win32/dnd/ |
H A D | source.cxx | 63 extern Reference< XTransferable > g_XTransferable; 106 const Reference<XTransferable >& trans, in StartDragImpl() 197 const Reference<XTransferable >& trans, in startDrag() 397 g_XTransferable = Reference< XTransferable >( ); in DndOleSTAFunc()
|
/aoo42x/main/dtrans/source/win32/dtobj/ |
H A D | DtObjFactory.cxx | 53 const Reference< XTransferable >& refXTransferable) in createDataObjFromTransferable() 58 Reference< XTransferable > SAL_CALL CDTransObjFactory::createTransferableFromDataObj( const Referen… in createTransferableFromDataObj() 62 Reference<XTransferable> refDOTransf(pTransf); in createTransferableFromDataObj()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | xmlexchg.cxx | 77 …Reference<XTransferable> &transfer = const_cast<Reference<XTransferable> &>(_rData.GetTransferable… in extractDescriptor() 78 XTransferable *pInterface = transfer.get(); in extractDescriptor()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | drawvie4.cxx | 182 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in BeginDrag() 219 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in DoCopy() 230 uno::Reference<datatransfer::XTransferable> ScDrawView::CopyToTransferable() in CopyToTransferable() 255 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in CopyToTransferable()
|
/aoo42x/main/dtrans/source/os2/clipb/ |
H A D | Os2Clipboard.cxx | 175 Reference< XTransferable > SAL_CALL Os2Clipboard::getContents() throw( RuntimeException ) in getContents() 214 void SAL_CALL Os2Clipboard::setContents( const Reference< XTransferable >& xTrans, const Reference<… in setContents() 223 Reference< XTransferable > oldContents(m_aContents); in setContents() 378 Reference< XTransferable > xTrans( m_aContents ); in notifyAllClipboardListener()
|
/aoo42x/main/dtrans/source/generic/ |
H A D | generic_clipboard.cxx | 101 Reference< XTransferable > SAL_CALL GenericClipboard::getContents() in getContents() 110 void SAL_CALL GenericClipboard::setContents(const Reference< XTransferable >& xTrans, in setContents() 120 Reference< XTransferable > oldContents(m_aContents); in setContents()
|