Home
last modified time | relevance | path

Searched refs:weak (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/udkapi/com/sun/star/uno/
H A DXWeak.idl42 /** the server-side interface to a weak object.
47 In order to make it possible to have weak references to objects,
49 a weak adapter for the clients.
51 <h4>Concept of weak referencing:</h4>
55 weak references.</p>
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
70 That means that the implementation and synchronization of weak
72 interfaces are involved in the concept of weak referencing:
86 the holder of any weak reference. It is used for notification
[all …]
H A DXReference.idl51 The implementation of the client-side's weak reference
H A DXAdapter.idl41 /** This is the server-side interface to a weak adapter.
/aoo4110/main/jurt/com/sun/star/uno/
H A DWeakReference.java57 XWeak weak= UnoRuntime.queryInterface(XWeak.class, weakImpl); in WeakReference() local
58 if (weak != null) in WeakReference()
60 XAdapter adapter= (XAdapter) weak.queryAdapter(); in WeakReference()
73 XWeak weak= UnoRuntime.queryInterface(XWeak.class, obj); in WeakReference() local
74 if (weak != null) in WeakReference()
76 XAdapter adapter= (XAdapter) weak.queryAdapter(); in WeakReference()
/aoo4110/main/cppuhelper/test/testcmp/
H A DTestComponent.hxx37 # define CPPUHELPER_TEST_COMPONENT_EXPORT extern __attribute__ ((weak))
42 # pragma weak g_envDcp
/aoo4110/main/cppuhelper/prj/
H A Dd.lst50 ..\inc\cppuhelper\weak.hxx %_DEST%\inc%_EXT%\cppuhelper\weak.hxx
/aoo4110/main/comphelper/
H A DPackage_inc.mk126 $(eval $(call gb_Package_add_file,comphelper_inc,inc/comphelper/weak.hxx,comphelper/weak.hxx))
H A DLibrary_comphelp.mk118 comphelper/source/misc/weak \
/aoo4110/main/udkapi/com/sun/star/io/
H A DXActiveDataControl.idl85 /** does a weak abort.
/aoo4110/main/cppuhelper/source/
H A Dmakefile.mk133 $(SLO)$/weak.obj \
/aoo4110/main/slideshow/
H A Dmanifest.txt92 One of those places are the ViewEventHandlers, which are held weak

Completed in 36 milliseconds