Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableConnectionData.cxx115 …ata::SetConnLine( sal_uInt16 nIndex, const String& rSourceFieldName, const String& rDestFieldName ) in SetConnLine() argument
122 return AppendConnLine(rSourceFieldName, rDestFieldName); in SetConnLine()
128 pConnLineData->SetDestFieldName( rDestFieldName ); in SetConnLine()
134 …a::AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFieldName ) in AppendConnLine() argument
140 …if((*aIter)->GetDestFieldName() == rDestFieldName && (*aIter)->GetSourceFieldName() == rSourceFiel… in AppendConnLine()
145 OConnectionLineDataRef pNew = new OConnectionLineData(rSourceFieldName, rDestFieldName); in AppendConnLine()
H A DConnectionLineData.cxx46 …onnectionLineData( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFieldName ) in OConnectionLineData() argument
48 ,m_aDestFieldName( rDestFieldName ) in OConnectionLineData()
/trunk/main/dbaccess/source/ui/inc/
H A DConnectionLineData.hxx72 …nnectionLineData( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFieldName );
87 …void SetDestFieldName( const ::rtl::OUString& rDestFieldName ){ SetFieldName(JTCS_TO, rDestFieldNa… in SetDestFieldName() argument
H A DTableConnectionData.hxx83 …ool SetConnLine( sal_uInt16 nIndex, const String& rSourceFieldName, const String& rDestFieldName );
84 …l AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFieldName );

Completed in 13 milliseconds