Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 25 of 185) sorted by relevance

12345678

/aoo41x/main/store/source/
H A Dstorcach.cxx116 struct Entry struct
122 Entry * m_pNext; argument
137 ~Entry() {} in ~Entry() argument
159 void destroy (Entry * entry);
184 sizeof(Entry), in EntryCache()
211 void EntryCache::destroy (Entry * entry) in destroy()
216 entry->~Entry(); in destroy()
269 Entry ** m_hash_table;
288 Entry * lookup_Impl (Entry * entry, sal_uInt32 nOffset);
390 Entry ** new_table = (Entry**)(rtl_allocateMemory(new_bytes)); in rescale_Impl()
[all …]
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java354 Entry cacheEntry; in cacheDocument()
543 Entry entry = (Entry)cache.get(zname); in folder()
555 Entry entry = (Entry)cache.get(zipName(name)); in lastModified()
562 Entry entry = (Entry)cache.get(zipName(name)); in readOnly()
577 Entry entry = (Entry)cache.get(zipName(name)); in size()
586 Entry entry = (Entry)cache.get(zipName(name)); in inputStream()
675 Entry entry = (Entry)cache.get(oname); in rename()
704 Entry entry = (Entry)cache.remove(zname); in delete()
726 Entry entry = (Entry)cache.get(zname); in children()
968 private class Entry class in OpenOfficeDocFileSystem
[all …]
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java111 Entry entry = new Entry(ze,bytes); in read()
213 Entry e = (Entry)entryList.get(i); in getNamedBytes()
236 Entry e = (Entry)entryList.get(i); in setNamedBytes()
267 Entry entry = (Entry) entryList.get(index); in getEntryBytes()
357 Entry entry = (Entry) entryList.get(index); in setEntryBytes()
370 Entry entry = new Entry(ze, bytes); in setEntryBytes()
397 Entry entry = (Entry) iterator.next(); in write()
443 private class Entry { class in OfficeZip
448 Entry(ZipEntry zipEntry, byte bytes[]) { in Entry() method in OfficeZip.Entry
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DCache.java46 Entry e = (Entry) map.get(content); in add()
51 e = new Entry(content, map.size(), null, first); in add()
95 private static final class Entry { class in Cache
96 public Entry(Object content, int index, Entry prev, Entry next) { in Entry() method in Cache.Entry
105 public Entry prev;
106 public Entry next;
114 private Entry first = null;
115 private Entry last = null;
/aoo41x/main/sal/rtl/source/
H A Dlocale.c40 rtl_Locale* Entry; member
62 rtl_uString_release(entry->Entry->Language); in rtl_hashentry_destroy()
63 rtl_uString_release(entry->Entry->Country); in rtl_hashentry_destroy()
64 rtl_uString_release(entry->Entry->Variant); in rtl_hashentry_destroy()
68 rtl_freeMemory(entry->Entry); in rtl_hashentry_destroy()
135 newEntry->Entry = value; in rtl_hashtable_add()
147 if (value->HashCode == pEntry->Entry->HashCode) in rtl_hashtable_add()
148 return pEntry->Entry; in rtl_hashtable_add()
157 newEntry->Entry = value; in rtl_hashtable_add()
179 rtl_hashtable_add(&pNewTable, pEntry->Entry); in rtl_hashtable_grow()
[all …]
/aoo41x/main/stoc/source/security/
H A Dlru_cache.h45 struct Entry struct in stoc_sec::lru_cache
49 Entry * m_pred; argument
50 Entry * m_succ; argument
56 Entry * m_block;
57 mutable Entry * m_head;
58 mutable Entry * m_tail;
59 inline void toFront( Entry * entry ) const SAL_THROW( () );
118 m_block = new Entry[ m_size ]; in setSize()
154 Entry * entry ) const SAL_THROW( () ) in toFront()
192 Entry * entry = iFind->second; in lookup()
[all …]
/aoo41x/main/sfx2/source/sidebar/
H A DContextList.cxx47 const ContextList::Entry* ContextList::GetMatch (const Context& rContext) const in GetMatch()
49 const ::std::vector<Entry>::const_iterator iEntry = FindBestMatch(rContext); in GetMatch()
59 ContextList::Entry* ContextList::GetMatch (const Context& rContext) in GetMatch()
61 const ::std::vector<Entry>::const_iterator iEntry = FindBestMatch(rContext); in GetMatch()
63 return const_cast<Entry*>(&*iEntry); in GetMatch()
71 ::std::vector<ContextList::Entry>::const_iterator ContextList::FindBestMatch (const Context& rConte… in FindBestMatch()
74 ::std::vector<Entry>::const_iterator iBestMatch (maEntries.end()); in FindBestMatch()
76 for (::std::vector<Entry>::const_iterator in FindBestMatch()
103 maEntries.push_back(Entry()); in AddContextDescription()
H A DContextList.hxx42 class Entry class in sfx2::sidebar::ContextList
52 const Entry* GetMatch (
54 Entry* GetMatch (
68 ::std::vector<Entry> maEntries;
70 ::std::vector<Entry>::const_iterator FindBestMatch (const Context& rContext) const;
H A DContextMatcher.cxx57 for (::std::vector<Entry>::const_iterator in EvaluateMatch()
78 const Entry& rEntry) const in EvaluateMatch()
120 maEntries.push_back(Entry()); in AddMatcher()
133 maEntries.push_back(Entry()); in AddMatcher()
H A DContextMatcher.hxx56 class Entry class in sfx2::sidebar::ContextMatcher
63 ::std::vector<Entry> maEntries;
67 const Entry& rEntry) const;
/aoo41x/main/ridljar/com/sun/star/lib/util/
H A DWeakMap.java163 return map.put(key, new Entry(key, value, queue)); in put()
192 Map.Entry e = (Map.Entry) i.next(); in putAll()
194 map.put(k, new Entry(k, e.getValue(), queue)); in putAll()
271 Entry e = (Entry) queue.poll(); in cleanUp()
286 private static final class Entry extends WeakReference class in WeakMap
290 Entry.this.clear(); // qualification needed for Java 1.3 in notifyDispose()
294 private Entry(Object key, Object value, ReferenceQueue queue) { in Entry() method in WeakMap.Entry
/aoo41x/main/unotools/source/config/
H A Dinetoptions.cxx119 struct Entry struct in SvtInetOptions::Impl
123 inline Entry(): m_eState(UNKNOWN) {} in Entry() argument
148 Entry m_aEntries[ENTRY_COUNT];
172 m_aEntries[j].m_eState = Entry::UNKNOWN; in Notify()
189 if (m_aEntries[i].m_eState == Entry::MODIFIED) in Commit()
194 m_aEntries[i].m_eState = Entry::KNOWN; in Commit()
281 if (m_aEntries[nPropIndex].m_eState != Entry::UNKNOWN) in getProperty()
290 if (m_aEntries[i].m_eState == Entry::UNKNOWN) in getProperty()
311 if (m_aEntries[nIndex].m_eState == Entry::UNKNOWN) in getProperty()
314 m_aEntries[nIndices[i]].m_eState = Entry::KNOWN; in getProperty()
[all …]
/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java57 private class Entry { class in OfficeZip
97 Entry entry = new Entry(); in read()
126 Entry contentEntry = (Entry) entryList.get(contentIndex); in read()
198 Entry entry = (Entry) iterator.next(); in saveEntries()
/aoo41x/main/qadevOOo/runner/helper/
H A DOfficeProvider.java230 final DescEntry Entry = new DescEntry(); in getManager() local
231 Entry.entryName = "office"; in getManager()
232 Entry.longName = "office"; in getManager()
233 Entry.EntryType = "placebo"; in getManager()
234 Entry.isOptional = false; in getManager()
235 Entry.isToTest = false; in getManager()
236 Entry.SubEntryCount = 0; in getManager()
237 Entry.hasErrorMsg = false; in getManager()
238 Entry.State = "non possible"; in getManager()
239 Entry.UserDefinedParams = param; in getManager()
[all …]
H A DAPIDescGetter.java205 DescEntry Entry = new DescEntry(); in getDescriptionForSingleJob() local
206 Entry.entryName = job; in getDescriptionForSingleJob()
207 Entry.longName = job; in getDescriptionForSingleJob()
208 Entry.EntryType = "bugdoc"; in getDescriptionForSingleJob()
209 Entry.isOptional = false; in getDescriptionForSingleJob()
210 Entry.isToTest = true; in getDescriptionForSingleJob()
211 Entry.SubEntryCount = 0; in getDescriptionForSingleJob()
212 Entry.hasErrorMsg = false; in getDescriptionForSingleJob()
213 Entry.State = "non possible"; in getDescriptionForSingleJob()
215 return Entry; in getDescriptionForSingleJob()
/aoo41x/main/sw/source/ui/index/
H A Didxmrk.src134 Text [ en-US ] = "~Entry" ; \
435 Text [ en-US ] = "Edit Index Entry" ;
440 Text [ en-US ] = "Insert Index Entry" ;
510 Text [ en-US ] = "Entry";\
605 Text [ en-US ] = "Entry data";
607 Text [ en-US ] = "Define Bibliography Entry";
612 Text [ en-US ] = "Edit Bibliography Entry";
617 Text [ en-US ] = "Insert Bibliography Entry";
/aoo41x/main/sal/osl/os2/
H A Dprofile.c167 const sal_Char* Entry, sal_uInt32 Len);
169 int Line, const sal_Char* Entry, sal_uInt32 Len);
1581 const sal_Char* Entry, sal_uInt32 Len) in setEntry() argument
1583 Entry = stripBlanks(Entry, &Len); in setEntry()
1592 int Line, const sal_Char* Entry, sal_uInt32 Len) in addEntry() argument
1621 Entry = stripBlanks(Entry, &Len); in addEntry()
1623 Entry, Len); in addEntry()
1707 const sal_Char* Entry, sal_uInt32 *pNoEntry) in findEntry() argument
1735 Len = strlen(Entry); in findEntry()
1736 Entry = stripBlanks(Entry, &Len); in findEntry()
[all …]
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DConverter.java45 Map.Entry entry = (Map.Entry) m.next(); in convertHashmapToStringArray()
83 Map.Entry entry = (Map.Entry) m.next(); in convertHashMapToVector()
/aoo41x/main/sal/osl/unx/
H A Dprofile.c155 sal_Char* Entry, sal_uInt32 Len);
157 int Line, sal_Char* Entry, sal_uInt32 Len);
162 const sal_Char* Entry, sal_uInt32 *pNoEntry);
1667 sal_Char* Entry, sal_uInt32 Len) in setEntry() argument
1669 Entry = stripBlanks(Entry, &Len); in setEntry()
1671 pSection->m_Entries[NoEntry].m_Offset = Entry - pProfile->m_Lines[Line]; in setEntry()
1678 int Line, sal_Char* Entry, sal_uInt32 Len) in addEntry() argument
1707 Entry = stripBlanks(Entry, &Len); in addEntry()
1709 Entry, Len); in addEntry()
1842 Len = strlen(Entry); in findEntry()
[all …]
/aoo41x/main/sal/osl/w32/
H A Dprofile.cxx161 const sal_Char* Entry, sal_uInt32 Len);
168 const sal_Char* Entry, sal_uInt32 *pNoEntry);
1725 const sal_Char* Entry, sal_uInt32 Len) in setEntry() argument
1727 Entry = stripBlanks(Entry, &Len); in setEntry()
1729 pSection->m_Entries[NoEntry].m_Offset = Entry - pProfile->m_Lines[Line]; in setEntry()
1736 int Line, const sal_Char* Entry, sal_uInt32 Len) in addEntry() argument
1765 Entry = stripBlanks(Entry, &Len); in addEntry()
1767 Entry, Len); in addEntry()
1902 Len = strlen(Entry); in findEntry()
1903 Entry = stripBlanks(Entry, &Len); in findEntry()
[all …]
/aoo41x/main/ucb/source/inc/
H A Dregexpmap.tpt46 struct Entry
51 inline Entry(Regexp const & rTheRegexp, Val const & rTheValue):
56 template< typename Val > class List: public std::list< Entry< Val > > {};
129 Entry< Val > const & rTheEntry
353 Entry< Val > * m_pDefault;
404 m_pImpl->m_pDefault = new Entry< Val >(aRegexp, rValue);
425 rTheList.push_back(Entry< Val >(aRegexp, rValue));
/aoo41x/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java670 Entry e = (Entry) map.get(typeName); in get()
678 map.put(desc.getTypeName(), new Entry(desc, queue)); in put()
684 Entry e = (Entry) queue.poll(); in cleanUp()
692 private static final class Entry extends SoftReference { class in TypeDescription.Cache
693 public Entry(TypeDescription desc, ReferenceQueue queue) { in Entry() method in TypeDescription.Cache.Entry
/aoo41x/main/comphelper/source/misc/
H A Daccessibleeventbuffer.cxx44 struct AccessibleEventBuffer::Entry struct in AccessibleEventBuffer
46 inline Entry(::css::accessibility::AccessibleEventObject const & rEvent, in Entry() function
80 m_aEntries.push_back(Entry(rEvent, rListeners)); in addEvent()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8scan.hxx479 class Entry class in WW8PLCFx_Fc_FKP::WW8Fkp
489 explicit Entry(WW8_FC nFC) : mnFC(nFC), mpData(0), mnLen(0), in Entry() function in WW8PLCFx_Fc_FKP::WW8Fkp::Entry
491 Entry(const Entry &rEntry);
492 ~Entry();
493 bool operator<(const Entry& rEntry) const;
494 Entry& operator=(const Entry& rEntry);
498 std::vector<Entry> maEntries;
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DNamedValueCollection.java36 import java.util.Map.Entry;
96 Iterator< Entry< String, Object > > iter = m_values.entrySet().iterator(); in getPropertyValues()
100 Entry< String, Object > entry = iter.next(); in getPropertyValues()

Completed in 270 milliseconds

12345678