Lines Matching refs:OQueryTableConnectionData

44 DBG_NAME(OQueryTableConnectionData)  in DBG_NAME()  argument
46 OQueryTableConnectionData::OQueryTableConnectionData() in DBG_NAME()
51 DBG_CTOR(OQueryTableConnectionData,NULL); in DBG_NAME()
55 OQueryTableConnectionData::OQueryTableConnectionData( const OQueryTableConnectionData& rConnData ) in OQueryTableConnectionData() function in OQueryTableConnectionData
58 DBG_CTOR(OQueryTableConnectionData,NULL); in OQueryTableConnectionData()
69 OQueryTableConnectionData::OQueryTableConnectionData(const TTableWindowData::value_type& _pReferenc… in OQueryTableConnectionData() function in OQueryTableConnectionData
80 DBG_CTOR(OQueryTableConnectionData,NULL); in OQueryTableConnectionData()
84 OQueryTableConnectionData::~OQueryTableConnectionData() in ~OQueryTableConnectionData()
86 DBG_DTOR(OQueryTableConnectionData,NULL); in ~OQueryTableConnectionData()
90 OConnectionLineDataRef OQueryTableConnectionData::CreateLineDataObj() in CreateLineDataObj()
92 DBG_CHKTHIS(OQueryTableConnectionData,NULL); in CreateLineDataObj()
98 OConnectionLineDataRef OQueryTableConnectionData::CreateLineDataObj( const OConnectionLineData& rCo… in CreateLineDataObj()
100 DBG_CHKTHIS(OQueryTableConnectionData,NULL); in CreateLineDataObj()
105 void OQueryTableConnectionData::CopyFrom(const OTableConnectionData& rSource) in CopyFrom()
107 DBG_CHKTHIS(OQueryTableConnectionData,NULL); in CopyFrom()
109 *this = (const OQueryTableConnectionData&)rSource; in CopyFrom()
113 OQueryTableConnectionData& OQueryTableConnectionData::operator=(const OQueryTableConnectionData& rC… in operator =()
115 DBG_CHKTHIS(OQueryTableConnectionData,NULL); in operator =()
133 ::rtl::OUString OQueryTableConnectionData::GetAliasName(EConnectionSide nWhich) const in GetAliasName()
135 DBG_CHKTHIS(OQueryTableConnectionData,NULL); in GetAliasName()
140 void OQueryTableConnectionData::InitFromDrag(const OTableFieldDescRef& rDragLeft, const OTableField… in InitFromDrag()
142 DBG_CHKTHIS(OQueryTableConnectionData,NULL); in InitFromDrag()
161 OTableConnectionData* OQueryTableConnectionData::NewInstance() const in NewInstance()
163 return new OQueryTableConnectionData(); in NewInstance()
166 sal_Bool OQueryTableConnectionData::Update() in Update()