Home
last modified time | relevance | path

Searched refs:GetSourceFieldName (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx138 sTempString = (*aIter)->GetSourceFieldName(); in ChangeOrientation()
334 if((*aIter)->GetSourceFieldName().getLength() && (*aIter)->GetDestFieldName().getLength()) in Update()
340 xColumn->setPropertyValue(PROPERTY_NAME,makeAny((*aIter)->GetSourceFieldName())); in Update()
389 if( (*aIter)->GetSourceFieldName() == sName in Update()
/aoo4110/main/dbaccess/source/ui/inc/
H A DConnectionLine.hxx74 String GetSourceFieldName() const { return m_pData->GetSourceFieldName(); } in GetSourceFieldName() function in dbaui::OConnectionLine
H A DConnectionLineData.hxx94 ::rtl::OUString GetSourceFieldName() const { return GetFieldName(JTCS_FROM); } in GetSourceFieldName() function in dbaui::OConnectionLineData
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DTableConnectionData.cxx140 …if((*aIter)->GetDestFieldName() == rDestFieldName && (*aIter)->GetSourceFieldName() == rSourceFiel… in AppendConnLine()
183 …if(!m_vConnLineData[i]->GetSourceFieldName().getLength() || !m_vConnLineData[i]->GetDestFieldName(… in normalizeLines()
H A DConnectionLineData.cxx80 m_aSourceFieldName = rConnLineData.GetSourceFieldName(); in operator =()
H A DConnectionLine.cxx255 …ntry* pSourceEntry = pSourceWin->GetListBox()->GetEntryFromText( GetData()->GetSourceFieldName() ); in RecalcLine()
H A DJoinTableView.cxx1039 …vLBoxEntry* pSourceEntry = pSourceBox->GetEntryFromText((*aIter)->GetData()->GetSourceFieldName()); in SelectConn()
H A DQueryDesignView.cxx1717 if((*aIter)->GetSourceFieldName() == aDragLeft->GetField() || in ComparisonPredicate()
/aoo4110/main/dbaccess/source/ui/control/
H A DRelationControl.cxx322 sText = pConnLineData->GetSourceFieldName(); in GetCellText()

Completed in 97 milliseconds