Lines Matching refs:ORelationTableConnectionData

51 DBG_NAME(ORelationTableConnectionData)  in DBG_NAME()  argument
56 ORelationTableConnectionData::ORelationTableConnectionData() in DBG_NAME()
62 DBG_CTOR(ORelationTableConnectionData,NULL); in DBG_NAME()
65 ORelationTableConnectionData::ORelationTableConnectionData( const TTableWindowData::value_type& _pR… in ORelationTableConnectionData() function in ORelationTableConnectionData
73 DBG_CTOR(ORelationTableConnectionData,NULL); in ORelationTableConnectionData()
81 ORelationTableConnectionData::ORelationTableConnectionData( const ORelationTableConnectionData& rCo… in ORelationTableConnectionData() function in ORelationTableConnectionData
84 DBG_CTOR(ORelationTableConnectionData,NULL); in ORelationTableConnectionData()
89 ORelationTableConnectionData::~ORelationTableConnectionData() in ~ORelationTableConnectionData()
91 DBG_DTOR(ORelationTableConnectionData,NULL); in ~ORelationTableConnectionData()
95 sal_Bool ORelationTableConnectionData::DropRelation() in DropRelation()
97 DBG_CHKTHIS(ORelationTableConnectionData,NULL); in DropRelation()
128 void ORelationTableConnectionData::ChangeOrientation() in ChangeOrientation()
130 DBG_CHKTHIS(ORelationTableConnectionData,NULL); in ChangeOrientation()
151 void ORelationTableConnectionData::SetCardinality() in SetCardinality()
153 DBG_CHKTHIS(ORelationTableConnectionData,NULL); in SetCardinality()
173 sal_Bool ORelationTableConnectionData::checkPrimaryKey(const Reference< XPropertySet>& i_xTable,ECo… in checkPrimaryKey()
208 sal_Bool ORelationTableConnectionData::IsConnectionPossible() in IsConnectionPossible()
210 DBG_CHKTHIS(ORelationTableConnectionData,NULL); in IsConnectionPossible()
222 OConnectionLineDataRef ORelationTableConnectionData::CreateLineDataObj() in CreateLineDataObj()
228 OConnectionLineDataRef ORelationTableConnectionData::CreateLineDataObj( const OConnectionLineData& … in CreateLineDataObj()
234 void ORelationTableConnectionData::CopyFrom(const OTableConnectionData& rSource) in CopyFrom()
237 *this = *static_cast<const ORelationTableConnectionData*>(&rSource); in CopyFrom()
241 ORelationTableConnectionData& ORelationTableConnectionData::operator=( const ORelationTableConnecti… in operator =()
256 bool operator==(const ORelationTableConnectionData& lhs, const ORelationTableConnectionData& rhs) in operator ==()
281 sal_Bool ORelationTableConnectionData::Update() in Update()