Searched refs:aDestFieldName (Results 1 – 2 of 2) sorted by relevance
693 String aSourceFieldName, aDestFieldName; in AddConnection() local695 aDestFieldName = jxdDest.pListBox->GetEntryText(jxdDest.pEntry); in AddConnection()726 pNewConnectionData->AppendConnLine( aSourceFieldName,aDestFieldName ); in AddConnection()738 aSourceFieldName = aDestFieldName; in AddConnection()739 aDestFieldName = aTmp; in AddConnection()742 pConn->GetData()->AppendConnLine( aSourceFieldName,aDestFieldName ); in AddConnection()
250 ::rtl::OUString aDestFieldName(_aDragRight->GetField()); in insertConnection()255 aSourceFieldName = aDestFieldName; in insertConnection()256 aDestFieldName = aTmp; in insertConnection()258 pConn->GetData()->AppendConnLine( aSourceFieldName,aDestFieldName); in insertConnection()
Completed in 33 milliseconds