Home
last modified time | relevance | path

Searched refs:aParent1 (Results 1 – 17 of 17) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/qa/unit/items/
H A Dstylepool.cxx35 SfxItemSet aParent1(*pPool, svl::Items<1, 1>{}); in CPPUNIT_TEST_FIXTURE() local
37 aChild1.SetParent(&aParent1); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/qa/unit/items/
H A Dstylepool.cxx35 SfxItemSet aParent1(*pPool, svl::Items<1, 1>{}); in CPPUNIT_TEST_FIXTURE() local
37 aChild1.SetParent(&aParent1); in CPPUNIT_TEST_FIXTURE()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.h552 const nsINode* aParent1, uint32_t aOffset1, const nsINode* aParent2,
572 const nsINode* aParent1, uint32_t aOffset1, const nsINode* aParent2,
592 const nsINode* aParent1, int64_t aOffset1, const nsINode* aParent2, in ComparePoints_AllowNegativeOffsets() argument
596 if (aParent1 == aParent2) { in ComparePoints_AllowNegativeOffsets()
603 if (aOffset1 < 0 && aParent2->IsInclusiveDescendantOf(aParent1)) { in ComparePoints_AllowNegativeOffsets()
608 if (aOffset2 < 0 && aParent1->IsInclusiveDescendantOf(aParent2)) { in ComparePoints_AllowNegativeOffsets()
614 aParent1, aOffset1 < 0 ? UINT32_MAX : static_cast<uint32_t>(aOffset1), in ComparePoints_AllowNegativeOffsets()
618 return ComparePoints(aParent1, aOffset1, aParent2, aOffset2); in ComparePoints_AllowNegativeOffsets()
H A DnsContentUtils.cpp2641 const nsINode* aParent1, uint32_t aOffset1, const nsINode* aParent2, in ComparePoints() argument
2646 aParent1, aOffset1, aParent2, aOffset2, &disconnected, aParent1Cache); in ComparePoints()
2656 const nsINode* aParent1, uint32_t aOffset1, const nsINode* aParent2, in ComparePoints_Deprecated() argument
2658 if (aParent1 == aParent2) { in ComparePoints_Deprecated()
2663 const nsINode* node1 = aParent1; in ComparePoints_Deprecated()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/txtsvc/
H A DnsTextServicesDocument.h163 static nsresult GetRangeEndPoints(nsRange* aRange, nsIDOMNode** aParent1,
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DObjectIdentifier.cxx840 OUString aParent1( ObjectIdentifier::getFullParentParticle( rCID1 ) ); in areSiblings() local
841 if( !aParent1.isEmpty() ) in areSiblings()
844 bRet=aParent1 == aParent2; in areSiblings()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DObjectIdentifier.cxx868 OUString aParent1( ObjectIdentifier::getFullParentParticle( rCID1 ) ); in areSiblings() local
869 if( !aParent1.isEmpty() ) in areSiblings()
872 bRet=aParent1 == aParent2; in areSiblings()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.h342 static int32_t ComparePoints(nsINode* aParent1, int32_t aOffset1,
345 static int32_t ComparePoints(nsIDOMNode* aParent1, int32_t aOffset1,
H A DnsContentUtils.cpp2375 nsContentUtils::ComparePoints(nsINode* aParent1, int32_t aOffset1, in ComparePoints() argument
2379 if (aParent1 == aParent2) { in ComparePoints()
2386 nsINode* node1 = aParent1; in ComparePoints()
2439 nsContentUtils::ComparePoints(nsIDOMNode* aParent1, int32_t aOffset1, in ComparePoints() argument
2443 nsCOMPtr<nsINode> parent1 = do_QueryInterface(aParent1); in ComparePoints()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.h496 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
523 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
H A DnsContentUtils.cpp2386 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints() argument
2391 aParent1, aOffset1, aParent2, aOffset2, &disconnected, aParent1Cache); in ComparePoints()
2401 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints_Deprecated() argument
2403 if (aParent1 == aParent2) { in ComparePoints_Deprecated()
2411 const nsINode* node1 = aParent1; in ComparePoints_Deprecated()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h453 static int32_t ComparePoints(nsINode* aParent1, int32_t aOffset1,
456 static int32_t ComparePoints(nsIDOMNode* aParent1, int32_t aOffset1,
H A DnsContentUtils.cpp2618 int32_t nsContentUtils::ComparePoints(nsINode* aParent1, int32_t aOffset1, in ComparePoints() argument
2621 if (aParent1 == aParent2) { in ComparePoints()
2629 nsINode* node1 = aParent1; in ComparePoints()
2686 int32_t nsContentUtils::ComparePoints(nsIDOMNode* aParent1, int32_t aOffset1, in ComparePoints() argument
2689 nsCOMPtr<nsINode> parent1 = do_QueryInterface(aParent1); in ComparePoints()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.h552 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
579 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
H A DnsContentUtils.cpp2663 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints() argument
2668 aParent1, aOffset1, aParent2, aOffset2, &disconnected, aParent1Cache); in ComparePoints()
2678 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints_Deprecated() argument
2680 if (aParent1 == aParent2) { in ComparePoints_Deprecated()
2688 const nsINode* node1 = aParent1; in ComparePoints_Deprecated()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.h552 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
579 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
H A DnsContentUtils.cpp2663 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints() argument
2668 aParent1, aOffset1, aParent2, aOffset2, &disconnected, aParent1Cache); in ComparePoints()
2678 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints_Deprecated() argument
2680 if (aParent1 == aParent2) { in ComparePoints_Deprecated()
2688 const nsINode* node1 = aParent1; in ComparePoints_Deprecated()