Home
last modified time | relevance | path

Searched refs:JTCS_TO (Results 1 – 8 of 8) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DQTableConnection.cxx90 (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 DQTableConnectionData.hxx79 …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 DQueryTableView.cxx265 …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 DQTableConnectionData.cxx153 SetFieldIndex(JTCS_TO, rDragRight->GetFieldIndex()); in InitFromDrag()
156 SetFieldType(JTCS_TO, rDragRight->GetFieldType()); in InitFromDrag()
H A DQueryDesignView.cxx394 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 DConnectionLineData.hxx87 …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 DQEnumTypes.hxx48 JTCS_TO enumerator
H A DRTableConnectionData.hxx62 …sal_Bool IsDestPrimKey() const { return checkPrimaryKey(getReferencedTable()->getTable(),JTCS_TO);… in IsDestPrimKey()

Completed in 538 milliseconds