Searched refs:nRowId (Results 1 – 2 of 2) sorted by relevance
2193 long OSelectionBrowseBox::GetBrowseRow(long nRowId) const in GetBrowseRow()2196 for(sal_uInt16 i = 0 ; i < nRowId ; ++i) in GetBrowseRow()2204 long OSelectionBrowseBox::GetRealRow(long nRowId) const in GetRealRow()2213 if(nErg++ == nRowId) in GetRealRow()2482 long nRowId = GetRealRow(nRow); in GetTotalCellWidth() local2483 if (nRowId == BROW_VIS_ROW) in GetTotalCellWidth()2486 return GetDataWindow().GetTextWidth(GetCellText(nRowId, nColId)); in GetTotalCellWidth()2521 sal_uInt32 OSelectionBrowseBox::GetTotalCellWidth(long nRowId, sal_uInt16 nColId) in GetTotalCellWidth() argument2530 long nRow = GetRealRow(nRowId); in GetTotalCellWidth()
254 long GetBrowseRow(long nRowId) const;
Completed in 36 milliseconds