Lines Matching refs:nColId
95 sal_uInt16 nColId = GetCurItemId(); in DoubleClick() local
96 if (nColId) in DoubleClick()
98 sal_uInt32 nAutoWidth = ((EditBrowseBox*)GetParent())->GetAutoColumnWidth(nColId); in DoubleClick()
99 if (nAutoWidth != ((EditBrowseBox*)GetParent())->GetColumnWidth(nColId)) in DoubleClick()
101 ((EditBrowseBox*)GetParent())->SetColumnWidth(nColId, nAutoWidth); in DoubleClick()
102 ((EditBrowseBox*)GetParent())->ColumnResized(nColId); in DoubleClick()
1120 Rectangle EditBrowseBox::GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRel) const in GetCellRect() argument
1122 Rectangle aRect( GetFieldRectPixel(nRow, nColId, bRel)); in GetCellRect()
1266 sal_uInt16 nColId = rEvt.GetColumnId(); in DoubleClick() local
1267 if (nColId != HANDLE_ID) in DoubleClick()
1268 SetColumnWidth(nColId, GetAutoColumnWidth(nColId)); in DoubleClick()
1272 sal_uInt32 EditBrowseBox::GetAutoColumnWidth(sal_uInt16 nColId) in GetAutoColumnWidth() argument
1274 sal_uInt32 nCurColWidth = GetColumnWidth(nColId); in GetAutoColumnWidth()
1283 nNewColWidth = std::max(nNewColWidth,GetTotalCellWidth(i,nColId) + 12); in GetAutoColumnWidth()
1286 nNewColWidth = GetDefaultColumnWidth(GetColumnTitle(nColId)); in GetAutoColumnWidth()
1289 nNewColWidth = GetDefaultColumnWidth(GetColumnTitle(nColId)); in GetAutoColumnWidth()