/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | WeakBase_Test.java | 123 XAdapter adapter= comp.queryAdapter(); in queryAdapter() local 126 adapter.addReference(aRef1); in queryAdapter() 127 adapter.addReference(aRef2); in queryAdapter() 129 r[i++]= adapter.queryAdapted() == comp; in queryAdapter() 146 r[i++]= adapter.queryAdapted() == null; in queryAdapter() 147 adapter.removeReference(aRef1); // should not do any harm in queryAdapter() 148 adapter.removeReference(aRef2); in queryAdapter() 151 adapter= comp.queryAdapter(); in queryAdapter() 155 adapter.addReference(aRef1); in queryAdapter() 156 adapter.addReference(aRef2); in queryAdapter() [all …]
|
/aoo41x/main/jurt/com/sun/star/uno/ |
H A D | WeakReference.java | 60 XAdapter adapter= (XAdapter) weak.queryAdapter(); in WeakReference() local 61 if (adapter != null) in WeakReference() 62 m_listener= new OWeakRefListener(adapter); in WeakReference() 76 XAdapter adapter= (XAdapter) weak.queryAdapter(); in WeakReference() local 77 if (adapter != null) in WeakReference() 78 m_listener= new OWeakRefListener(adapter); in WeakReference() 104 OWeakRefListener( XAdapter adapter) in OWeakRefListener() argument 106 m_adapter= adapter; in OWeakRefListener()
|
/aoo41x/main/udkapi/com/sun/star/uno/ |
H A D | XWeak.idl | 49 a weak adapter for the clients. 65 by providing a weak adapter. The weak object has to provide this 66 adapter if anyone wants to hold a weak reference. To separate their 67 lifetimes, the adapter and the original object must not share the same 69 to the adapter, which knows - but does not hold - the original object. 98 /** queries the weak adapter. 102 <p>It is important that the adapter must know, but not hold 104 to the adapter have to be notified to release the adapter.
|
H A D | XReference.idl | 38 /** must be implemented by anyone who holds the adapter on the client side.@see XWeak 46 /** removes all references to the adapter. 52 must include removal of all references to the adapter. 54 adapter will be alive.</p>
|
H A D | XAdapter.idl | 41 /** This is the server-side interface to a weak adapter. 62 /** adds a reference to the adapter. 75 /** removes a reference from the adapter.
|
/aoo41x/main/udkapi/com/sun/star/script/ |
H A D | InvocationAdapterFactory.idl | 39 /** Provides functionality to create an adapter that supports (a) 44 An adapter like this allows generic dispatch interfaces to 50 The adapter has to support 52 The adapter may also support 58 /** Interface for creating adapter objects. 64 /** Interface for creating adapter objects.
|
H A D | XInvocationAdapterFactory.idl | 41 /** Interface to create adapter objects giving a type to be supported and a 50 /** Creates an adapter interface of given type for calling the given 54 invocation interface being called on incoming adapter calls 56 supported type of adapter 59 adapter interface; this interface can be queried for
|
H A D | XInvocationAdapterFactory2.idl | 39 /** Interface to create adapter objects giving types to be supported and a 44 /** Creates an adapter interface of given types for calling the given 48 invocation interface being called on incoming adapter calls 50 supported types of adapter 53 adapter interface; this interface can be queried for
|
H A D | Invocation.idl | 39 to create an Invocation adapter for the passed object (Invoking 42 The adapter has to support <type scope="com::sun::star::script">XInvocation</type>. 43 The adapter may also support <type scope="com::sun::star::script">XInvocation2</type>.
|
H A D | CannotCreateAdapterException.idl | 36 /** is thrown by an attacher if an adapter service cannot create the 37 appropriate adapter.
|
H A D | XEventAttacher.idl | 67 given interface by creating a suitable listener adapter and 83 creating a suitable listener adapter and calling the method
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_cache.cxx | 97 GrSegRecord * GraphiteSegmentCache::cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bo… in cacheSegment() argument 133 … rtl::OUString * pRope = new rtl::OUString(adapter->getLayoutArgs().mpStr + seg->startCharacter(), in cacheSegment() 138 record->reuse(pRope, adapter, seg, bIsRtl); in cacheSegment() 140 record = new GrSegRecord(pRope, adapter, seg, bIsRtl); in cacheSegment()
|
/aoo41x/main/jurt/test/com/sun/star/uno/ |
H A D | WeakReference_Test.java | 55 return adapter; in queryAdapter() 59 adapter.dispose(); in finalize() 112 private final Adapter adapter = new Adapter(this); field in WeakReference_Test.MockWeak
|
/aoo41x/main/bean/com/sun/star/comp/beans/ |
H A D | OOoBean.java | 754 new com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter(buffer); in loadFromStream() 781 new com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter( in loadFromByteArray() 871 com.sun.star.lib.uno.adapter.OutputStreamToXOutputStreamAdapter aStream = in storeToStream() 872 new com.sun.star.lib.uno.adapter.OutputStreamToXOutputStreamAdapter( in storeToStream() 910 com.sun.star.lib.uno.adapter.XOutputStreamToByteArrayAdapter aStream = in storeToByteArray() 911 new com.sun.star.lib.uno.adapter.XOutputStreamToByteArrayAdapter( in storeToByteArray()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SOImageService.java | 35 import com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter; 36 import com.sun.star.lib.uno.adapter.InputStreamToXInputStreamAdapter;
|
H A D | StorageRepository.java | 36 import com.sun.star.lib.uno.adapter.XInputStreamToInputStreamAdapter; 37 import com.sun.star.lib.uno.adapter.XOutputStreamToOutputStreamAdapter;
|
/aoo41x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | XSLTransformer.java | 76 import com.sun.star.lib.uno.adapter.XInputStreamToInputStreamAdapter; 77 import com.sun.star.lib.uno.adapter.XOutputStreamToOutputStreamAdapter;
|
/aoo41x/main/xmerge/source/bridge/java/ |
H A D | XMergeBridge.java | 31 import com.sun.star.lib.uno.adapter.XInputStreamToInputStreamAdapter; 32 import com.sun.star.lib.uno.adapter.XOutputStreamToOutputStreamAdapter;
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/adapter/ |
H A D | makefile.mk | 27 PACKAGE = com$/sun$/star$/lib$/uno$/adapter
|
H A D | OutputStreamToXOutputStreamAdapter.java | 24 package com.sun.star.lib.uno.adapter;
|
H A D | XOutputStreamToOutputStreamAdapter.java | 24 package com.sun.star.lib.uno.adapter;
|
H A D | XOutputStreamToByteArrayAdapter.java | 30 package com.sun.star.lib.uno.adapter;
|
H A D | XInputStreamToInputStreamAdapter.java | 23 package com.sun.star.lib.uno.adapter;
|
H A D | InputStreamToXInputStreamAdapter.java | 23 package com.sun.star.lib.uno.adapter;
|
/aoo41x/main/javaunohelper/prj/ |
H A D | build.lst | 7 jh javaunohelper\com\sun\star\lib\uno\adapter nmake - all jh_adapter jh_libhelp jh_inc NULL
|