Searched refs:FindEntryPos (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 927 bool ExtensionBox_Impl::FindEntryPos( const TEntry_Impl pEntry, const long nStart, in FindEntryPos() function in dp_gui::ExtensionBox_Impl 962 return FindEntryPos( pEntry, nStart, nMid-1, nPos ); in FindEntryPos() 964 return FindEntryPos( pEntry, nMid+1, nEnd, nPos ); in FindEntryPos() 1029 if ( !FindEntryPos( pEntry, 0, m_vEntries.size()-1, nPos ) ) in addEntry()
|
H A D | dp_gui_extlistbox.hxx | 178 bool FindEntryPos( const TEntry_Impl pEntry, long nStart, long nEnd, long &nFound );
|
Completed in 15 milliseconds