Searched refs:lcl_FindEntry (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/editeng/source/misc/ |
H A D | unolingu.cxx | 96 sal_Bool lcl_FindEntry( const OUString &rEntry, const Sequence< OUString > &rCfgSvcs ) in lcl_FindEntry() function 122 if (pEntry[i].getLength() && lcl_FindEntry( pEntry[i], rAvailSvcs )) in lcl_RemoveMissingEntries() 142 sal_Bool bFound = lcl_FindEntry( aCfgLocaleStr, aNodeNames); in lcl_GetLastFoundSvcs() 185 if (pEntry[i].getLength() && !lcl_FindEntry( pEntry[i], rLastFoundSvcs )) in lcl_GetNewEntries() 212 if (pEntry[i].getLength() && !lcl_FindEntry( pEntry[i], aRes )) in lcl_MergeSeq()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 170 sal_Bool lcl_FindEntry( ListBox& rLB, const String& rEntry, in lcl_FindEntry() function 1946 sal_Bool bSame = lcl_FindEntry(aAbbrevLB, sEntry, *pCompareClass); in IMPL_LINK() 1954 sal_Bool bSame = lcl_FindEntry(aDoubleCapsLB, sEntry, *pCompareClass); in IMPL_LINK()
|
Completed in 35 milliseconds