Home
last modified time | relevance | path

Searched refs:aObjects (Results 1 – 25 of 89) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Dlifecycle.cxx277 std::vector<LeakTestObject *> aObjects; in testLeakage() local
281 VclPtr<vcl::Window> xParent = aObjects.back()->getRef(); in testLeakage()
284 aObjects.push_back(LeakTestObject::Create<OKButton>(xParent)); in testLeakage()
287 aObjects.push_back(LeakTestObject::Create<CheckBox>(xParent)); in testLeakage()
288 aObjects.push_back(LeakTestObject::Create<Edit>(xParent)); in testLeakage()
289 aObjects.push_back(LeakTestObject::Create<ComboBox>(xParent)); in testLeakage()
296 VclPtr<vcl::Window> xVBox = aObjects.back()->getRef(); in testLeakage()
303 for (auto i = aObjects.rbegin(); i != aObjects.rend(); ++i) in testLeakage()
306 for (auto i = aObjects.rbegin(); i != aObjects.rend(); ++i) in testLeakage()
309 for (auto i = aObjects.begin(); i != aObjects.end(); ++i) in testLeakage()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Dlifecycle.cxx252 std::vector<LeakTestObject *> aObjects; in testLeakage() local
256 VclPtr<vcl::Window> xParent = aObjects.back()->getRef(); in testLeakage()
259 aObjects.push_back(LeakTestObject::Create<CheckBox>(xParent)); in testLeakage()
260 aObjects.push_back(LeakTestObject::Create<Edit>(xParent)); in testLeakage()
261 aObjects.push_back(LeakTestObject::Create<ComboBox>(xParent)); in testLeakage()
266 VclPtr<vcl::Window> xDlgParent = aObjects.back()->getRef(); in testLeakage()
268 VclPtr<vcl::Window> xVBox = aObjects.back()->getRef(); in testLeakage()
275 for (auto i = aObjects.rbegin(); i != aObjects.rend(); ++i) in testLeakage()
278 for (auto i = aObjects.rbegin(); i != aObjects.rend(); ++i) in testLeakage()
281 for (auto i = aObjects.begin(); i != aObjects.end(); ++i) in testLeakage()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/windowwatcher/
H A DnsDialogParamBlock.cpp78 nsDialogParamBlock::GetObjects(nsIMutableArray** aObjects) { in GetObjects() argument
79 NS_ENSURE_ARG_POINTER(aObjects); in GetObjects()
80 NS_IF_ADDREF(*aObjects = mObjects); in GetObjects()
85 nsDialogParamBlock::SetObjects(nsIMutableArray* aObjects) { in SetObjects() argument
86 mObjects = aObjects; in SetObjects()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/windowwatcher/
H A DnsDialogParamBlock.cpp78 nsDialogParamBlock::GetObjects(nsIMutableArray** aObjects) { in GetObjects() argument
79 NS_ENSURE_ARG_POINTER(aObjects); in GetObjects()
80 NS_IF_ADDREF(*aObjects = mObjects); in GetObjects()
85 nsDialogParamBlock::SetObjects(nsIMutableArray* aObjects) { in SetObjects() argument
86 mObjects = aObjects; in SetObjects()
/dports/www/firefox/firefox-99.0/toolkit/components/windowwatcher/
H A DnsDialogParamBlock.cpp78 nsDialogParamBlock::GetObjects(nsIMutableArray** aObjects) { in GetObjects() argument
79 NS_ENSURE_ARG_POINTER(aObjects); in GetObjects()
80 NS_IF_ADDREF(*aObjects = mObjects); in GetObjects()
85 nsDialogParamBlock::SetObjects(nsIMutableArray* aObjects) { in SetObjects() argument
86 mObjects = aObjects; in SetObjects()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/windowwatcher/
H A DnsDialogParamBlock.cpp78 nsDialogParamBlock::GetObjects(nsIMutableArray** aObjects) { in GetObjects() argument
79 NS_ENSURE_ARG_POINTER(aObjects); in GetObjects()
80 NS_IF_ADDREF(*aObjects = mObjects); in GetObjects()
85 nsDialogParamBlock::SetObjects(nsIMutableArray* aObjects) { in SetObjects() argument
86 mObjects = aObjects; in SetObjects()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/windowwatcher/
H A DnsDialogParamBlock.cpp78 nsDialogParamBlock::GetObjects(nsIMutableArray** aObjects) { in GetObjects() argument
79 NS_ENSURE_ARG_POINTER(aObjects); in GetObjects()
80 NS_IF_ADDREF(*aObjects = mObjects); in GetObjects()
85 nsDialogParamBlock::SetObjects(nsIMutableArray* aObjects) { in SetObjects() argument
86 mObjects = aObjects; in SetObjects()
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/windowwatcher/
H A DnsDialogParamBlock.cpp89 nsDialogParamBlock::GetObjects(nsIMutableArray** aObjects) in GetObjects() argument
91 NS_ENSURE_ARG_POINTER(aObjects); in GetObjects()
92 NS_IF_ADDREF(*aObjects = mObjects); in GetObjects()
97 nsDialogParamBlock::SetObjects(nsIMutableArray* aObjects) in SetObjects() argument
99 mObjects = aObjects; in SetObjects()
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/helpers/
H A Dcontextmanipulatorhelper.class.inc.php414 * @param array $aObjects
417 public static function PrepareRulesForToken($aRules, $aObjects = array()) argument
421 foreach ($aObjects as $oObject)
454 * @param array $aObjects
457 public static function PrepareAndEncodeRulesToken($aRules, $aObjects = array()) argument
460 $aTokenRules = static::PrepareRulesForToken($aRules, $aObjects);
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DIPCClientCertsParent.cpp21 nsTArray<IPCClientCertObject>* aObjects) { in RecvFindObjects() argument
43 aObjects->AppendElement(std::move(rsakey)); in RecvFindObjects()
51 aObjects->AppendElement(std::move(eckey)); in RecvFindObjects()
59 aObjects->AppendElement(std::move(cert)); in RecvFindObjects()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsCOMArray.h66 bool InsertObjectsAt(const nsCOMArray_base& aObjects, int32_t aIndex);
90 bool AppendObjects(const nsCOMArray_base& aObjects) in AppendObjects() argument
92 return InsertObjectsAt(aObjects, Count()); in AppendObjects()
312 bool InsertObjectsAt(const nsCOMArray<T>& aObjects, int32_t aIndex) in InsertObjectsAt() argument
314 return nsCOMArray_base::InsertObjectsAt(aObjects, aIndex); in InsertObjectsAt()
381 bool AppendObjects(const nsCOMArray<T>& aObjects) in AppendObjects() argument
383 return nsCOMArray_base::AppendObjects(aObjects); in AppendObjects()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A DChartTools.cxx144 std::vector<SdrOle2Obj*> aObjects; in getAllPivotChartsConnectedTo() local
149 return aObjects; in getAllPivotChartsConnectedTo()
164 aObjects.push_back(pObject); in getAllPivotChartsConnectedTo()
169 return aObjects; in getAllPivotChartsConnectedTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A DChartTools.cxx145 std::vector<SdrOle2Obj*> aObjects; in getAllPivotChartsConntectedTo() local
150 return aObjects; in getAllPivotChartsConntectedTo()
165 aObjects.push_back(pObject); in getAllPivotChartsConntectedTo()
170 return aObjects; in getAllPivotChartsConntectedTo()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DObjectGroup.cpp218 void ObjectGroup::setupGroup(ArrayPtrs<Object>& aObjects) in setupGroup() argument
222 int index = aObjects.getIndex(_memberNames.get(i)); in setupGroup()
224 _memberObjects.insert(i, aObjects.get(index)); in setupGroup()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsCOMArray.h62 bool InsertObjectsAt(const nsCOMArray_base& aObjects, int32_t aIndex);
82 bool AppendObjects(const nsCOMArray_base& aObjects) { in AppendObjects() argument
83 return InsertObjectsAt(aObjects, Count()); in AppendObjects()
278 bool InsertObjectsAt(const nsCOMArray<T>& aObjects, int32_t aIndex) { in InsertObjectsAt() argument
279 return nsCOMArray_base::InsertObjectsAt(aObjects, aIndex); in InsertObjectsAt()
330 bool AppendObjects(const nsCOMArray<T>& aObjects) { in AppendObjects() argument
331 return nsCOMArray_base::AppendObjects(aObjects); in AppendObjects()
H A DnsCOMArray.cpp136 bool nsCOMArray_base::InsertObjectsAt(const nsCOMArray_base& aObjects, in InsertObjectsAt() argument
142 mArray.InsertElementsAt(aIndex, aObjects.mArray); in InsertObjectsAt()
145 uint32_t count = aObjects.Length(); in InsertObjectsAt()
147 NS_IF_ADDREF(aObjects[i]); in InsertObjectsAt()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsCOMArray.h62 bool InsertObjectsAt(const nsCOMArray_base& aObjects, int32_t aIndex);
82 bool AppendObjects(const nsCOMArray_base& aObjects) { in AppendObjects() argument
83 return InsertObjectsAt(aObjects, Count()); in AppendObjects()
281 bool InsertObjectsAt(const nsCOMArray<T>& aObjects, int32_t aIndex) { in InsertObjectsAt() argument
282 return nsCOMArray_base::InsertObjectsAt(aObjects, aIndex); in InsertObjectsAt()
321 bool AppendObjects(const nsCOMArray<T>& aObjects) { in AppendObjects() argument
322 return nsCOMArray_base::AppendObjects(aObjects); in AppendObjects()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsCOMArray.h65 bool InsertObjectsAt(const nsCOMArray_base& aObjects, int32_t aIndex);
85 bool AppendObjects(const nsCOMArray_base& aObjects) { in AppendObjects() argument
86 return InsertObjectsAt(aObjects, Count()); in AppendObjects()
278 bool InsertObjectsAt(const nsCOMArray<T>& aObjects, int32_t aIndex) { in InsertObjectsAt() argument
279 return nsCOMArray_base::InsertObjectsAt(aObjects, aIndex); in InsertObjectsAt()
330 bool AppendObjects(const nsCOMArray<T>& aObjects) { in AppendObjects() argument
331 return nsCOMArray_base::AppendObjects(aObjects); in AppendObjects()
H A DnsCOMArray.cpp136 bool nsCOMArray_base::InsertObjectsAt(const nsCOMArray_base& aObjects, in InsertObjectsAt() argument
142 mArray.InsertElementsAt(aIndex, aObjects.mArray); in InsertObjectsAt()
145 uint32_t count = aObjects.Length(); in InsertObjectsAt()
147 NS_IF_ADDREF(aObjects[i]); in InsertObjectsAt()
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsCOMArray.h65 bool InsertObjectsAt(const nsCOMArray_base& aObjects, int32_t aIndex);
85 bool AppendObjects(const nsCOMArray_base& aObjects) { in AppendObjects() argument
86 return InsertObjectsAt(aObjects, Count()); in AppendObjects()
278 bool InsertObjectsAt(const nsCOMArray<T>& aObjects, int32_t aIndex) { in InsertObjectsAt() argument
279 return nsCOMArray_base::InsertObjectsAt(aObjects, aIndex); in InsertObjectsAt()
330 bool AppendObjects(const nsCOMArray<T>& aObjects) { in AppendObjects() argument
331 return nsCOMArray_base::AppendObjects(aObjects); in AppendObjects()
H A DnsCOMArray.cpp136 bool nsCOMArray_base::InsertObjectsAt(const nsCOMArray_base& aObjects, in InsertObjectsAt() argument
142 mArray.InsertElementsAt(aIndex, aObjects.mArray); in InsertObjectsAt()
145 uint32_t count = aObjects.Length(); in InsertObjectsAt()
147 NS_IF_ADDREF(aObjects[i]); in InsertObjectsAt()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsCOMArray.h65 bool InsertObjectsAt(const nsCOMArray_base& aObjects, int32_t aIndex);
85 bool AppendObjects(const nsCOMArray_base& aObjects) { in AppendObjects() argument
86 return InsertObjectsAt(aObjects, Count()); in AppendObjects()
278 bool InsertObjectsAt(const nsCOMArray<T>& aObjects, int32_t aIndex) { in InsertObjectsAt() argument
279 return nsCOMArray_base::InsertObjectsAt(aObjects, aIndex); in InsertObjectsAt()
330 bool AppendObjects(const nsCOMArray<T>& aObjects) { in AppendObjects() argument
331 return nsCOMArray_base::AppendObjects(aObjects); in AppendObjects()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformcontroller.cxx179 Sequence< Reference< XInterface > > aObjects; in setFastPropertyValue_NoBroadcast() local
182 aObjects.realloc( 1 ); in setFastPropertyValue_NoBroadcast()
183 aObjects[0] = m_xCurrentInspectee; in setFastPropertyValue_NoBroadcast()
187 xInspector->inspect( aObjects ); in setFastPropertyValue_NoBroadcast()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformcontroller.cxx207 Sequence< Reference< XInterface > > aObjects; in setFastPropertyValue_NoBroadcast() local
210 aObjects.realloc( 1 ); in setFastPropertyValue_NoBroadcast()
211 aObjects[0] = m_xCurrentInspectee; in setFastPropertyValue_NoBroadcast()
215 xInspector->inspect( aObjects ); in setFastPropertyValue_NoBroadcast()
/dports/biology/ugene/ugene-40.1/src/plugins/enzymes/src/
H A DDNAFragment.cpp67 …QList<GObject *> aObjects = GObjectUtils::findAllObjects(UOF_LoadedOnly, GObjectTypes::ANNOTATION_… in findAvailableFragments() local
70 return findAvailableFragments(aObjects, sObjects); in findAvailableFragments()
73 QList<DNAFragment> DNAFragment::findAvailableFragments(const QList<GObject *> &aObjects, const QLis… in findAvailableFragments() argument
75 foreach (GObject *obj, aObjects) { in findAvailableFragments()
94 …bjectByRole(dnaObj, GObjectTypes::ANNOTATION_TABLE, ObjectRole_Sequence, aObjects, UOF_LoadedOnly); in findAvailableFragments()

1234