Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx810 aSelEntry = FindFirstFreeCol(nColumnPostion); in saveField()
814 aSelEntry = FindFirstFreeCol(nColumnPostion); in saveField()
1613 if (FindFirstFreeCol(_nColumnPostion) == NULL) // keine freie Column mehr in InsertColumn()
1732 OTableFieldDescRef OSelectionBrowseBox::FindFirstFreeCol(sal_uInt16& _rColumnPosition ) in FindFirstFreeCol() function in OSelectionBrowseBox
1756 if (FindFirstFreeCol(_rColumnPosition) == NULL) in CheckFreeColumns()
1760 OSL_VERIFY(FindFirstFreeCol(_rColumnPosition).isValid()); in CheckFreeColumns()
H A DSelectionBrowseBox.hxx244 OTableFieldDescRef FindFirstFreeCol(sal_uInt16& _rColumnPosition);

Completed in 252 milliseconds