Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/gtest/
H A Dtest_metadatable.cxx105 beans::StringPair id2(content, sid2); in TEST_F() local
167 mc1.SetMetadataReference(id2); in TEST_F()
168 ASSERT_TRUE(mc1.GetMetadataReference() == id2) << "set failed"; in TEST_F()
170 mc2.SetMetadataReference(id2); in TEST_F()
173 mc1.SetMetadataReference(id2); in TEST_F()
174 ASSERT_TRUE(mc1.GetMetadataReference() == id2) << "set failed (existing)"; in TEST_F()
176 ASSERT_TRUE(mc1.GetMetadataReference() == id2) << "ensure failed (existing)"; in TEST_F()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DSmartId.java71 SmartId id2 = (SmartId) o; in equals()
72 …return id2.id == this.id && ((this.sid == null && id2.sid == null) || (this.sid != null && this.si… in equals()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_update.cxx118 boost::optional< OUString > id2(infoset.getIdentifier()); in getOwnUpdateInfos() local
119 if (!id2) in getOwnUpdateInfos()
121 OSL_ASSERT(*id2 == id); in getOwnUpdateInfos()
122 if (*id2 == id) in getOwnUpdateInfos()
/trunk/main/solenv/bin/
H A Dsubsequenttests93 my ($id2, $ids);
94 while (($id2, $ids) = each(%deps)) {
95 $ids !~ /\s\Q$id1\E\s/ or die("$module: $id2 depends on $id1");
/trunk/main/svl/qa/
H A Dtest_URIHelper.cxx201 css::uno::Reference< css::ucb::XContentIdentifier > const & id2) in compareContentIds()
204 OSL_ASSERT(id1.is() && id2.is()); in compareContentIds()
206 id1->getContentIdentifier().compareTo(id2->getContentIdentifier()); in compareContentIds()
/trunk/main/sal/test/unloading/
H A DunloadTest.cxx487 sal_Int32 id2=2; in test7() local
490 sal_Int32 cookie2= rtl_addUnloadingListener( listenerCallback, &id2); in test7()
501 sal_Int32 cookie5= rtl_addUnloadingListener( listenerCallback, &id2); in test7()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DTestCacheSize.java363 int id2 = randomgen.nextInt(Integer.MAX_VALUE); in fillUpMultiTable() local
370 para.setInt(2, id2); in fillUpMultiTable()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XCommandProcessor2.java40 int id2 = oObj.createCommandIdentifier(); in _releaseCommandIdentifier() local
/trunk/main/offapi/com/sun/star/ucb/
H A DContentAction.idl65 to id2(C) == B, denoted as E1(C: A->B). For example,
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java2860 StringPair id2 = new StringPair("content.xml", mkName("id")); in testMetaXChild() local
2866 TreeNode meta2 = new MetaNode(id2); in testMetaXChild()
2912 id2, in testMetaXChild()
2968 assertTrue("getParent(): wrong", MetaNode.eq(xmlid, id2)); in testMetaXChild()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 82 milliseconds