Searched refs:GetSortListPos (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 46 sal_uInt16 IcnCursor_Impl::GetSortListPos( SvPtrarr* pList, long nValue, in GetSortListPos() function in IcnCursor_Impl 98 sal_uInt16 nIns = GetSortListPos( &pColumns[nX], rRect.Top(), sal_True ); in ImplCreate() 101 nIns = GetSortListPos( &pRows[nY], rRect.Left(), sal_False ); in ImplCreate() 508 sal_uInt16 nIns = GetSortListPos((SvPtrarr*)rLists[nY],rRect.Left(),sal_False); in CreateGridAjustData() 530 sal_uInt16 nIns = GetSortListPos( pRow, rRect.Left(), sal_False ); in CreateGridAjustData()
|
H A D | svimpicn.cxx | 660 sal_uInt16 GetSortListPos( SvPtrarr* pList, long nValue, int bVertical); 3060 sal_uInt16 ImpIcnCursor::GetSortListPos( SvPtrarr* pList, long nValue, in GetSortListPos() function in ImpIcnCursor 3115 sal_uInt16 nIns = GetSortListPos( &pColumns[nX], rRect.Top(), sal_True ); in ImplCreate() 3118 nIns = GetSortListPos( &pRows[nY], rRect.Left(), sal_False ); in ImplCreate() 3618 sal_uInt16 nIns = GetSortListPos((SvPtrarr*)rLists[nY],rRect.Left(),sal_False); in CreateGridAjustData() 3642 sal_uInt16 nIns = GetSortListPos( pRow, rRect.Left(), sal_False ); in CreateGridAjustData()
|
H A D | imivctl.hxx | 557 sal_uInt16 GetSortListPos( SvPtrarr* pList, long nValue, int bVertical);
|
Completed in 1720 milliseconds