LibreOffice Module dbaccess (master) 1
|
the class OConnectionLineData contains the data of a connection e.g. More...
#include <ConnectionLineData.hxx>
Public Member Functions | |
OConnectionLineData () | |
OConnectionLineData (OUString sSourceFieldName, OUString sDestFieldName) | |
OConnectionLineData (const OConnectionLineData &rConnLineData) | |
void | CopyFrom (const OConnectionLineData &rSource) |
void | SetFieldName (EConnectionSide nWhich, const OUString &strFieldName) |
void | SetSourceFieldName (const OUString &rSourceFieldName) |
void | SetDestFieldName (const OUString &rDestFieldName) |
const OUString & | GetFieldName (EConnectionSide nWhich) const |
OUString const & | GetSourceFieldName () const |
OUString const & | GetDestFieldName () const |
void | Reset () |
OConnectionLineData & | operator= (const OConnectionLineData &rConnLineData) |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Protected Member Functions | |
virtual | ~OConnectionLineData () override |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Private Attributes | |
OUString | m_aSourceFieldName |
OUString | m_aDestFieldName |
Friends | |
bool | operator== (const OConnectionLineData &lhs, const OConnectionLineData &rhs) |
bool | operator!= (const OConnectionLineData &lhs, const OConnectionLineData &rhs) |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
the class OConnectionLineData contains the data of a connection e.g.
the source and the destination field
Definition at line 40 of file ConnectionLineData.hxx.
|
overrideprotectedvirtual |
Definition at line 40 of file ConnectionLineData.cxx.
OConnectionLineData::OConnectionLineData | ( | ) |
Definition at line 24 of file ConnectionLineData.cxx.
OConnectionLineData::OConnectionLineData | ( | OUString | sSourceFieldName, |
OUString | sDestFieldName | ||
) |
Definition at line 28 of file ConnectionLineData.cxx.
OConnectionLineData::OConnectionLineData | ( | const OConnectionLineData & | rConnLineData | ) |
Definition at line 34 of file ConnectionLineData.cxx.
void OConnectionLineData::CopyFrom | ( | const OConnectionLineData & | rSource | ) |
Definition at line 44 of file ConnectionLineData.cxx.
|
inline |
Definition at line 70 of file ConnectionLineData.hxx.
References GetFieldName(), and dbaui::JTCS_TO.
Referenced by operator=().
|
inline |
Definition at line 68 of file ConnectionLineData.hxx.
References dbaui::JTCS_FROM, m_aDestFieldName, and m_aSourceFieldName.
Referenced by GetDestFieldName(), and GetSourceFieldName().
|
inline |
Definition at line 69 of file ConnectionLineData.hxx.
References GetFieldName(), and dbaui::JTCS_FROM.
Referenced by operator=().
OConnectionLineData & OConnectionLineData::operator= | ( | const OConnectionLineData & | rConnLineData | ) |
Definition at line 50 of file ConnectionLineData.cxx.
References GetDestFieldName(), GetSourceFieldName(), m_aDestFieldName, and m_aSourceFieldName.
void OConnectionLineData::Reset | ( | void | ) |
Definition at line 61 of file ConnectionLineData.cxx.
References m_aDestFieldName, and m_aSourceFieldName.
|
inline |
Definition at line 65 of file ConnectionLineData.hxx.
References dbaui::JTCS_TO, and SetFieldName().
|
inline |
Definition at line 57 of file ConnectionLineData.hxx.
References dbaui::JTCS_FROM, m_aDestFieldName, and m_aSourceFieldName.
Referenced by SetDestFieldName(), and SetSourceFieldName().
|
inline |
Definition at line 64 of file ConnectionLineData.hxx.
References dbaui::JTCS_FROM, and SetFieldName().
|
friend |
Definition at line 46 of file ConnectionLineData.hxx.
|
friend |
Definition at line 69 of file ConnectionLineData.cxx.
|
private |
Definition at line 43 of file ConnectionLineData.hxx.
Referenced by GetFieldName(), operator=(), Reset(), and SetFieldName().
|
private |
Definition at line 42 of file ConnectionLineData.hxx.
Referenced by GetFieldName(), operator=(), Reset(), and SetFieldName().