Searched refs:FindPos (Results 1 – 11 of 11) sorted by relevance
/trunk/main/soltools/ldump/ |
H A D | hashtbl.cxx | 189 if (FindPos(Key) != NULL ) in Insert() 232 HashItem* HashTable::FindPos(const char * Key) const in FindPos() function in HashTable 300 HashItem *pItem = FindPos(Key); in Find() 318 HashItem *pItem = FindPos(Key); in Delete()
|
H A D | hashtbl.hxx | 48 HashItem* FindPos(const char *cKey) const;
|
/trunk/main/tools/workben/ |
H A D | hashtbl.cxx | 224 if (FindPos(Key) != NULL ) in Insert() 279 HashItem* HashTable::FindPos(String const& Key) const in FindPos() function in HashTable 347 HashItem *pItem = FindPos(Key); in Find() 365 HashItem *pItem = FindPos(Key); in Delete()
|
H A D | hashtbl.hxx | 50 HashItem* FindPos(String const& Key) const;
|
/trunk/main/ucb/source/sorter/ |
H A D | sortresult.cxx | 1322 long SortedResultSet::FindPos( SortListData *pEntry, in FindPos() function in SortedResultSet 1451 long nPos = FindPos( pData, 1, nIndex-1 ); in Initialize() 1772 nNewPos = FindPos( pData, 1, nCurPos-1 ); in ResortModified() 1779 nNewPos = FindPos( pData, nCurPos+1, mnLastSort ); in ResortModified() 1829 nNewPos = FindPos( pData, 1, mnLastSort ); in ResortNew()
|
H A D | sortresult.hxx | 168 long FindPos( SortListData *pEntry, long nStart, long nEnd )
|
/trunk/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 1148 aSel.Min() = FindPos( aSel.Min() ); in PreNotify() 1149 aSel.Max() = FindPos( aSel.Max() ); in PreNotify() 1153 aSel.Min() = FindPos( aSel.Min() ); in PreNotify() 1260 long DropDownEditControl::FindPos(long nSinglePos) in FindPos() function in pcr::DropDownEditControl
|
H A D | standardcontrol.hxx | 412 long FindPos(long nSinglePos);
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | dindexnode.cxx | 135 sal_uInt16 ONDXPage::FindPos(const ONDXKey& rKey) const in FindPos() function in ONDXPage 294 sal_uInt16 nNodePos = FindPos(rNode.GetKey()); in Insert()
|
/trunk/main/connectivity/source/inc/dbase/ |
H A D | dindexnode.hxx | 186 sal_uInt16 FindPos(const ONDXKey& rKey) const;
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 2934 sal_uInt16 FindPos(const SwFrmFmt &rFmt, unsigned int nHdFtIndex, in FindPos() function 2969 sal_uInt16 nPos = FindPos(*pNext, rObj.mnHdFtIndex, rPVec); in WriteTxtFlyFrame() 3102 sal_uInt16 nPos = FindPos(rFmt, nHdFtIndex, rpVec); in GetFlyShapeId()
|
Completed in 187 milliseconds