Searched refs:ORelationTableView (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationTableView.cxx | 90 DBG_NAME(ORelationTableView) in DBG_NAME() argument 92 ORelationTableView::ORelationTableView( Window* pParent, ORelationDesignView* pView ) in DBG_NAME() 99 DBG_CTOR(ORelationTableView,NULL); in DBG_NAME() 104 ORelationTableView::~ORelationTableView() in ~ORelationTableView() 106 DBG_DTOR(ORelationTableView,NULL); in ~ORelationTableView() 112 void ORelationTableView::ReSync() in ReSync() 114 DBG_CHKTHIS(ORelationTableView,NULL); in ReSync() 189 DBG_CHKTHIS(ORelationTableView,NULL); in IsAddAllowed() 196 DBG_CHKTHIS(ORelationTableView,NULL); in AddConnection() 259 DBG_CHKTHIS(ORelationTableView,NULL); in ConnDoubleClicked() [all …]
|
H A D | RTableConnection.hxx | 35 class ORelationTableView; 40 …ORelationTableConnection( ORelationTableView* pContainer, const TTableConnectionData::value_type& …
|
H A D | RelationDesignView.cxx | 108 m_pTableView = new ORelationTableView(m_pScrollWindow,this); in Construct()
|
H A D | RTableConnection.cxx | 48 ORelationTableConnection::ORelationTableConnection( ORelationTableView* pContainer, in DBG_NAME()
|
H A D | RelationController.cxx | 199 …static_cast<ORelationTableView*>(static_cast<ORelationDesignView*>( getView() )->getTableView())->… in Execute()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | RelationTableView.hxx | 34 class ORelationTableView : public ::cppu::BaseMutex class 59 ORelationTableView( Window* pParent, ORelationDesignView* pView ); 60 virtual ~ORelationTableView();
|
Completed in 27 milliseconds