Searched refs:aSourceFieldName (Results 1 – 2 of 2) sorted by relevance
693 String aSourceFieldName, aDestFieldName; in AddConnection() local694 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()
249 ::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 32 milliseconds