Home
last modified time | relevance | path

Searched refs:XTransferable (Results 1 – 25 of 184) sorted by relevance

12345678

/trunk/main/dtrans/source/test/
H A Dtest_dtrans.cxx99 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 …]
/trunk/main/vcl/aqua/source/dtrans/
H A Daqua_clipboard.cxx167 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 Daqua_clipboard.hxx97 …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…
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXTransferableSupplier.idl28 #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 )
/trunk/main/vcl/source/components/
H A Ddtranscomp.cxx72 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()
/trunk/main/dtrans/source/win32/workbench/
H A Dtest_wincb.cxx94 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()
/trunk/main/offapi/com/sun/star/datatransfer/clipboard/
H A DXClipboard.idl28 #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 DXClipboardOwner.idl27 #include <com/sun/star/datatransfer/XTransferable.idl>
60 @see com::sun::star::datatransfer::XTransferable
62 [oneway] void lostOwnership( [in] XClipboard xClipboard, [in] XTransferable xTrans );
/trunk/main/offapi/com/sun/star/embed/
H A DXTransferableSupplier.idl27 #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();
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_clipboard.cxx131 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 DX11_selection.hxx65 …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 DX11_clipboard.hxx53 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…
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx70 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 );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/datatransfer/clipboard/
H A D_XClipboard.java30 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.java30 import com.sun.star.datatransfer.XTransferable;
63 XTransferable contents;
65 public void lostOwnership(XClipboard board, XTransferable contents) { in lostOwnership()
75 class MyTransferable implements XTransferable {
/trunk/main/offapi/com/sun/star/mail/
H A DMailMessage.idl36 #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…
/trunk/main/svtools/inc/svtools/
H A Dtransfer.hxx160 …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 …
/trunk/main/dtrans/source/win32/clipb/
H A DWinClipboard.cxx95 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 DWinClipbImpl.cxx106 Reference< XTransferable > SAL_CALL CWinClipbImpl::getContents( ) throw( RuntimeException ) in getContents()
121 Reference< XTransferable > rClipContent; in getContents()
147 const Reference< XTransferable >& xTransferable, in setContents()
/trunk/main/dtrans/source/win32/dnd/
H A Dsource.cxx63 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()
/trunk/main/dtrans/source/win32/dtobj/
H A DDtObjFactory.cxx53 const Reference< XTransferable >& refXTransferable) in createDataObjFromTransferable()
58 Reference< XTransferable > SAL_CALL CDTransObjFactory::createTransferableFromDataObj( const Referen… in createTransferableFromDataObj()
62 Reference<XTransferable> refDOTransf(pTransf); in createTransferableFromDataObj()
/trunk/main/svx/source/fmcomp/
H A Dxmlexchg.cxx77 …Reference<XTransferable> &transfer = const_cast<Reference<XTransferable> &>(_rData.GetTransferable… in extractDescriptor()
78 XTransferable *pInterface = transfer.get(); in extractDescriptor()
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx182 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()
/trunk/main/dtrans/source/os2/clipb/
H A DOs2Clipboard.cxx175 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()
/trunk/main/dtrans/source/generic/
H A Dgeneric_clipboard.cxx101 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()

Completed in 81 milliseconds

12345678