Searched refs:JTCS_TO (Results 1 – 8 of 8) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QTableConnection.cxx | 90 (pMyData->GetFieldIndex(JTCS_TO) == pCompData->GetFieldIndex(JTCS_TO)) && in operator ==() 96 (pMyData->GetFieldIndex(JTCS_TO) == pCompData->GetFieldIndex(JTCS_FROM)) && in operator ==() 97 (pMyData->GetFieldIndex(JTCS_FROM) == pCompData->GetFieldIndex(JTCS_TO)) in operator ==()
|
H A D | QTableConnectionData.hxx | 79 …sal_Int32 GetFieldIndex(EConnectionSide nWhich) const { return nWhich==JTCS_TO ? m_nDestEntryInde… in GetFieldIndex() 80 …void SetFieldIndex(EConnectionSide nWhich, sal_Int32 nVal) { if (nWhich==JTCS_TO) m_nDestEntryIn… in SetFieldIndex() 82 …ETableFieldType GetFieldType(EConnectionSide nWhich) const { return nWhich==JTCS_TO ? m_eDestType … in GetFieldType() 83 …void SetFieldType(EConnectionSide nWhich, ETableFieldType eType) { if (nWhich==JTCS_TO) m_eDestT… in SetFieldType()
|
H A D | QueryTableView.cxx | 265 …pNewConnData->SetFieldType(JTCS_TO,isColumnInKeyType(xReferencedKeys,sRelatedColumn,KeyType::PRIMA… in addConnections() 280 pNewConnData->SetFieldIndex(JTCS_TO,aFind[0]+1); in addConnections() 721 pNewConnectionData->SetFieldIndex(JTCS_TO, nDestFieldIndex); in AddConnection() 724 pNewConnectionData->SetFieldType(JTCS_TO, eDestFieldType); in AddConnection() 973 pTmpEntry->GetAliasName(JTCS_TO) == pTabWin->GetAliasName() ) in HideTabWin()
|
H A D | QTableConnectionData.cxx | 153 SetFieldIndex(JTCS_TO, rDragRight->GetFieldIndex()); in InitFromDrag() 156 SetFieldType(JTCS_TO, rDragRight->GetFieldType()); in InitFromDrag()
|
H A D | QueryDesignView.cxx | 394 aCondition.append(quoteTableAlias(sal_True,pData->GetAliasName(JTCS_TO),aQuote)); in BuildJoinCriteria() 395 aCondition.append(::dbtools::quoteName(aQuote, pLineData->GetFieldName(JTCS_TO) )); in BuildJoinCriteria()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | ConnectionLineData.hxx | 87 …void SetDestFieldName( const ::rtl::OUString& rDestFieldName ){ SetFieldName(JTCS_TO, rDestFieldNa… in SetDestFieldName() 95 ::rtl::OUString GetDestFieldName() const { return GetFieldName(JTCS_TO); } in GetDestFieldName()
|
H A D | QEnumTypes.hxx | 48 JTCS_TO enumerator
|
H A D | RTableConnectionData.hxx | 62 …sal_Bool IsDestPrimKey() const { return checkPrimaryKey(getReferencedTable()->getTable(),JTCS_TO);… in IsDestPrimKey()
|
Completed in 42 milliseconds