Home
last modified time | relevance | path

Searched refs:rSourceFieldName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableConnectionData.cxx115 sal_Bool OTableConnectionData::SetConnLine( sal_uInt16 nIndex, const String& rSourceFieldName, cons… in SetConnLine() argument
122 return AppendConnLine(rSourceFieldName, rDestFieldName); in SetConnLine()
127 pConnLineData->SetSourceFieldName( rSourceFieldName ); in SetConnLine()
134 sal_Bool OTableConnectionData::AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl… in AppendConnLine() argument
140 …aIter)->GetDestFieldName() == rDestFieldName && (*aIter)->GetSourceFieldName() == rSourceFieldName) in AppendConnLine()
145 OConnectionLineDataRef pNew = new OConnectionLineData(rSourceFieldName, rDestFieldName); in AppendConnLine()
H A DConnectionLineData.cxx46 OConnectionLineData::OConnectionLineData( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUS… in OConnectionLineData() argument
47 :m_aSourceFieldName( rSourceFieldName ) in OConnectionLineData()
/trunk/main/dbaccess/source/ui/inc/
H A DConnectionLineData.hxx72 …OConnectionLineData( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFieldNam…
86 …oid SetSourceFieldName( const ::rtl::OUString& rSourceFieldName){ SetFieldName(JTCS_FROM, rSourceF… in SetSourceFieldName() argument
H A DTableConnectionData.hxx83 …sal_Bool SetConnLine( sal_uInt16 nIndex, const String& rSourceFieldName, const String& rDestFieldN…
84 …sal_Bool AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFiel…

Completed in 21 milliseconds