Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx626 RowModified(GetBrowseRow(BROW_TABLE_ROW), _nColumnId); in notifyTableFieldChanged()
634 RowModified(GetBrowseRow(BROW_FUNCTION_ROW), _nColumnId); in notifyFunctionFieldChanged()
831 RowModified(GetBrowseRow(BROW_COLUMNALIAS_ROW), nColumnId); in saveField()
1102 RowModified(GetBrowseRow(BROW_VIS_ROW), GetCurColumnId()); in SaveModified()
1130 RowModified(GetBrowseRow(BROW_VIS_ROW), GetCurColumnId()); in SaveModified()
1331 xub_StrLen nToken = (xub_StrLen) (m_nSeekRow >= GetBrowseRow(BROW_CRIT2_ROW)) in PaintStatusCell()
2176 long nId = GetBrowseRow(_nWhich); in SetRowVisible()
2193 long OSelectionBrowseBox::GetBrowseRow(long nRowId) const in GetBrowseRow() function in OSelectionBrowseBox
2411 …ble(static_cast<sal_uInt16>(nRow)) && (GetCurRow() == static_cast<sal_uInt16>(GetBrowseRow(nRow))); in SetCellContents()
2580 RowModified(GetBrowseRow(nRow), GetCurColumnId()); in cut()
[all …]
H A DSelectionBrowseBox.hxx254 long GetBrowseRow(long nRowId) const;