/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 407 if ( getDesignView() ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 550 aReturn.bEnabled = getDesignView()->HasSelection() && !getDesignView()->isHandleEvent(_nId); in GetState() 780 aReturn.bChecked = getDesignView() && getDesignView()->isReportExplorerVisible(); in GetState() 785 aReturn.bChecked = getDesignView() && getDesignView()->isAddFieldVisible(); in GetState() 1055 getDesignView()->Copy(); in Execute() 2270 getDesignView()->removeSection(getDesignView()->getSectionCount() - 1); in propertyChange() 2761 if ( getDesignView() ) in getViewData() 2917 else if ( getDesignView() && !getDesignView()->isAddFieldVisible() ) in executeReport() 3072 if ( getDesignView() ) in select() 3112 if ( getDesignView() ) in getSelection() [all …]
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 294 OQueryDesignView* OSelectionBrowseBox::getDesignView() in getDesignView() function in OSelectionBrowseBox 301 OQueryDesignView* OSelectionBrowseBox::getDesignView() const in getDesignView() function in OSelectionBrowseBox 379 getDesignView()->getController().addUndoActionAndInvalidate(pUndoAct); in ColumnMoved() 549 getDesignView()->fillValidFields(aTable, m_pFieldCell); in InitController() 598 OQueryDesignView* paDView = getDesignView(); in InitController() 1176 getDesignView()->getLocale(), in SaveModified() 1215 getDesignView()->getLocale(), in SaveModified() 1708 getDesignView()->getController().addUndoActionAndInvalidate( pUndoAction ); in InsertField() 2136 …static_cast<OQueryController&>(getDesignView()->getController()).setDistinct(!static_cast<OQueryCo… in Command() 2514 getDesignView()->getController().addUndoActionAndInvalidate(pUndo); in ColumnResized() [all …]
|
H A D | TableWindowListBox.cxx | 95 …m_pTabWin->getDesignView()->getController().showError(m_pTabWin->getDesignView()->getController().… in dragFinished() 122 OJoinDesignView* pView = m_pTabWin->getDesignView(); in GetEntryFromText() 242 …if (!pCont->getDesignView()->getController().isReadOnly() && pCont->getDesignView()->getController… in StartDrag() 344 m_pTabWin->getDesignView()->getController().setErrorOccured(::dbtools::SQLExceptionInfo(e));
|
H A D | QueryTableView.cxx | 182 _pView->getDesignView()->getController().addUndoActionAndInvalidate(_pUndoAction); in addUndoAction() 195 …DlgQryJoin aDlg(_pView,_pConnectionData,_pView->GetTabWinMap(),_pView->getDesignView()->getControl… in openJoinDialog() 200 _pView->getDesignView()->getController().setModified(sal_True); in openJoinDialog() 544 TTableWindowData* pWindowData = getDesignView()->getController().getTableWindowData(); in AddTabWin() 866 OQueryDesignView* pParent = static_cast<OQueryDesignView*>(getDesignView()); in RemoveTabWin() 939 getDesignView()->SaveTabWinUIConfig(pTabWin); in HideTabWin() 1084 DBG_ASSERT(getDesignView() != NULL, "OQueryTableView::InsertField : habe kein Parent !"); in InsertField() 1085 static_cast<OQueryDesignView*>(getDesignView())->InsertField(rInfo); in InsertField()
|
H A D | TableWindow.cxx | 158 OJoinDesignView* OTableWindow::getDesignView() in getDesignView() function in OTableWindow 289 ImageProvider aImageProvider( getDesignView()->getController().getConnection() ); in impl_updateImage() 440 if (pCont->getDesignView()->getController().isReadOnly()) in MouseMove() 635 OJoinController& rController = getDesignView()->getController(); in Command() 672 if ( getDesignView()->getController().isReadOnly() ) in PreNotify() 751 getDesignView()->getController().setModified( sal_True ); in PreNotify()
|
H A D | QueryTextView.cxx | 131 getContainerWindow()->getDesignView()->getController().addUndoActionAndInvalidate( pUndoAct ); in clear() 166 getContainerWindow()->getDesignView()->getController().setModified(sal_True); in cut() 173 getContainerWindow()->getDesignView()->getController().setModified(sal_True); in paste()
|
H A D | QTableWindow.cxx | 183 getTableView()->getDesignView()->getController().InvalidateFeature(ID_BROWSER_QUERY_EXECUTE); in Init() 207 if (getTableView()->getDesignView()->getController().isReadOnly()) in OnEntryDoubleClicked() 229 …Reference< XConnection> xConnection = getTableView()->getDesignView()->getController().getConnecti… in ExistsField()
|
H A D | QueryViewSwitch.cxx | 199 Window* pDesignParent = getDesignView() ? getDesignView()->GetParent() : NULL; in getContainer()
|
H A D | SelectionBrowseBox.hxx | 133 OQueryDesignView* getDesignView(); 134 OQueryDesignView* getDesignView() const;
|
H A D | JAccess.cxx | 117 return m_pTableView && !m_pTableView->getDesignView()->getController().isReadOnly(); in isEditable()
|
H A D | TableWindowTitle.cxx | 193 pView->getDesignView()->getController().setModified(sal_True); in MouseButtonDown()
|
H A D | JoinTableView.cxx | 344 OJoinDesignView* pParent = getDesignView(); in createTableWindowData() 1331 …if(!getDesignView()->getController().isReadOnly() && getDesignView()->getController().isConnected(… in Command()
|
H A D | ConnectionLineAccess.cxx | 258 return m_pLine ? !m_pLine->GetParent()->getDesignView()->getController().isReadOnly() : sal_False; in isEditable()
|
H A D | querycontainerwindow.cxx | 212 OJoinController& rController = m_pViewSwitch->getDesignView()->getController(); in PreNotify()
|
H A D | TableWindowAccess.cxx | 290 return m_pTable && !m_pTable->getTableView()->getDesignView()->getController().isReadOnly(); in isEditable()
|
H A D | querydlg.cxx | 168 if ( static_cast<OQueryTableView*>(pParent)->getDesignView()->getController().isReadOnly() ) in DBG_NAME()
|
H A D | querycontroller.cxx | 1124 return getContainer()->getDesignView(); in getJoinView()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | sqledit.cxx | 83 OJoinController& rController = m_pView->getContainerWindow()->getDesignView()->getController(); in KeyInput() 124 … OJoinController& rController = m_pView->getContainerWindow()->getDesignView()->getController(); in IMPL_LINK() 142 OJoinController& rController = m_pView->getContainerWindow()->getDesignView()->getController(); in IMPL_LINK() 156 OJoinController& rController = m_pView->getContainerWindow()->getDesignView()->getController();
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | querycontainerwindow.hxx | 89 OQueryDesignView* getDesignView() { return m_pViewSwitch->getDesignView(); } in getDesignView() function in dbaui::OQueryContainerWindow
|
H A D | QueryViewSwitch.hxx | 85 OQueryDesignView* getDesignView() const { return m_pDesignView; } in getDesignView() function in dbaui::OQueryViewSwitch
|
H A D | TableWindow.hxx | 139 OJoinDesignView* getDesignView();
|
H A D | JoinTableView.hxx | 181 OJoinDesignView* getDesignView() const { return m_pView; } in getDesignView() function in dbaui::OJoinTableView
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | RelationDlg.cxx | 120 m_xConnection = pParent->getDesignView()->getController().getConnection(); in DBG_NAME() 253 static_cast<OJoinTableView*>(GetParent())->getDesignView()->getController().getORB());
|
/aoo41x/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationTableView.cxx | 313 getDesignView()->getController().showError(SQLExceptionInfo(e)); in RemoveConnection()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | ReportController.hxx | 109 ODesignView* getDesignView() const { return static_cast< ODesignView* >( getView() ); } in getDesignView() function in rptui::OReportController
|