Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/dtrans/
H A Daqua_clipboard.cxx197 Reference<XTransferable> oldContent(mXClipboardContent); in setContents() local
208 fireLostClipboardOwnershipEvent(oldOwner, oldContent); in setContents()
269 Reference<XTransferable> oldContent(mXClipboardContent); in applicationDidBecomeActive() local
276 fireLostClipboardOwnershipEvent(oldOwner, oldContent); in applicationDidBecomeActive()
310 …stClipboardOwnershipEvent(Reference<XClipboardOwner> oldOwner, Reference<XTransferable> oldContent) in fireLostClipboardOwnershipEvent() argument
314 try { oldOwner->lostOwnership(static_cast<XClipboardEx*>(this), oldContent); } in fireLostClipboardOwnershipEvent()
H A Daqua_clipboard.hxx150 … ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable > oldContent);

Completed in 21 milliseconds