LibreOffice Module dtrans (master)
1
|
Public Member Functions | |
ClipboardOwner () | |
virtual void SAL_CALL | lostOwnership (const Reference< XClipboard > &xClipboard, const Reference< XTransferable > &xTrans) throw (RuntimeException) |
sal_uInt32 | receivedLostOwnerships () |
Reference< XClipboard > | lostOwnershipClipboardValue () |
Reference< XTransferable > | lostOwnershipTransferableValue () |
Private Attributes | |
Reference< XClipboard > | m_xClipboard |
Reference< XTransferable > | m_xTransferable |
sal_uInt32 | m_nReceivedLostOwnerships |
Definition at line 65 of file test_dtrans.cxx.
ClipboardOwner::ClipboardOwner | ( | ) |
Definition at line 86 of file test_dtrans.cxx.
|
virtual |
Definition at line 93 of file test_dtrans.cxx.
|
inline |
|
inline |
|
inline |
Definition at line 79 of file test_dtrans.cxx.
References m_nReceivedLostOwnerships.
Referenced by main().
|
private |
Definition at line 70 of file test_dtrans.cxx.
Referenced by receivedLostOwnerships().
|
private |
Definition at line 67 of file test_dtrans.cxx.
Referenced by lostOwnershipClipboardValue().
|
private |
Definition at line 68 of file test_dtrans.cxx.
Referenced by lostOwnershipTransferableValue().