2010-10-12 08:53:47 -05:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2006-12-20 07:21:04 -06:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 21:47:01 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2006-12-20 07:21:04 -06:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2006-12-20 07:21:04 -06:00
|
|
|
*
|
2008-04-10 21:47:01 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2006-12-20 07:21:04 -06:00
|
|
|
*
|
2008-04-10 21:47:01 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2006-12-20 07:21:04 -06:00
|
|
|
*
|
2008-04-10 21:47:01 -05:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2006-12-20 07:21:04 -06:00
|
|
|
*
|
2008-04-10 21:47:01 -05:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2006-12-20 07:21:04 -06:00
|
|
|
*
|
2008-04-10 21:47:01 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2006-12-20 07:21:04 -06:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_desktop.hxx"
|
|
|
|
|
2010-05-04 05:37:01 -05:00
|
|
|
#define COMPHELPER_SERVICEDECL_COMPONENT_HELPER_MAX_ARGS 12
|
2006-12-20 07:21:04 -06:00
|
|
|
#include "comphelper/servicedecl.hxx"
|
|
|
|
|
|
|
|
using namespace com::sun::star;
|
|
|
|
namespace sdecl = comphelper::service_decl;
|
|
|
|
|
|
|
|
namespace dp_registry {
|
|
|
|
namespace backend {
|
|
|
|
|
|
|
|
namespace configuration {
|
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
}
|
|
|
|
|
|
|
|
namespace component {
|
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
}
|
|
|
|
|
|
|
|
namespace script {
|
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
}
|
|
|
|
|
|
|
|
namespace sfwk {
|
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
}
|
|
|
|
|
2007-11-19 06:08:16 -06:00
|
|
|
namespace help {
|
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
}
|
|
|
|
|
2007-12-07 03:27:41 -06:00
|
|
|
namespace executable {
|
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
}
|
|
|
|
|
2006-12-20 07:21:04 -06:00
|
|
|
} // namespace backend
|
|
|
|
} // namespace dp_registry
|
|
|
|
|
|
|
|
namespace dp_manager {
|
|
|
|
namespace factory {
|
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
bool singleton_entries( uno::Reference<registry::XRegistryKey> const& );
|
|
|
|
}
|
2010-05-04 05:37:01 -05:00
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
bool singleton_entries( uno::Reference<registry::XRegistryKey> const& );
|
2006-12-20 07:21:04 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
namespace dp_log {
|
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
}
|
|
|
|
|
2007-06-12 00:18:48 -05:00
|
|
|
namespace dp_info {
|
|
|
|
extern sdecl::ServiceDecl const serviceDecl;
|
|
|
|
bool singleton_entries( uno::Reference<registry::XRegistryKey> const& );
|
|
|
|
}
|
|
|
|
|
2006-12-20 07:21:04 -06:00
|
|
|
extern "C" {
|
|
|
|
|
|
|
|
struct uno_Environment;
|
|
|
|
|
|
|
|
void SAL_CALL component_getImplementationEnvironment(
|
|
|
|
const sal_Char ** ppEnvTypeName, uno_Environment ** )
|
|
|
|
{
|
|
|
|
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
|
|
|
|
}
|
|
|
|
|
|
|
|
void * SAL_CALL component_getFactory(
|
|
|
|
sal_Char const * pImplName,
|
|
|
|
lang::XMultiServiceFactory * pServiceManager,
|
|
|
|
registry::XRegistryKey * pRegistryKey )
|
|
|
|
{
|
|
|
|
return component_getFactoryHelper(
|
|
|
|
pImplName, pServiceManager, pRegistryKey,
|
|
|
|
dp_registry::backend::configuration::serviceDecl,
|
|
|
|
dp_registry::backend::component::serviceDecl,
|
2007-11-19 06:08:16 -06:00
|
|
|
dp_registry::backend::help::serviceDecl,
|
2006-12-20 07:21:04 -06:00
|
|
|
dp_registry::backend::script::serviceDecl,
|
|
|
|
dp_registry::backend::sfwk::serviceDecl,
|
2007-12-07 03:27:41 -06:00
|
|
|
dp_registry::backend::executable::serviceDecl,
|
2006-12-20 07:21:04 -06:00
|
|
|
dp_manager::factory::serviceDecl,
|
|
|
|
dp_log::serviceDecl,
|
2010-05-04 05:37:01 -05:00
|
|
|
dp_info::serviceDecl,
|
|
|
|
dp_manager::serviceDecl);
|
2006-12-20 07:21:04 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
} // extern "C"
|
|
|
|
|
2010-10-12 08:53:47 -05:00
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|