/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
namespace com::sun::star { namespace beans { class XPropertySet;
}
}
using vcl::WizardTypes::WizardState; using vcl::RoadmapWizardTypes::PathId;
namespace dbaui
{
class OGenericAdministrationPage;
// ODbTypeWizDialogSetup class OGeneralPage; class OGeneralPageWizard; class ODbDataSourceAdministrationHelper; /** tab dialog for administrating the office wide registered data sources
*/ class OMySQLIntroPageSetup; class OFinalDBPageSetup;
::dbaccess::ODsnTypeCollection*
m_pCollection; /// the DSN type collection instance
public: /** ctor. The itemset given should have been created by <method>createItemSet</method> and should be destroyed after the dialog has been destroyed
*/
ODbTypeWizDialogSetup(weld::Window* pParent
,SfxItemSet const * _pItems
,const css::uno::Reference< css::uno::XComponentContext >& _rxORB
,const css::uno::Any& _aDataSourceName
); virtual ~ODbTypeWizDialogSetup() override;
/** declares a path with or without authentication, as indicated by the database type
@param _sURL the data source type for which the path is declared. If this data source type does not support authentication, the PAGE_DBSETUPWIZARD_AUTHENTIFICATION state will be stripped from the sequence of states. @param _nPathId the ID of the path @path the first state in this path, following by an arbitrary number of others, as in RoadmapWizard::declarePath.
*/ void declareAuthDepPath( const OUString& _sURL, PathId _nPathId, const vcl::RoadmapWizardTypes::WizardPath& _rPaths);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.