Lines Matching refs:ORelationControl
94 class ORelationControl : public ORelationControl_Base class
116 …ORelationControl( OTableListBoxControl* pParent,const OJoinTableView::OTableWindowMap* _pTableMap …
117 virtual ~ORelationControl();
163 DBG_NAME(ORelationControl) in DBG_NAME() argument
165 …ORelationControl::ORelationControl( OTableListBoxControl* pParent ,const OJoinTableView::OTableWin… in DBG_NAME()
172 DBG_CTOR(ORelationControl,NULL); in DBG_NAME()
176 ORelationControl::~ORelationControl() in ~ORelationControl()
178 DBG_DTOR(ORelationControl,NULL); in ~ORelationControl()
182 void ORelationControl::Init(const TTableConnectionData::value_type& _pConnData) in Init()
184 DBG_CHKTHIS(ORelationControl,NULL); in Init()
192 void ORelationControl::lateInit() in lateInit()
224 void ORelationControl::Resize() in Resize()
226 DBG_CHKTHIS(ORelationControl,NULL); in Resize()
234 long ORelationControl::PreNotify(NotifyEvent& rNEvt) in PreNotify()
236 DBG_CHKTHIS(ORelationControl,NULL); in PreNotify()
238 PostUserEvent(LINK(this, ORelationControl, AsynchDeactivate)); in PreNotify()
240 PostUserEvent(LINK(this, ORelationControl, AsynchActivate)); in PreNotify()
246 IMPL_LINK(ORelationControl, AsynchActivate, void*, EMPTYARG) in IMPL_LINK() argument
253 IMPL_LINK(ORelationControl, AsynchDeactivate, void*, EMPTYARG) in IMPL_LINK() argument
260 sal_Bool ORelationControl::IsTabAllowed(sal_Bool bForward) const in IsTabAllowed()
262 DBG_CHKTHIS(ORelationControl,NULL); in IsTabAllowed()
273 sal_Bool ORelationControl::SaveModified() in SaveModified()
275 DBG_CHKTHIS(ORelationControl,NULL); in SaveModified()
303 sal_uInt16 ORelationControl::getColumnIdent( sal_uInt16 _nColId ) const in getColumnIdent()
312 String ORelationControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText()
314 DBG_CHKTHIS(ORelationControl,NULL); in GetCellText()
333 …void ORelationControl::InitController( CellControllerRef& /*rController*/, long nRow, sal_uInt16 n… in InitController()
335 DBG_CHKTHIS(ORelationControl,NULL); in InitController()
371 CellController* ORelationControl::GetController( long /*nRow*/, sal_uInt16 /*nColumnId*/ ) in GetController()
373 DBG_CHKTHIS(ORelationControl,NULL); in GetController()
378 sal_Bool ORelationControl::SeekRow( long nRow ) in SeekRow()
380 DBG_CHKTHIS(ORelationControl,NULL); in SeekRow()
386 …void ORelationControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId… in PaintCell()
388 DBG_CHKTHIS(ORelationControl,NULL); in PaintCell()
389 String aText =const_cast< ORelationControl*>(this)->GetCellText( m_nDataPos, nColumnId ); in PaintCell()
404 …void ORelationControl::fillListBox(const Reference< XPropertySet>& _xDest,long /*_nRow*/,sal_uInt1… in fillListBox()
430 void ORelationControl::setWindowTables(const OTableWindow* _pSource,const OTableWindow* _pDest) in setWindowTables()
478 void ORelationControl::CellModified() in CellModified()
480 DBG_CHKTHIS(ORelationControl,NULL); in CellModified()
503 m_pRC_Tables = new ORelationControl( this,m_pTableMap ); in DBG_NAME()
520 ORelationControl* pTemp = m_pRC_Tables; in ~OTableListBoxControl()
740 PostUserEvent(LINK(m_pRC_Tables, ORelationControl, AsynchDeactivate)); in enableRelation()