Home
last modified time | relevance | path

Searched defs:rDestFieldName (Results 1 – 3 of 3) 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()
134 …a::AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFieldName ) in AppendConnLine()
H A DConnectionLineData.cxx46 …onnectionLineData( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFieldName ) in OConnectionLineData()
/trunk/main/dbaccess/source/ui/inc/
H A DConnectionLineData.hxx87 …SetDestFieldName( const ::rtl::OUString& rDestFieldName ){ SetFieldName(JTCS_TO, rDestFieldName); } in SetDestFieldName()