Home
last modified time | relevance | path

Searched refs:finalize (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/bridges/java/java_uno/src/main/java/com/sun/star/bridges/jni_uno/
H A DJNI_info_holder.java41 private native void finalize( long jni_info_handle ); in finalize() method in JNI_info_holder
44 protected void finalize() in finalize() method in JNI_info_holder
46 finalize( s_jni_info_handle ); in finalize()
H A DJNI_proxy.java84 private native void finalize( long bridge_handle ); in finalize() method in JNI_proxy
87 public void finalize() in finalize() method in JNI_proxy
91 JNI_proxy.this.finalize( m_bridge_handle ); in finalize()
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/Lifetime/
H A DMyUnoObject.java28 protected void finalize() throws Throwable { in finalize() method in MyUnoObject
29 super.finalize(); in finalize()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DComponentBase.java149 protected void finalize() throws Throwable in finalize() method in ComponentBase
153 super.finalize(); in finalize()
H A DWeakBase.java64 protected void finalize() throws java.lang.Throwable in finalize() method in WeakBase
68 super.finalize(); in finalize()
/trunk/main/writerfilter/inc/resourcemodel/
H A DOutputWithDepth.hxx50 void finalize();
74 void OutputWithDepth<T>::finalize() in finalize() function in writerfilter::OutputWithDepth
/trunk/main/connectivity/qa/connectivity/tools/
H A DAbstractDatabase.java200 protected void finalize() throws Throwable in finalize() method in AbstractDatabase
203 super.finalize(); in finalize()
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DByteArrayToXInputStreamAdapter.java152 public void finalize() throws Throwable{ in finalize() method in ByteArrayToXInputStreamAdapter
154 super.finalize(); in finalize()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkhypertext.cxx60 hyper_parent_class->finalize (obj); in hyper_link_finalize()
151 gobject_class->finalize = hyper_link_finalize; in hyper_link_class_init()
H A Datkwindow.cxx266 window_real_finalize = gobject_class->finalize; in ooo_window_wrapper_class_init()
267 gobject_class->finalize = ooo_window_wrapper_real_finalize; in ooo_window_wrapper_class_init()
H A Datkwrapper.cxx624 parent_class->finalize( obj ); in atk_object_wrapper_finalize()
636 gobject_class->finalize = atk_object_wrapper_finalize; in atk_object_wrapper_class_init()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java247 protected void finalize() throws Throwable in finalize() method in HsqlDatabase
250 super.finalize(); in finalize()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_mount.cxx49 G_OBJECT_CLASS (ooo_mount_operation_parent_class)->finalize (object); in ooo_mount_operation_finalize()
55 object_class->finalize = ooo_mount_operation_finalize; in ooo_mount_operation_class_init()
/trunk/main/oox/source/xls/
H A Dworkbookhelper.cxx214 void finalize();
314 finalize(); in ~WorkbookGlobals()
555 void WorkbookGlobals::finalize() in finalize() function in oox::xls::WorkbookGlobals
/trunk/main/desktop/source/app/
H A Duserinstall.hxx46 static UserInstallError finalize();
H A Duserinstall.cxx141 UserInstall::UserInstallError UserInstall::finalize() in finalize() function in desktop::UserInstall
/trunk/main/writerfilter/source/doctok/
H A DWW8OutputWithDepth.hxx42 virtual ~WW8OutputWithDepth() { finalize(); } in ~WW8OutputWithDepth()
/trunk/main/jurt/test/com/sun/star/uno/
H A DWeakReference_Test.java58 protected void finalize() { in finalize() method in WeakReference_Test.MockWeak
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DSSR.java143 maEventHandler.finalize (); in actionPerformed()
H A DEventHandler.java54 public void finalize () in finalize() method in EventHandler
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug108825_Test.java92 protected void finalize() { in finalize() method in Bug108825_Test.Client.Dummy
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityNode.java52 protected void finalize() throws java.lang.Throwable { in finalize() method in AccessibilityNode
/trunk/main/pyuno/inc/pyuno/
H A Dpyuno.hxx227 static void SAL_CALL finalize() throw(com::sun::star::uno::RuntimeException );
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java132 protected void finalize() { in finalize() method in ProxyFactory.Handler
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch1356 - xmlSecNssKeysStoreFinalize, /* xmlSecKeyStoreFinalizeMethod finalize; */
3166 + xmlSecNssKeyWrapFinalize, /* xmlSecTransformFinalizeMethod finalize; */
3197 + xmlSecNssKeyWrapFinalize, /* xmlSecTransformFinalizeMethod finalize; */
3228 + xmlSecNssKeyWrapFinalize, /* xmlSecTransformFinalizeMethod finalize; */
3299 + xmlSecNssKeyWrapFinalize, /* xmlSecTransformFinalizeMethod finalize; */

Completed in 97 milliseconds

12