Home
last modified time | relevance | path

Searched refs:aSourceFieldName (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx693 String aSourceFieldName, aDestFieldName; in AddConnection() local
694 aSourceFieldName = jxdSource.pListBox->GetEntryText(jxdSource.pEntry); in AddConnection()
726 pNewConnectionData->AppendConnLine( aSourceFieldName,aDestFieldName ); in AddConnection()
737 String aTmp(aSourceFieldName); in AddConnection()
738 aSourceFieldName = aDestFieldName; in AddConnection()
742 pConn->GetData()->AppendConnLine( aSourceFieldName,aDestFieldName ); in AddConnection()
H A DQueryDesignView.cxx249 ::rtl::OUString aSourceFieldName(_aDragLeft->GetField()); in insertConnection()
254 ::rtl::OUString aTmp(aSourceFieldName); in insertConnection()
255 aSourceFieldName = aDestFieldName; in insertConnection()
258 pConn->GetData()->AppendConnLine( aSourceFieldName,aDestFieldName); in insertConnection()

Completed in 34 milliseconds