Searched refs:JTCS_FROM (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | QTableConnection.cxx | 91 (pMyData->GetFieldIndex(JTCS_FROM) == pCompData->GetFieldIndex(JTCS_FROM)) 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.cxx | 136 return nWhich == JTCS_FROM ? m_pReferencingTable->GetWinName() : m_pReferencedTable->GetWinName(); in GetAliasName() 152 SetFieldIndex(JTCS_FROM, rDragLeft->GetFieldIndex()); in InitFromDrag() 155 SetFieldType(JTCS_FROM, rDragLeft->GetFieldType()); in InitFromDrag()
|
H A D | QueryTableView.cxx | 262 pNewConnData->SetFieldType(JTCS_FROM,TAB_NORMAL_FIELD); in addConnections() 270 pNewConnData->SetFieldIndex(JTCS_FROM,aFind[0]+1); in addConnections() 720 pNewConnectionData->SetFieldIndex(JTCS_FROM, nSourceFieldIndex); in AddConnection() 723 pNewConnectionData->SetFieldType(JTCS_FROM, eSourceFieldType); in AddConnection() 972 if( pTmpEntry->GetAliasName(JTCS_FROM) == pTabWin->GetAliasName() || in HideTabWin()
|
H A D | QueryDesignView.cxx | 391 aCondition.append(quoteTableAlias(sal_True,pData->GetAliasName(JTCS_FROM),aQuote)); in BuildJoinCriteria() 392 aCondition.append(::dbtools::quoteName(aQuote, pLineData->GetFieldName(JTCS_FROM) )); in BuildJoinCriteria()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | ConnectionLineData.hxx | 81 if (nWhich==JTCS_FROM) in SetFieldName() 86 …void SetSourceFieldName( const ::rtl::OUString& rSourceFieldName){ SetFieldName(JTCS_FROM, rSource… in SetSourceFieldName() 93 …::rtl::OUString GetFieldName(EConnectionSide nWhich) const { return (nWhich == JTCS_FROM) ? m_aSou… in GetFieldName() 94 ::rtl::OUString GetSourceFieldName() const { return GetFieldName(JTCS_FROM); } in GetSourceFieldName()
|
H A D | QEnumTypes.hxx | 47 JTCS_FROM=0, enumerator
|
H A D | RTableConnectionData.hxx | 61 …ol IsSourcePrimKey() const { return checkPrimaryKey(getReferencingTable()->getTable(),JTCS_FROM); } in IsSourcePrimKey()
|
Completed in 69 milliseconds