Home
last modified time | relevance | path

Searched refs:SearchNextEntry (Results 1 – 4 of 4) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/c4group/
H A DC4Group.cpp1046 C4GroupEntry* C4Group::SearchNextEntry(const char *szName) in SearchNextEntry() function in C4Group
1353 while ((tentry = SearchNextEntry(szFiles))) in Delete()
1367 while ((tentry = SearchNextEntry("*"))) in Delete()
1495 while ((tentry = SearchNextEntry(szFileName))) in Extract()
1791 if (!(centry=SearchNextEntry(szWildCard))) return false; in FindNextEntry()
1858 while ((tentry=SearchNextEntry(szWildCard))) fcount++; in EntryCount()
1870 while ((tentry=SearchNextEntry(szWildCard))) in EntrySize()
1883 while ((pEntry = SearchNextEntry(szWildCard))) in EntryCRC32()
H A DC4Group.h248 C4GroupEntry *SearchNextEntry(const char *szName);
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A Dfileview.cxx317 bool SearchNextEntry( sal_uInt32 &nIndex,
745 bool bFound = mpParent->SearchNextEntry( mnSearchIndex, maQuickSearchText, false ); in DoQuickSearch()
752 bFound = mpParent->SearchNextEntry( mnSearchIndex, maQuickSearchText, true ); in DoQuickSearch()
1763 bool SvtFileView_Impl::SearchNextEntry( sal_uInt32& nIndex, std::u16string_view rTitle, bool bWrapA… in SearchNextEntry() function in SvtFileView_Impl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A Dfileview.cxx311 bool SearchNextEntry( sal_uInt32 &nIndex,
735 bool bFound = mpParent->SearchNextEntry( mnSearchIndex, maQuickSearchText, false ); in DoQuickSearch()
742 bFound = mpParent->SearchNextEntry( mnSearchIndex, maQuickSearchText, true ); in DoQuickSearch()
1753 bool SvtFileView_Impl::SearchNextEntry( sal_uInt32& nIndex, const OUString& rTitle, bool bWrapAroun… in SearchNextEntry() function in SvtFileView_Impl