Home
last modified time | relevance | path

Searched refs:areSame (Results 1 – 19 of 19) sorted by relevance

/trunk/main/bridges/test/java_uno/equals/
H A DTestEquals.java219 UnoRuntime.areSame(null, null)); in getInstance()
222 !UnoRuntime.areSame(null, test1Aa)); in getInstance()
225 !UnoRuntime.areSame(null, test1Ab)); in getInstance()
228 !UnoRuntime.areSame(null, test1Ac)); in getInstance()
231 !UnoRuntime.areSame(null, test1Ba)); in getInstance()
234 !UnoRuntime.areSame(null, test1Bb)); in getInstance()
237 !UnoRuntime.areSame(null, test1Bc)); in getInstance()
240 !UnoRuntime.areSame(null, test2Aa)); in getInstance()
243 !UnoRuntime.areSame(null, test2Ab)); in getInstance()
246 !UnoRuntime.areSame(null, test2Ac)); in getInstance()
[all …]
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug107753_Test.java87 UnoRuntime.areSame(null, null)); in run()
89 !UnoRuntime.areSame(null, obj1a)); in run()
91 !UnoRuntime.areSame(null, obj1b)); in run()
93 !UnoRuntime.areSame(null, obj2a)); in run()
95 !UnoRuntime.areSame(null, obj2b)); in run()
97 !UnoRuntime.areSame(null, obj3a)); in run()
99 !UnoRuntime.areSame(null, obj3b)); in run()
101 !UnoRuntime.areSame(null, obj4a)); in run()
103 !UnoRuntime.areSame(null, obj4b)); in run()
107 !UnoRuntime.areSame(obj1a, null)); in run()
[all …]
H A DBug51323_Test.java66 return !UnoRuntime.areSame( in run()
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java72 UnoRuntime.areSame( in test_areSame()
76 !UnoRuntime.areSame( in test_areSame()
78 assertTrue(!UnoRuntime.areSame(new int[] { 1 }, new int[] { 1, 2 })); in test_areSame()
80 UnoRuntime.areSame( in test_areSame()
84 UnoRuntime.areSame( in test_areSame()
91 assertTrue(!UnoRuntime.areSame(new Test1(), new Test2())); in test_areSame()
95 UnoRuntime.areSame( in test_areSame()
181 return UnoRuntime.areSame(Test4.this, object); in isSame()
/trunk/main/jurt/test/com/sun/star/uno/
H A DUnoRuntime_EnvironmentTest.java49 UnoRuntime.areSame(java_environment1.get(), in test_getEnvironment()
52 UnoRuntime.areSame(java_environment2.get(), in test_getEnvironment()
74 assertTrue("", UnoRuntime.areSame(iBridge_tmp, iBridge)); in test_getBridge()
86 assertTrue("", !UnoRuntime.areSame(iBridge_tmp, iBridge)); in test_getBridge()
H A DAnyConverter_Test.java572 assertTrue("", UnoRuntime.areSame(val, aObj)); in test_toObject()
/trunk/main/jurt/test/com/sun/star/comp/bridgefactory/
H A DBridgeFactory_Test.java48 assertTrue("", UnoRuntime.areSame(xBridge, in test()
63 assertTrue("", UnoRuntime.areSame(xBridge, xBridges[0])); in test()
81 assertTrue("", !UnoRuntime.areSame(xBridge, xBridge_new)); in test()
91 && UnoRuntime.areSame(xBridge_new, xBridges[0])); in test()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java377 if (UnoRuntime.areSame(elem, elementData[i])) in indexOf()
432 if (UnoRuntime.areSame(elem, elementData[i])) in lastIndexOf()
574 if (UnoRuntime.areSame(o, curElem)) in retainAll()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java216 public static boolean areSame(Object any1, Object any2) { in areSame() method in UnoRuntime
252 if (!areSame(Array.get(v1, i), Array.get(v2, i))) { in areSame()
275 if (!areSame( in areSame()
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java136 …assertFalse( "data model should not be shared after cloning", UnoRuntime.areSame( originalDataMode… in testGridControlCloning()
142 …assertFalse( "column model should not be shared after cloning", UnoRuntime.areSame( originalColumn… in testGridControlCloning()
607 return UnoRuntime.areSame( lhs, rhs ); in impl_areSameInterface()
676 assertTrue( UnoRuntime.areSame( i_event.Source, m_component ) ); in disposing()
/trunk/main/forms/qa/integration/forms/
H A DXMLFormSettings.java102 UnoRuntime.areSame( stringElement, booleanAttrib.getParentNode() ) ); in before()
104 UnoRuntime.areSame( stringElement, dateAttrib.getParentNode() ) ); in before()
H A DDocumentHelper.java200 if ( UnoRuntime.areSame( oldModel, newModel ) ) in reload()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DStatusListener.java402 if (m_xFrame!=null && UnoRuntime.areSame(aEvent.Source,m_xFrame)) in disposing()
408 if (m_xDispatch!=null && UnoRuntime.areSame(aEvent.Source,m_xDispatch)) in disposing()
H A DInterceptor.java595 if (m_xFrame!=null && UnoRuntime.areSame(aSource.Source,m_xFrame)) in disposing()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java551 result = UnoRuntime.areSame(newVal, getVal) ; in _updateBinaryStream()
588 result = UnoRuntime.areSame(newVal, getVal) ; in _updateCharacterStream()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DApplicationController.java94 UnoRuntime.areSame(loadedComponent, m_databaseDocument)); in impl_switchToDocument()
/trunk/main/test/java/test-tools/src/main/java/org/openoffice/test/tools/
H A DOfficeDocument.java208 if ( UnoRuntime.areSame( oldModel, newModel ) ) in reload()
/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java312 … assertTrue( UnoRuntime.areSame( undoManager.getParent(), m_currentDocument.getDocument() ) ); in getUndoManager()
407 if ( UnoRuntime.areSame( child, i_controlModel ) ) in impl_assignScript()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java526 …return xServiceInfo != null && UnoRuntime.areSame(factoriesByImplNames.get(xServiceInfo.getImpleme… in has()