Searched refs:SetFieldIndex (Results 1 – 6 of 6) sorted by relevance
152 SetFieldIndex(JTCS_FROM, rDragLeft->GetFieldIndex()); in InitFromDrag()153 SetFieldIndex(JTCS_TO, rDragRight->GetFieldIndex()); in InitFromDrag()
270 pNewConnData->SetFieldIndex(JTCS_FROM,aFind[0]+1); in addConnections()280 pNewConnData->SetFieldIndex(JTCS_TO,aFind[0]+1); in addConnections()720 pNewConnectionData->SetFieldIndex(JTCS_FROM, nSourceFieldIndex); in AddConnection()721 pNewConnectionData->SetFieldIndex(JTCS_TO, nDestFieldIndex); in AddConnection()
217 aInfo->SetFieldIndex(m_pListBox->GetModel()->GetAbsPos(pEntry)); in OnEntryDoubleClicked()250 rInfo->SetFieldIndex(m_pListBox->GetModel()->GetAbsPos(pEntry)); in ExistsField()
80 …void SetFieldIndex(EConnectionSide nWhich, sal_Int32 nVal) { if (nWhich==JTCS_TO) m_nDestEntryIn… in SetFieldIndex() function in dbaui::OQueryTableConnectionData
1675 aInfo->SetFieldIndex(nFieldIndex); in InsertField()
104 void SetFieldIndex( sal_Int32 nFieldIndex ) { m_nIndex = nFieldIndex; } in SetFieldIndex() function in dbaui::OTableFieldDesc
Completed in 39 milliseconds