Searched refs:SetFieldType (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | QTableConnectionData.cxx | 155 SetFieldType(JTCS_FROM, rDragLeft->GetFieldType()); in InitFromDrag() 156 SetFieldType(JTCS_TO, rDragRight->GetFieldType()); in InitFromDrag()
|
H A D | QueryTableView.cxx | 262 pNewConnData->SetFieldType(JTCS_FROM,TAB_NORMAL_FIELD); in addConnections() 265 …pNewConnData->SetFieldType(JTCS_TO,isColumnInKeyType(xReferencedKeys,sRelatedColumn,KeyType::PRIMA… in addConnections() 723 pNewConnectionData->SetFieldType(JTCS_FROM, eSourceFieldType); in AddConnection() 724 pNewConnectionData->SetFieldType(JTCS_TO, eDestFieldType); in AddConnection()
|
H A D | QTableConnectionData.hxx | 83 …void SetFieldType(EConnectionSide nWhich, ETableFieldType eType) { if (nWhich==JTCS_TO) m_eDestT… in SetFieldType() function in dbaui::OQueryTableConnectionData
|
H A D | QueryDesignView.cxx | 2330 aInfo->SetFieldType(TAB_NORMAL_FIELD); in InstallFields() 2375 aInfo->SetFieldType(TAB_NORMAL_FIELD); in InstallFields() 3300 aInfo->SetFieldType(TAB_NORMAL_FIELD); in fillFunctionInfo()
|
H A D | SelectionBrowseBox.cxx | 874 aSelEntry->SetFieldType(TAB_NORMAL_FIELD); in saveField() 1676 aInfo->SetFieldType(pInf->GetKeyType()); in InsertField()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | TableRow.hxx | 68 void SetFieldType( const TOTypeInfoSP& _pType, sal_Bool _bForce = sal_False );
|
H A D | TableFieldDescription.hxx | 101 void SetFieldType( ETableFieldType eTyp ) { m_eFieldType = eTyp; } in SetFieldType() function in dbaui::OTableFieldDesc
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 860 pActRow->SetFieldType( aTypeIter->second ); in CellModified() 863 pActRow->SetFieldType( GetView()->getController().getTypeInfoFallBack() ); in CellModified() 1935 pRow->SetFieldType( _pType, sal_True ); in SwitchType()
|
H A D | TableRow.cxx | 105 void OTableRow::SetFieldType( const TOTypeInfoSP& _pType, sal_Bool _bForce ) in SetFieldType() function in OTableRow
|
H A D | TableController.cxx | 897 pTabEdRow->SetFieldType( pTypeInfo, bForce ); in loadData() 1014 pNewRow->SetFieldType( pTypeInfo ); in checkColumns()
|
Completed in 96 milliseconds