summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx27
1 files changed, 0 insertions, 27 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 6c5bcfd0e6e3..353db33e0639 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -145,21 +145,6 @@ namespace dbaui
*/
static ElementType getElementType(const css::uno::Reference< css::container::XContainer >& _xContainer);
- /** opens a new frame with either the table or the query or report or form or view
- @param _sName
- The name of the object to open
- @param _eType
- Defines the type to open
- @param _eOpenMode
- denotes the mode in which to open the object
- @return the form or report model will only be returned, otherwise <NULL/>
- */
- css::uno::Reference< css::lang::XComponent > openElement(
- const OUString& _sName,
- ElementType _eType,
- ElementOpenMode _eOpenMode
- );
-
/** opens a new sub frame with a table/query/form/report/view, passing additional arguments
*/
css::uno::Reference< css::lang::XComponent > openElementWithArguments(
@@ -293,18 +278,6 @@ namespace dbaui
*/
void openDialog(const OUString& _sServiceName);
- /** opens the administration dialog for the selected data source
- */
- void openDataSourceAdminDialog();
-
- /** opens the table filter dialog for the selected data source
- */
- void openTableFilterDialog();
-
- /** opens the DirectSQLDialog to execute hand made sql statements.
- */
- void openDirectSQLDialog();
-
/** when the settings of the data source changed,
it opens a dialog which ask to close all depending documents, then recreate the connection.
The SolarMutex has to be locked before calling this.