26#include <rtl/ustring.hxx>
the class OConnectionLineData contains the data of a connection e.g.
void SetFieldName(EConnectionSide nWhich, const OUString &strFieldName)
friend bool operator!=(const OConnectionLineData &lhs, const OConnectionLineData &rhs)
virtual ~OConnectionLineData() override
OUString const & GetSourceFieldName() const
void SetSourceFieldName(const OUString &rSourceFieldName)
const OUString & GetFieldName(EConnectionSide nWhich) const
OUString const & GetDestFieldName() const
OUString m_aDestFieldName
friend bool operator==(const OConnectionLineData &lhs, const OConnectionLineData &rhs)
void CopyFrom(const OConnectionLineData &rSource)
OUString m_aSourceFieldName
OConnectionLineData & operator=(const OConnectionLineData &rConnLineData)
void SetDestFieldName(const OUString &rDestFieldName)
std::vector< OConnectionLineDataRef > OConnectionLineDataVec
::rtl::Reference< OConnectionLineData > OConnectionLineDataRef