Lines Matching refs:OQueryTableView

175 	void addUndoAction(	OQueryTableView* _pView,  in addUndoAction()
191 …sal_Bool openJoinDialog(OQueryTableView* _pView,const TTableConnectionData::value_type& _pConnecti… in openJoinDialog()
211 void connectionModified(OQueryTableView* _pView, in connectionModified()
231 void addConnections(OQueryTableView* _pView, in addConnections()
303 DBG_NAME(OQueryTableView) in DBG_NAME() argument
305 OQueryTableView::OQueryTableView( Window* pParent,OQueryDesignView* pView) in DBG_NAME()
308 DBG_CTOR(OQueryTableView,NULL); in DBG_NAME()
313 OQueryTableView::~OQueryTableView() in ~OQueryTableView()
315 DBG_DTOR(OQueryTableView,NULL); in ~OQueryTableView()
319 sal_Int32 OQueryTableView::CountTableAlias(const String& rName, sal_Int32& rMax) in CountTableAlias()
321 DBG_CHKTHIS(OQueryTableView,NULL); in CountTableAlias()
340 void OQueryTableView::ReSync() in ReSync()
342 DBG_CHKTHIS(OQueryTableView,NULL); in ReSync()
408 void OQueryTableView::ClearAll() in ClearAll()
410 DBG_CHKTHIS(OQueryTableView,NULL); in ClearAll()
418 OTableWindow* OQueryTableView::createWindow(const TTableWindowData::value_type& _pData) in createWindow()
424 void OQueryTableView::NotifyTabConnection(const OQueryTableConnection& rNewConn, sal_Bool _bCreateU… in NotifyTabConnection()
426 DBG_CHKTHIS(OQueryTableView,NULL); in NotifyTabConnection()
463 OTableWindowData* OQueryTableView::CreateImpl(const ::rtl::OUString& _rComposedName in CreateImpl()
470 void OQueryTableView::AddTabWin(const ::rtl::OUString& _rTableName, const ::rtl::OUString& _rAliasN… in AddTabWin()
472 DBG_CHKTHIS(OQueryTableView,NULL); in AddTabWin()
534 void OQueryTableView::AddTabWin(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& _rTab… in AddTabWin()
536 DBG_CHKTHIS(OQueryTableView,NULL); in AddTabWin()
687 void OQueryTableView::AddConnection(const OJoinExchangeData& jxdSource, const OJoinExchangeData& jx… in AddConnection()
689 DBG_CHKTHIS(OQueryTableView,NULL); in AddConnection()
748 void OQueryTableView::ConnDoubleClicked(OTableConnection* pConnection) in ConnDoubleClicked()
750 DBG_CHKTHIS(OQueryTableView,NULL); in ConnDoubleClicked()
758 void OQueryTableView::createNewConnection() in createNewConnection()
787 bool OQueryTableView::RemoveConnection( OTableConnection* _pConnection,sal_Bool /*_bDelete*/ ) in RemoveConnection()
789 DBG_CHKTHIS(OQueryTableView,NULL); in RemoveConnection()
803 void OQueryTableView::KeyInput( const KeyEvent& rEvt ) in KeyInput()
805 DBG_CHKTHIS(OQueryTableView,NULL); in KeyInput()
810 OQueryTableWindow* OQueryTableView::FindTable(const String& rAliasName) in FindTable()
812 DBG_CHKTHIS(OQueryTableView,NULL); in FindTable()
822 sal_Bool OQueryTableView::FindTableFromField(const String& rFieldName, OTableFieldDescRef& rInfo, s… in FindTableFromField()
824 DBG_CHKTHIS(OQueryTableView,NULL); in FindTableFromField()
838 bool OQueryTableView::ContainsTabWin(const OTableWindow& rTabWin) in ContainsTabWin()
858 void OQueryTableView::RemoveTabWin(OTableWindow* pTabWin) in RemoveTabWin()
860 DBG_CHKTHIS(OQueryTableView,NULL); in RemoveTabWin()
900 void OQueryTableView::EnsureVisible(const OTableWindow* pWin) in EnsureVisible()
902 DBG_CHKTHIS(OQueryTableView,NULL); in EnsureVisible()
909 void OQueryTableView::GetConnection(OQueryTableConnection* pConn) in GetConnection()
911 DBG_CHKTHIS(OQueryTableView,NULL); in GetConnection()
920 void OQueryTableView::DropConnection(OQueryTableConnection* pConn) in DropConnection()
922 DBG_CHKTHIS(OQueryTableView,NULL); in DropConnection()
929 void OQueryTableView::HideTabWin( OQueryTableWindow* pTabWin, OQueryTabWinUndoAct* pUndoAction ) in HideTabWin()
931 DBG_CHKTHIS(OQueryTableView,NULL); in HideTabWin()
1003 sal_Bool OQueryTableView::ShowTabWin( OQueryTableWindow* pTabWin, OQueryTabWinUndoAct* pUndoAction,… in ShowTabWin()
1005 DBG_CHKTHIS(OQueryTableView,NULL); in ShowTabWin()
1081 void OQueryTableView::InsertField(const OTableFieldDescRef& rInfo) in InsertField()
1083 DBG_CHKTHIS(OQueryTableView,NULL); in InsertField()
1088 sal_Bool OQueryTableView::ExistsAVisitedConn(const OQueryTableWindow* pFrom) const in ExistsAVisitedConn()
1090 DBG_CHKTHIS(OQueryTableView,NULL); in ExistsAVisitedConn()
1108 void OQueryTableView::onNoColumns_throw() in onNoColumns_throw()
1114 bool OQueryTableView::supressCrossNaturalJoin(const TTableConnectionData::value_type& _pData) const in supressCrossNaturalJoin()