Home
last modified time | relevance | path

Searched refs:aEntries (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Dautostyl.cxx106 ::std::find_if(aEntries.begin(), aEntries.end(), FindByRange(rRange)); in AddEntry()
108 if (itr != aEntries.end()) in AddEntry()
109 aEntries.erase(itr); in AddEntry()
121 ::std::find_if(aEntries.begin(), aEntries.end(), FindByTimeout(nTimeout)); in AddEntry()
133 for (auto& rEntry : aEntries) in AdjustEntries()
146 std::vector<ScAutoStyleData>::iterator itr = aEntries.begin(), itrEnd = aEntries.end(); in ExecuteEntries()
156 aEntries.erase(aEntries.begin(), itr); in ExecuteEntries()
163 for (const auto& rEntry : aEntries) in ExecuteAllNow()
166 aEntries.clear(); in ExecuteAllNow()
173 ::std::find_if(aEntries.begin(),aEntries.end(), FindNonZeroTimeout()); in StartTimer()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Dautostyl.cxx106 ::std::find_if(aEntries.begin(), aEntries.end(), FindByRange(rRange)); in AddEntry()
108 if (itr != aEntries.end()) in AddEntry()
109 aEntries.erase(itr); in AddEntry()
121 ::std::find_if(aEntries.begin(), aEntries.end(), FindByTimeout(nTimeout)); in AddEntry()
133 for (auto& rEntry : aEntries) in AdjustEntries()
146 std::vector<ScAutoStyleData>::iterator itr = aEntries.begin(), itrEnd = aEntries.end(); in ExecuteEntries()
156 aEntries.erase(aEntries.begin(), itr); in ExecuteEntries()
163 for (const auto& rEntry : aEntries) in ExecuteAllNow()
166 aEntries.clear(); in ExecuteAllNow()
173 ::std::find_if(aEntries.begin(),aEntries.end(), FindNonZeroTimeout()); in StartTimer()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/animation/
H A DKeyframeUtils.cpp817 std::stable_sort(aEntries.begin(), aEntries.end(), in BuildSegmentsFromValueEntries()
888 if (aEntries[i].mProperty == aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
889 aEntries[i].mOffset == aEntries[i + 1].mOffset && in BuildSegmentsFromValueEntries()
890 aEntries[i].mOffset != 1.0f && aEntries[i].mOffset != 0.0f) { in BuildSegmentsFromValueEntries()
896 if (aEntries[i].mProperty != aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
914 if (aEntries[i].mOffset == 0.0f && aEntries[i + 1].mOffset == 0.0f) { in BuildSegmentsFromValueEntries()
916 MOZ_ASSERT(aEntries[i].mProperty == aEntries[i + 1].mProperty); in BuildSegmentsFromValueEntries()
918 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
923 aEntries[i + 1].mProperty == aEntries[i].mProperty) { in BuildSegmentsFromValueEntries()
926 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/animation/
H A DKeyframeUtils.cpp815 std::stable_sort(aEntries.begin(), aEntries.end(), in BuildSegmentsFromValueEntries()
886 if (aEntries[i].mProperty == aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
887 aEntries[i].mOffset == aEntries[i + 1].mOffset && in BuildSegmentsFromValueEntries()
888 aEntries[i].mOffset != 1.0f && aEntries[i].mOffset != 0.0f) { in BuildSegmentsFromValueEntries()
894 if (aEntries[i].mProperty != aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
912 if (aEntries[i].mOffset == 0.0f && aEntries[i + 1].mOffset == 0.0f) { in BuildSegmentsFromValueEntries()
914 MOZ_ASSERT(aEntries[i].mProperty == aEntries[i + 1].mProperty); in BuildSegmentsFromValueEntries()
916 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
921 aEntries[i + 1].mProperty == aEntries[i].mProperty) { in BuildSegmentsFromValueEntries()
924 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
[all …]
/dports/www/firefox/firefox-99.0/dom/animation/
H A DKeyframeUtils.cpp818 std::stable_sort(aEntries.begin(), aEntries.end(), in BuildSegmentsFromValueEntries()
889 if (aEntries[i].mProperty == aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
890 aEntries[i].mOffset == aEntries[i + 1].mOffset && in BuildSegmentsFromValueEntries()
891 aEntries[i].mOffset != 1.0f && aEntries[i].mOffset != 0.0f) { in BuildSegmentsFromValueEntries()
897 if (aEntries[i].mProperty != aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
915 if (aEntries[i].mOffset == 0.0f && aEntries[i + 1].mOffset == 0.0f) { in BuildSegmentsFromValueEntries()
917 MOZ_ASSERT(aEntries[i].mProperty == aEntries[i + 1].mProperty); in BuildSegmentsFromValueEntries()
919 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
924 aEntries[i + 1].mProperty == aEntries[i].mProperty) { in BuildSegmentsFromValueEntries()
927 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/animation/
H A DKeyframeUtils.cpp817 std::stable_sort(aEntries.begin(), aEntries.end(), in BuildSegmentsFromValueEntries()
888 if (aEntries[i].mProperty == aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
889 aEntries[i].mOffset == aEntries[i + 1].mOffset && in BuildSegmentsFromValueEntries()
890 aEntries[i].mOffset != 1.0f && aEntries[i].mOffset != 0.0f) { in BuildSegmentsFromValueEntries()
896 if (aEntries[i].mProperty != aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
914 if (aEntries[i].mOffset == 0.0f && aEntries[i + 1].mOffset == 0.0f) { in BuildSegmentsFromValueEntries()
916 MOZ_ASSERT(aEntries[i].mProperty == aEntries[i + 1].mProperty); in BuildSegmentsFromValueEntries()
918 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
923 aEntries[i + 1].mProperty == aEntries[i].mProperty) { in BuildSegmentsFromValueEntries()
926 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DSpellAttrib.hxx89 css::uno::Sequence<css::uno::Any> aEntries(9); in toSequence() local
90 aEntries[0] <<= bIsGrammarError; in toSequence()
91 aEntries[1] <<= sErrorText; in toSequence()
92 aEntries[2] <<= sDialogTitle; in toSequence()
93 aEntries[3] <<= sExplanation; in toSequence()
94 aEntries[4] <<= sExplanationURL; in toSequence()
95 aEntries[5] <<= aLocale; in toSequence()
96 aEntries[6] <<= xGrammarChecker; in toSequence()
97 aEntries[7] <<= aSuggestions; in toSequence()
98 aEntries[8] <<= sRuleId; in toSequence()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DSpellAttrib.hxx90 css::uno::Sequence<css::uno::Any> aEntries(9); in toSequence() local
91 aEntries[0] <<= bIsGrammarError; in toSequence()
92 aEntries[1] <<= sErrorText; in toSequence()
93 aEntries[2] <<= sDialogTitle; in toSequence()
94 aEntries[3] <<= sExplanation; in toSequence()
95 aEntries[4] <<= sExplanationURL; in toSequence()
96 aEntries[5] <<= aLocale; in toSequence()
97 aEntries[6] <<= xGrammarChecker; in toSequence()
98 aEntries[7] <<= aSuggestions; in toSequence()
99 aEntries[8] <<= sRuleId; in toSequence()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/profiler/gecko/
H A DnsProfilerStartParams.cpp10 nsProfilerStartParams::nsProfilerStartParams(uint32_t aEntries, in NS_IMPL_ISUPPORTS()
14 mEntries(aEntries), in NS_IMPL_ISUPPORTS()
26 nsProfilerStartParams::GetEntries(uint32_t* aEntries) in GetEntries() argument
28 NS_ENSURE_ARG_POINTER(aEntries); in GetEntries()
29 *aEntries = mEntries; in GetEntries()
34 nsProfilerStartParams::SetEntries(uint32_t aEntries) in SetEntries() argument
36 NS_ENSURE_ARG(aEntries); in SetEntries()
37 mEntries = aEntries; in SetEntries()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/property/
H A Dpropertysethelper.cxx61 PropertyMapEntry const * aEntries[2]; in setPropertyValue() local
64 if( nullptr == aEntries[0] ) in setPropertyValue()
67 aEntries[1] = nullptr; in setPropertyValue()
69 _setPropertyValues( aEntries, &aValue ); in setPropertyValue()
74 PropertyMapEntry const * aEntries[2]; in getPropertyValue() local
77 if( nullptr == aEntries[0] ) in getPropertyValue()
80 aEntries[1] = nullptr; in getPropertyValue()
83 _getPropertyValues( aEntries, &aAny ); in getPropertyValue()
185 PropertyMapEntry const * aEntries[2]; in getPropertyState() local
188 if( aEntries[0] == nullptr ) in getPropertyState()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/property/
H A Dpropertysethelper.cxx77 PropertyMapEntry const * aEntries[2]; in setPropertyValue() local
80 if( nullptr == aEntries[0] ) in setPropertyValue()
83 aEntries[1] = nullptr; in setPropertyValue()
85 _setPropertyValues( aEntries, &aValue ); in setPropertyValue()
90 PropertyMapEntry const * aEntries[2]; in getPropertyValue() local
93 if( nullptr == aEntries[0] ) in getPropertyValue()
96 aEntries[1] = nullptr; in getPropertyValue()
99 _getPropertyValues( aEntries, &aAny ); in getPropertyValue()
204 PropertyMapEntry const * aEntries[2]; in getPropertyState() local
207 if( aEntries[0] == nullptr ) in getPropertyState()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DKeyframeUtils.cpp1125 std::stable_sort(aEntries.begin(), aEntries.end(), in BuildSegmentsFromValueEntries()
1196 if (aEntries[i].mProperty == aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
1197 aEntries[i].mOffset == aEntries[i + 1].mOffset && in BuildSegmentsFromValueEntries()
1198 aEntries[i].mOffset != 1.0f && aEntries[i].mOffset != 0.0f) { in BuildSegmentsFromValueEntries()
1204 if (aEntries[i].mProperty != aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
1222 if (aEntries[i].mOffset == 0.0f && aEntries[i + 1].mOffset == 0.0f) { in BuildSegmentsFromValueEntries()
1224 MOZ_ASSERT(aEntries[i].mProperty == aEntries[i + 1].mProperty); in BuildSegmentsFromValueEntries()
1226 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
1231 aEntries[i + 1].mProperty == aEntries[i].mProperty) { in BuildSegmentsFromValueEntries()
1234 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
[all …]
/dports/www/itop/web/sources/form/field/
H A Dcaselogfield.class.inc.php30 protected $aEntries; variable in Combodo\\iTop\\Form\\Field\\CaseLogField
48 return $this->aEntries;
53 * @param array $aEntries
56 public function SetEntries($aEntries) argument
58 $this->aEntries = $aEntries;
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/customize/
H A DSvxNotebookbarConfigPage.cxx353 aEntries.push_back(nodeEntries); in searchNodeandAttribute()
362 aEntries.push_back(nodeEntries); in searchNodeandAttribute()
374 aEntries.push_back(nodeEntries); in searchNodeandAttribute()
404 std::vector<NotebookbarEntries> aEntries; in SelectElement() local
425 aTempEntries.push_back(aEntries[nIdx]); in SelectElement()
435 aTempEntries.push_back(aEntries[nIdx]); in SelectElement()
438 aEntries = aTempEntries; in SelectElement()
443 aEntries.size(), [this, &rTreeView, &aEntries](weld::TreeIter& rIter, int nIdx) { in SelectElement()
446 if (aEntries[nIdx].sActionName != "Null") in SelectElement()
457 InsertEntryIntoNotebookbarTabUI(aEntries[nIdx].sClassId, aEntries[nIdx].sDisplayName, in SelectElement()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/fastdep/
H A Davl.c65 PPAVLNODECORE aEntries[AVL_MAX_HEIGHT]; member
70 PAVLNODECORE aEntries[AVL_MAX_HEIGHT]; member
114 AVLStack.aEntries[AVLStack.cEntries++] = ppCurNode; in AVLInsert()
187 AVLStack.aEntries[AVLStack.cEntries++] = ppDeleteNode; in AVLRemove()
234 AVLStack.aEntries[iStackEntry] = &pLeftLeast->pLeft; in AVLRemove()
376 AVLStack.aEntries[AVLStack.cEntries++] = ppNode; in AVLGetWithAdjecentNodes()
408 pCurNode = *AVLStack.aEntries[AVLStack.cEntries]; in AVLGetWithAdjecentNodes()
451 AVLStack.aEntries[0] = *ppTree; in AVLDoWithAll()
457 pNode = AVLStack.aEntries[AVLStack.cEntries - 1]; in AVLDoWithAll()
488 pNode = AVLStack.aEntries[AVLStack.cEntries - 1]; in AVLDoWithAll()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/customize/
H A DSvxNotebookbarConfigPage.cxx389 aEntries.push_back(nodeEntries); in searchNodeandAttribute()
398 aEntries.push_back(nodeEntries); in searchNodeandAttribute()
410 aEntries.push_back(nodeEntries); in searchNodeandAttribute()
440 std::vector<NotebookbarEntries> aEntries; in SelectElement() local
461 aTempEntries.push_back(aEntries[nIdx]); in SelectElement()
471 aTempEntries.push_back(aEntries[nIdx]); in SelectElement()
474 aEntries = aTempEntries; in SelectElement()
479 aEntries.size(), [this, &rTreeView, &aEntries](weld::TreeIter& rIter, int nIdx) { in SelectElement()
482 if (aEntries[nIdx].sActionName != "Null") in SelectElement()
493 InsertEntryIntoNotebookbarTabUI(aEntries[nIdx].sClassId, aEntries[nIdx].sDisplayName, in SelectElement()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/include/k/kRbTmpl/
H A DkRbDoWithAll.h40 KRBNODE *aEntries[KRB_MAX_STACK]; member
74 Stack.aEntries[0] = KRB_GET_POINTER(&pRoot->mpRoot); in KRB_FN()
80 pNode = Stack.aEntries[Stack.cEntries - 1]; in KRB_FN()
88 Stack.aEntries[Stack.cEntries++] = KRB_GET_POINTER(&pNode->mpLeft); in KRB_FN()
115 Stack.aEntries[Stack.cEntries++] = KRB_GET_POINTER(&pNode->mpRight); in KRB_FN()
123 pNode = Stack.aEntries[Stack.cEntries - 1]; in KRB_FN()
131 Stack.aEntries[Stack.cEntries++] = KRB_GET_POINTER(&pNode->mpRight); in KRB_FN()
158 Stack.aEntries[Stack.cEntries++] = KRB_GET_POINTER(&pNode->mpLeft); in KRB_FN()
H A DkRbEnum.h45 KRBNODE * aEntries[KRB_MAX_STACK]; member
84 KRBNODE *pNode = pEnumData->aEntries[pEnumData->cEntries - 1]; in KRB_FN()
93 pEnumData->aEntries[pEnumData->cEntries++] = KRB_GET_POINTER(&pNode->mpLeft); in KRB_FN()
110 pEnumData->aEntries[pEnumData->cEntries++] = KRB_GET_POINTER(&pNode->mpRight); in KRB_FN()
118 KRBNODE *pNode = pEnumData->aEntries[pEnumData->cEntries - 1]; in KRB_FN()
127 pEnumData->aEntries[pEnumData->cEntries++] = KRB_GET_POINTER(&pNode->mpRight); in KRB_FN()
144 pEnumData->aEntries[pEnumData->cEntries++] = KRB_GET_POINTER(&pNode->mpLeft); in KRB_FN()
179 pEnumData->aEntries[0] = KRB_GET_POINTER(pRoot->mpRoot); in KRB_FN()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/include/k/kAvlTmpl/
H A DkAvlDoWithAll.h40 KAVLNODE *aEntries[KAVL_MAX_STACK]; member
74 AVLStack.aEntries[0] = KAVL_GET_POINTER(&pRoot->mpRoot); in KAVL_FN()
80 pNode = AVLStack.aEntries[AVLStack.cEntries - 1]; in KAVL_FN()
88 AVLStack.aEntries[AVLStack.cEntries++] = KAVL_GET_POINTER(&pNode->mpLeft); in KAVL_FN()
115 AVLStack.aEntries[AVLStack.cEntries++] = KAVL_GET_POINTER(&pNode->mpRight); in KAVL_FN()
123 pNode = AVLStack.aEntries[AVLStack.cEntries - 1]; in KAVL_FN()
131 AVLStack.aEntries[AVLStack.cEntries++] = KAVL_GET_POINTER(&pNode->mpRight); in KAVL_FN()
158 AVLStack.aEntries[AVLStack.cEntries++] = KAVL_GET_POINTER(&pNode->mpLeft); in KAVL_FN()
H A DkAvlEnum.h45 KAVLNODE * aEntries[KAVL_MAX_STACK]; member
84 KAVLNODE *pNode = pEnumData->aEntries[pEnumData->cEntries - 1]; in KAVL_FN()
93 pEnumData->aEntries[pEnumData->cEntries++] = KAVL_GET_POINTER(&pNode->mpLeft); in KAVL_FN()
110 pEnumData->aEntries[pEnumData->cEntries++] = KAVL_GET_POINTER(&pNode->mpRight); in KAVL_FN()
118 KAVLNODE *pNode = pEnumData->aEntries[pEnumData->cEntries - 1]; in KAVL_FN()
127 pEnumData->aEntries[pEnumData->cEntries++] = KAVL_GET_POINTER(&pNode->mpRight); in KAVL_FN()
144 pEnumData->aEntries[pEnumData->cEntries++] = KAVL_GET_POINTER(&pNode->mpLeft); in KAVL_FN()
179 pEnumData->aEntries[0] = KAVL_GET_POINTER(pRoot->mpRoot); in KAVL_FN()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/animation/
H A DKeyframeUtils.cpp1145 if (aEntries.IsEmpty()) { in BuildSegmentsFromValueEntries()
1151 std::stable_sort(aEntries.begin(), aEntries.end(), in BuildSegmentsFromValueEntries()
1208 if (aEntries[i].mProperty != aEntries[i + 1].mProperty && in BuildSegmentsFromValueEntries()
1221 if (aEntries[i].mOffset == 0.0f && aEntries[i + 1].mOffset == 0.0f) { in BuildSegmentsFromValueEntries()
1223 MOZ_ASSERT(aEntries[i].mProperty == aEntries[i + 1].mProperty); in BuildSegmentsFromValueEntries()
1226 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
1231 aEntries[i + 1].mProperty == aEntries[i].mProperty) { in BuildSegmentsFromValueEntries()
1236 aEntries[j + 1].mProperty == aEntries[j].mProperty) { in BuildSegmentsFromValueEntries()
1241 MOZ_ASSERT(aEntries[i].mProperty != aEntries[i + 1].mProperty); in BuildSegmentsFromValueEntries()
1247 while (aEntries[i].mOffset == aEntries[i + 1].mOffset && in BuildSegmentsFromValueEntries()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsISupportsImpl.cpp11 const QITableEntry* aEntries) in NS_TableDrivenQI() argument
14 if (aIID.Equals(*aEntries->iid)) { in NS_TableDrivenQI()
16 reinterpret_cast<char*>(aThis) + aEntries->offset); in NS_TableDrivenQI()
22 ++aEntries; in NS_TableDrivenQI()
23 } while (aEntries->iid); in NS_TableDrivenQI()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsISupportsImpl.cpp17 const QITableEntry* aEntries) { in NS_TableDrivenQI() argument
19 if (aIID.Equals(*aEntries->iid)) { in NS_TableDrivenQI()
21 reinterpret_cast<char*>(aThis) + aEntries->offset); in NS_TableDrivenQI()
27 ++aEntries; in NS_TableDrivenQI()
28 } while (aEntries->iid); in NS_TableDrivenQI()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsISupportsImpl.cpp17 const QITableEntry* aEntries) { in NS_TableDrivenQI() argument
19 if (aIID.Equals(*aEntries->iid)) { in NS_TableDrivenQI()
21 reinterpret_cast<char*>(aThis) + aEntries->offset); in NS_TableDrivenQI()
27 ++aEntries; in NS_TableDrivenQI()
28 } while (aEntries->iid); in NS_TableDrivenQI()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dlistenercalls.cxx31 OSL_ENSURE(aEntries.empty(), "unhandled listener calls remaining"); in ~ScUnoListenerCalls()
38 aEntries.emplace_back(rListener, rEvent); in Add()
47 std::vector<ScUnoListenerEntry>::iterator aItr(aEntries.begin()); in ExecuteAndClear()
48 while (aItr != aEntries.end()) in ExecuteAndClear()
65 aItr = aEntries.erase(aItr); in ExecuteAndClear()

12345678910>>...22