Searched refs:rSourceFieldName (Results 1 – 4 of 4) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableConnectionData.cxx | 115 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 D | ConnectionLineData.cxx | 46 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 D | ConnectionLineData.hxx | 72 …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 D | TableConnectionData.hxx | 83 …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 18 milliseconds