Home
last modified time | relevance | path

Searched refs:JTCS_FROM (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/dbaccess/source/ui/querydesign/
H A DQTableConnection.cxx91 (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 DQTableConnectionData.cxx136 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 DQueryTableView.cxx262 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 DQueryDesignView.cxx391 aCondition.append(quoteTableAlias(sal_True,pData->GetAliasName(JTCS_FROM),aQuote)); in BuildJoinCriteria()
392 aCondition.append(::dbtools::quoteName(aQuote, pLineData->GetFieldName(JTCS_FROM) )); in BuildJoinCriteria()
/aoo42x/main/dbaccess/source/ui/inc/
H A DConnectionLineData.hxx81 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 DQEnumTypes.hxx47 JTCS_FROM=0, enumerator
H A DRTableConnectionData.hxx61 …ol IsSourcePrimKey() const { return checkPrimaryKey(getReferencingTable()->getTable(),JTCS_FROM); } in IsSourcePrimKey()

Completed in 122 milliseconds