Home
last modified time | relevance | path

Searched defs:aEntry (Results 1 – 25 of 791) sorted by relevance

12345678910>>...32

/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/inc/
H A Dpropertysethelper.hxx71 MapType::MapEntry aEntry={name, {getter, setter}}; in MakeMap() local
77 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in MakeMap() local
84 MapType::MapEntry aEntry={name, {getter, setter}}; in operator ()() local
91 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in operator ()() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/canvas/
H A Dpropertysethelper.hxx72 MapType::MapEntry aEntry={name, {getter, setter}}; in MakeMap() local
78 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in MakeMap() local
85 MapType::MapEntry aEntry={name, {getter, setter}}; in operator ()() local
92 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in operator ()() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DCntntIdxStore.cxx206 const PaMEntry aEntry = { &rPaM, bSetMark, pPos->nContent.GetIndex() }; in lcl_ChkPaM() local
246 …const MarkEntry aEntry = { static_cast<tools::Long>(ppBkmk - pMarkAccess->getAllMarksBegin()), fal… in SaveBkmks() local
258 …const MarkEntry aEntry = { static_cast<tools::Long>(ppBkmk - pMarkAccess->getAllMarksBegin()), fal… in SaveBkmks() local
261 …const MarkEntry aEntry = { static_cast<tools::Long>(ppBkmk - pMarkAccess->getAllMarksBegin()), tru… in SaveBkmks() local
270 for (const MarkEntry& aEntry : m_aBkmkEntries) in RestoreBkmks() local
301 const MarkEntry aEntry = { nIdx, false, pRdl->GetPoint()->nContent.GetIndex() }; in SaveRedlines() local
307 const MarkEntry aEntry = { nIdx, true, pRdl->GetMark()->nContent.GetIndex() }; in SaveRedlines() local
317 for (const MarkEntry& aEntry : m_aRedlineEntries) in RestoreRedlines() local
375 for (const MarkEntry& aEntry : m_aFlyEntries) in RestoreFlys() local
430 for (const PaMEntry& aEntry : m_aUnoCursorEntries) in RestoreUnoCursors() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DCntntIdxStore.cxx205 const PaMEntry aEntry = { &rPaM, bSetMark, pPos->nContent.GetIndex() }; in lcl_ChkPaM() local
245 …const MarkEntry aEntry = { static_cast<long>(ppBkmk - pMarkAccess->getAllMarksBegin()), false, pBk… in SaveBkmks() local
257 …const MarkEntry aEntry = { static_cast<long>(ppBkmk - pMarkAccess->getAllMarksBegin()), false, pBk… in SaveBkmks() local
260 …const MarkEntry aEntry = { static_cast<long>(ppBkmk - pMarkAccess->getAllMarksBegin()), true, pBkm… in SaveBkmks() local
269 for (const MarkEntry& aEntry : m_aBkmkEntries) in RestoreBkmks() local
300 const MarkEntry aEntry = { nIdx, false, pRdl->GetPoint()->nContent.GetIndex() }; in SaveRedlines() local
306 const MarkEntry aEntry = { nIdx, true, pRdl->GetMark()->nContent.GetIndex() }; in SaveRedlines() local
316 for (const MarkEntry& aEntry : m_aRedlineEntries) in RestoreRedlines() local
374 for (const MarkEntry& aEntry : m_aFlyEntries) in RestoreFlys() local
427 for (const PaMEntry& aEntry : m_aUnoCursorEntries) in RestoreUnoCursors() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsTHashtable.h178 void RemoveEntry(EntryType* aEntry) in RemoveEntry()
190 void RawRemoveEntry(EntryType* aEntry) in RawRemoveEntry()
380 nsTHashtable<EntryType>::s_MatchEntry(const PLDHashEntryHdr* aEntry, in s_MatchEntry()
404 PLDHashEntryHdr* aEntry) in s_ClearEntry()
411 nsTHashtable<EntryType>::s_InitEntry(PLDHashEntryHdr* aEntry, in s_InitEntry()
536 void RemoveEntry(EntryType* aEntry) in RemoveEntry()
541 void RawRemoveEntry(EntryType* aEntry) in RawRemoveEntry()
H A DPLDHashTable.h502 static bool EntryIsFree(PLDHashEntryHdr* aEntry) in EntryIsFree()
506 static bool EntryIsRemoved(PLDHashEntryHdr* aEntry) in EntryIsRemoved()
510 static bool EntryIsLive(PLDHashEntryHdr* aEntry) in EntryIsLive()
515 static void MarkEntryFree(PLDHashEntryHdr* aEntry) in MarkEntryFree()
519 static void MarkEntryRemoved(PLDHashEntryHdr* aEntry) in MarkEntryRemoved()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DauctionTableModel.java169 AuctionEntry aEntry = dispList.get(i); in getSortByValueAt() local
274 private Currency getMaxOrSnipe(AuctionEntry aEntry) { in getMaxOrSnipe()
287 private String formatSnipeAndBid(AuctionEntry aEntry) { in formatSnipeAndBid()
303 private String formatBid(AuctionEntry aEntry, String errorNote) { in formatBid()
308 private String formatSnipe(AuctionEntry aEntry, String errorNote) { in formatSnipe()
327 private String formatTotalSnipe(AuctionEntry aEntry, String errorNote) { in formatTotalSnipe()
364 AuctionEntry aEntry = dispList.get(rowIndex); in getValueAt() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dpropertysequence.hxx27 for(const auto& aEntry : vInit) in InitPropertySequence() local
47 for(const auto& aEntry : vInit) in InitAnyPropertySequence() local
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsTHashtable.h210 void RemoveEntry(EntryType* aEntry) { mTable.RemoveEntry(aEntry); } in RemoveEntry()
219 void RawRemoveEntry(EntryType* aEntry) { mTable.RawRemove(aEntry); } in RawRemoveEntry()
397 bool nsTHashtable<EntryType>::s_MatchEntry(const PLDHashEntryHdr* aEntry, in s_MatchEntry()
417 PLDHashEntryHdr* aEntry) { in s_ClearEntry()
422 void nsTHashtable<EntryType>::s_InitEntry(PLDHashEntryHdr* aEntry, in s_InitEntry()
539 void RemoveEntry(EntryType* aEntry) { in RemoveEntry()
543 void RawRemoveEntry(EntryType* aEntry) { in RawRemoveEntry()
H A DPLDHashTable.h494 static bool EntryIsFree(PLDHashEntryHdr* aEntry) { in EntryIsFree()
497 static bool EntryIsRemoved(PLDHashEntryHdr* aEntry) { in EntryIsRemoved()
500 static bool EntryIsLive(PLDHashEntryHdr* aEntry) { in EntryIsLive()
504 static void MarkEntryFree(PLDHashEntryHdr* aEntry) { aEntry->mKeyHash = 0; } in MarkEntryFree()
505 static void MarkEntryRemoved(PLDHashEntryHdr* aEntry) { in MarkEntryRemoved()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/
H A DThreadHangStats.h99 void infallibleAppend(const char* aEntry) { mImpl.infallibleAppend(aEntry); } in infallibleAppend()
106 void erase(const char** aEntry) { mImpl.erase(aEntry); } in erase()
116 bool IsInBuffer(const char* aEntry) const { in IsInBuffer()
120 bool IsSameAsEntry(const char* aEntry, const char* aOther) const { in IsSameAsEntry()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/altium/
H A Daltium_pcb.cpp686 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParseFileHeader()
705 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParseBoard6Data()
910 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParseClasses6Data()
1483 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParseNets6Data()
1639 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParseRules6Data()
1905 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParseArcs6Data()
2069 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParsePads6Data()
2479 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParseVias6Data()
2541 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParseTracks6Data()
2661 const CFB::COMPOUND_FILE_ENTRY* aEntry ) in ParseTexts6Data()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsTHashtable.h288 void RemoveEntry(EntryType* aEntry) { mTable.RemoveEntry(aEntry); } in RemoveEntry()
297 void RawRemoveEntry(EntryType* aEntry) { mTable.RawRemove(aEntry); } in RawRemoveEntry()
491 bool nsTHashtable<EntryType>::s_MatchEntry(const PLDHashEntryHdr* aEntry, in s_MatchEntry()
511 PLDHashEntryHdr* aEntry) { in s_ClearEntry()
516 void nsTHashtable<EntryType>::s_InitEntry(PLDHashEntryHdr* aEntry, in s_InitEntry()
628 void RemoveEntry(EntryType* aEntry) { in RemoveEntry()
632 void RawRemoveEntry(EntryType* aEntry) { in RawRemoveEntry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dtabcol.cxx61 SwTabColsEntry aEntry; in Insert() local
71 SwTabColsEntry aEntry; in Insert() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dtabcol.cxx61 SwTabColsEntry aEntry; in Insert() local
71 SwTabColsEntry aEntry; in Insert() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsXMLNameSpaceMap.cpp20 bool Equals(const nsNameSpaceEntry& aEntry, nsAtom* const& aPrefix) const { in Equals() argument
28 bool Equals(const nsNameSpaceEntry& aEntry, const int32_t& aNameSpace) const { in Equals() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsXMLNameSpaceMap.cpp20 bool Equals(const nsNameSpaceEntry& aEntry, nsIAtom* const& aPrefix) const { in Equals() argument
28 bool Equals(const nsNameSpaceEntry& aEntry, const int32_t& aNameSpace) const { in Equals() argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/performance/
H A DPerformance.cpp323 void Performance::LogEntry(PerformanceEntry* aEntry, in LogEntry()
332 void Performance::TimingNotification(PerformanceEntry* aEntry, in TimingNotification()
356 void Performance::InsertUserEntry(PerformanceEntry* aEntry) { in InsertUserEntry()
366 void Performance::InsertResourceEntry(PerformanceEntry* aEntry) { in InsertResourceEntry()
446 void Performance::QueueEntry(PerformanceEntry* aEntry) { in QueueEntry()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/performance/
H A DPerformance.cpp349 Performance::LogEntry(PerformanceEntry* aEntry, const nsACString& aOwner) const in LogEntry()
361 Performance::TimingNotification(PerformanceEntry* aEntry, in TimingNotification()
385 Performance::InsertUserEntry(PerformanceEntry* aEntry) in InsertUserEntry()
400 Performance::InsertResourceEntry(PerformanceEntry* aEntry) in InsertResourceEntry()
487 Performance::QueueEntry(PerformanceEntry* aEntry) in QueueEntry()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/performance/
H A DPerformance.cpp339 void Performance::LogEntry(PerformanceEntry* aEntry, in LogEntry()
348 void Performance::TimingNotification(PerformanceEntry* aEntry, in TimingNotification()
371 void Performance::InsertUserEntry(PerformanceEntry* aEntry) { in InsertUserEntry()
482 void Performance::InsertResourceEntry(PerformanceEntry* aEntry) { in InsertResourceEntry()
599 void Performance::QueueEntry(PerformanceEntry* aEntry) { in QueueEntry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dreadability-redundant-pp.cxx85 Entry aEntry; in Ifdef() local
110 Entry aEntry; in Ifndef() local
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DStringTable.h55 StringType Get(const StringTableEntry& aEntry) const { in Get()
61 const ElemType* GetBare(const StringTableEntry& aEntry) const { in GetBare()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dreadability-redundant-pp.cxx85 Entry aEntry; in Ifdef() local
110 Entry aEntry; in Ifndef() local
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DStringTable.h55 StringType Get(const StringTableEntry& aEntry) const { in Get()
61 const ElemType* GetBare(const StringTableEntry& aEntry) const { in GetBare()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DStringTable.h55 StringType Get(const StringTableEntry& aEntry) const { in Get()
61 const ElemType* GetBare(const StringTableEntry& aEntry) const { in GetBare()

12345678910>>...32