LibreOffice Module dbaccess (master) 1
DriverSettings.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#pragma once
20
21#include <sfx2/tabdlg.hxx>
22
23class SfxTabPage;
24namespace dbaui
25{
28 {
29 public:
30
33 static std::unique_ptr<SfxTabPage> CreateDbase( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
34
37 static std::unique_ptr<SfxTabPage> CreateAdo( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
38
41 static std::unique_ptr<SfxTabPage> CreateODBC( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
42
45 static std::unique_ptr<SfxTabPage> CreateUser( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
46
49 static std::unique_ptr<SfxTabPage> CreateMySQLODBC( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
50
53 static std::unique_ptr<SfxTabPage> CreateMySQLJDBC( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
54
57 static std::unique_ptr<SfxTabPage> CreateMySQLNATIVE( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
58
61 static std::unique_ptr<SfxTabPage> CreateOracleJDBC( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
62
65 static std::unique_ptr<SfxTabPage> CreateLDAP( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
66
68 static std::unique_ptr<SfxTabPage> CreateText( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
69
71 static std::unique_ptr<SfxTabPage> CreateGeneratedValuesPage( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
72
74 static std::unique_ptr<SfxTabPage> CreateSpecialSettingsPage( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* _rAttrSet );
75 };
76}
77
78/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
a collection class for all details a driver needs
static std::unique_ptr< SfxTabPage > CreateMySQLODBC(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for MySQLODBC.
static std::unique_ptr< SfxTabPage > CreateSpecialSettingsPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
creates the "Special Settings" page of the "Advanced Settings" dialog
static std::unique_ptr< SfxTabPage > CreateLDAP(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for LDAP.
static std::unique_ptr< SfxTabPage > CreateODBC(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for ODBC.
static std::unique_ptr< SfxTabPage > CreateText(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for Text.
static std::unique_ptr< SfxTabPage > CreateAdo(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for ado.
static std::unique_ptr< SfxTabPage > CreateOracleJDBC(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for Oracle JDBC.
static std::unique_ptr< SfxTabPage > CreateDbase(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for ado.
static std::unique_ptr< SfxTabPage > CreateGeneratedValuesPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
creates the GeneratedValues page
static std::unique_ptr< SfxTabPage > CreateMySQLJDBC(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for MySQLJDBC.
static std::unique_ptr< SfxTabPage > CreateMySQLNATIVE(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for MySQLNATIVE.
static std::unique_ptr< SfxTabPage > CreateUser(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *_rAttrSet)
Creates the detail page for user.