Searched refs:rDestFieldName (Results 1 – 4 of 4) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableConnectionData.cxx | 115 …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 D | ConnectionLineData.cxx | 46 …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 D | ConnectionLineData.hxx | 72 …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 D | TableConnectionData.hxx | 83 …ool SetConnLine( sal_uInt16 nIndex, const String& rSourceFieldName, const String& rDestFieldName ); 84 …l AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFieldName );
|
Completed in 21 milliseconds