Home
last modified time | relevance | path

Searched refs:nRowId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2193 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() local
2483 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() argument
2530 long nRow = GetRealRow(nRowId); in GetTotalCellWidth()
H A DSelectionBrowseBox.hxx254 long GetBrowseRow(long nRowId) const;

Completed in 170 milliseconds