Searched refs:AppendConnLine (Results 1 – 6 of 6) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableConnectionData.cxx | 122 return AppendConnLine(rSourceFieldName, rDestFieldName); in SetConnLine() 134 sal_Bool OTableConnectionData::AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl… in AppendConnLine() function in OTableConnectionData
|
H A D | querydlg.cxx | 254 m_pConnData->AppendConnLine(sEmpty,sEmpty); 321 m_pConnData->AppendConnLine(*pIter,*pIter);
|
H A D | QueryTableView.cxx | 284 pNewConnData->AppendConnLine(*pIter,sRelatedColumn); in addConnections() 726 pNewConnectionData->AppendConnLine( aSourceFieldName,aDestFieldName ); in AddConnection() 742 pConn->GetData()->AppendConnLine( aSourceFieldName,aDestFieldName ); in AddConnection()
|
H A D | QTableConnectionData.cxx | 158 AppendConnLine((::rtl::OUString)rDragLeft->GetField(),(::rtl::OUString)rDragRight->GetField()); in InitFromDrag()
|
H A D | QueryDesignView.cxx | 233 aInfoData->AppendConnLine(*pIter,*pIter); in insertConnection() 258 pConn->GetData()->AppendConnLine( aSourceFieldName,aDestFieldName); in insertConnection()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | TableConnectionData.hxx | 84 …sal_Bool AppendConnLine( const ::rtl::OUString& rSourceFieldName, const ::rtl::OUString& rDestFiel…
|
Completed in 29 milliseconds