Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a694748f
Kaydet (Commit)
a694748f
authored
Ock 09, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New loplugin:externvar: desktop
Change-Id: I3942e7496c6014c0118a9e90a8fa8251bffe8443
üst
88d0a860
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
100 additions
and
66 deletions
+100
-66
dp_log.cxx
desktop/source/deployment/dp_log.cxx
+3
-2
dp_services.cxx
desktop/source/deployment/dp_services.cxx
+2
-45
dp_gui_service.cxx
desktop/source/deployment/gui/dp_gui_service.cxx
+3
-3
dp_services.hxx
desktop/source/deployment/inc/dp_services.hxx
+65
-0
dp_extensionmanager.cxx
desktop/source/deployment/manager/dp_extensionmanager.cxx
+3
-2
dp_informationprovider.cxx
desktop/source/deployment/manager/dp_informationprovider.cxx
+3
-2
dp_managerfac.cxx
desktop/source/deployment/manager/dp_managerfac.cxx
+3
-2
dp_component.cxx
...top/source/deployment/registry/component/dp_component.cxx
+2
-1
dp_configuration.cxx
...ce/deployment/registry/configuration/dp_configuration.cxx
+2
-1
dp_executable.cxx
...p/source/deployment/registry/executable/dp_executable.cxx
+2
-1
dp_help.cxx
desktop/source/deployment/registry/help/dp_help.cxx
+2
-1
dp_script.cxx
desktop/source/deployment/registry/script/dp_script.cxx
+2
-1
dp_sfwk.cxx
desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
+5
-2
cexports.cxx
desktop/source/migration/services/cexports.cxx
+1
-1
cexportsoo3.cxx
desktop/source/migration/services/cexportsoo3.cxx
+1
-1
start.c
desktop/unx/source/start.c
+1
-1
No files found.
desktop/source/deployment/dp_log.cxx
Dosyayı görüntüle @
a694748f
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#include "dp_misc.h"
#include "dp_misc.h"
#include "dp_services.hxx"
#include <rtl/strbuf.hxx>
#include <rtl/strbuf.hxx>
#include <osl/time.h>
#include <osl/time.h>
#include <osl/thread.h>
#include <osl/thread.h>
...
@@ -185,8 +186,8 @@ void ProgressLogImpl::pop() throw (RuntimeException, std::exception)
...
@@ -185,8 +186,8 @@ void ProgressLogImpl::pop() throw (RuntimeException, std::exception)
}
}
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
ProgressLogImpl
,
sdecl
::
with_args
<
true
>
>
servicePLI
;
sdecl
::
class_
<
ProgressLogImpl
,
sdecl
::
with_args
<
true
>
>
const
servicePLI
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
servicePLI
,
servicePLI
,
// a private one:
// a private one:
"com.sun.star.comp.deployment.ProgressLog"
,
"com.sun.star.comp.deployment.ProgressLog"
,
...
...
desktop/source/deployment/dp_services.cxx
Dosyayı görüntüle @
a694748f
...
@@ -20,54 +20,11 @@
...
@@ -20,54 +20,11 @@
#include <comphelper/servicedecl.hxx>
#include <comphelper/servicedecl.hxx>
#include <dp_services.hxx>
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
;
namespace
sdecl
=
comphelper
::
service_decl
;
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
;
}
namespace
help
{
extern
sdecl
::
ServiceDecl
const
serviceDecl
;
}
namespace
executable
{
extern
sdecl
::
ServiceDecl
const
serviceDecl
;
}
}
// namespace backend
}
// namespace dp_registry
namespace
dp_manager
{
namespace
factory
{
extern
sdecl
::
ServiceDecl
const
serviceDecl
;
}
extern
sdecl
::
ServiceDecl
const
serviceDecl
;
}
namespace
dp_log
{
extern
sdecl
::
ServiceDecl
const
serviceDecl
;
}
namespace
dp_info
{
extern
sdecl
::
ServiceDecl
const
serviceDecl
;
}
extern
"C"
{
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
deployment_component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
deployment_component_getFactory
(
...
...
desktop/source/deployment/gui/dp_gui_service.cxx
Dosyayı görüntüle @
a694748f
...
@@ -299,19 +299,19 @@ void ServiceImpl::trigger( OUString const &rEvent ) throw (RuntimeException, std
...
@@ -299,19 +299,19 @@ void ServiceImpl::trigger( OUString const &rEvent ) throw (RuntimeException, std
startExecuteModal
(
Reference
<
ui
::
dialogs
::
XDialogClosedListener
>
()
);
startExecuteModal
(
Reference
<
ui
::
dialogs
::
XDialogClosedListener
>
()
);
}
}
sdecl
::
class_
<
ServiceImpl
,
sdecl
::
with_args
<
true
>
>
serviceSI
;
sdecl
::
class_
<
ServiceImpl
,
sdecl
::
with_args
<
true
>
>
const
serviceSI
;
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
serviceSI
,
serviceSI
,
"com.sun.star.comp.deployment.ui.PackageManagerDialog"
,
"com.sun.star.comp.deployment.ui.PackageManagerDialog"
,
"com.sun.star.deployment.ui.PackageManagerDialog"
);
"com.sun.star.deployment.ui.PackageManagerDialog"
);
sdecl
::
class_
<
LicenseDialog
,
sdecl
::
with_args
<
true
>
>
licenseSI
;
sdecl
::
class_
<
LicenseDialog
,
sdecl
::
with_args
<
true
>
>
const
licenseSI
;
sdecl
::
ServiceDecl
const
licenseDecl
(
sdecl
::
ServiceDecl
const
licenseDecl
(
licenseSI
,
licenseSI
,
"com.sun.star.comp.deployment.ui.LicenseDialog"
,
"com.sun.star.comp.deployment.ui.LicenseDialog"
,
"com.sun.star.deployment.ui.LicenseDialog"
);
"com.sun.star.deployment.ui.LicenseDialog"
);
sdecl
::
class_
<
UpdateRequiredDialogService
,
sdecl
::
with_args
<
true
>
>
updateSI
;
sdecl
::
class_
<
UpdateRequiredDialogService
,
sdecl
::
with_args
<
true
>
>
const
updateSI
;
sdecl
::
ServiceDecl
const
updateDecl
(
sdecl
::
ServiceDecl
const
updateDecl
(
updateSI
,
updateSI
,
"com.sun.star.comp.deployment.ui.UpdateRequiredDialog"
,
"com.sun.star.comp.deployment.ui.UpdateRequiredDialog"
,
...
...
desktop/source/deployment/inc/dp_services.hxx
0 → 100644
Dosyayı görüntüle @
a694748f
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
* 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/.
*/
#ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_SERVICES_HXX
#define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_SERVICES_HXX
#include <sal/config.h>
namespace
comphelper
{
namespace
service_decl
{
class
ServiceDecl
;
}
}
namespace
dp_info
{
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
namespace
dp_log
{
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
namespace
dp_manager
{
namespace
factory
{
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
namespace
dp_registry
{
namespace
backend
{
namespace
component
{
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
namespace
configuration
{
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
namespace
executable
{
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
namespace
help
{
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
namespace
script
{
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
namespace
sfwk
{
extern
comphelper
::
service_decl
::
ServiceDecl
const
serviceDecl
;
}
}
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
desktop/source/deployment/manager/dp_extensionmanager.cxx
Dosyayı görüntüle @
a694748f
...
@@ -47,6 +47,7 @@
...
@@ -47,6 +47,7 @@
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include "dp_interact.h"
#include "dp_interact.h"
#include "dp_resource.h"
#include "dp_resource.h"
#include "dp_services.hxx"
#include "dp_ucb.h"
#include "dp_ucb.h"
#include "dp_identifier.hxx"
#include "dp_identifier.hxx"
#include "dp_descriptioninfoset.hxx"
#include "dp_descriptioninfoset.hxx"
...
@@ -1439,8 +1440,8 @@ sal_Bool ExtensionManager::isReadOnlyRepository(OUString const & repository)
...
@@ -1439,8 +1440,8 @@ sal_Bool ExtensionManager::isReadOnlyRepository(OUString const & repository)
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
ExtensionManager
>
servicePIP
;
sdecl
::
class_
<
ExtensionManager
>
const
servicePIP
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
servicePIP
,
servicePIP
,
// a private one:
// a private one:
"com.sun.star.comp.deployment.ExtensionManager"
,
"com.sun.star.comp.deployment.ExtensionManager"
,
...
...
desktop/source/deployment/manager/dp_informationprovider.cxx
Dosyayı görüntüle @
a694748f
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
#include "dp_dependencies.hxx"
#include "dp_dependencies.hxx"
#include "dp_descriptioninfoset.hxx"
#include "dp_descriptioninfoset.hxx"
#include "dp_identifier.hxx"
#include "dp_identifier.hxx"
#include "dp_services.hxx"
#include "dp_version.hxx"
#include "dp_version.hxx"
#include "dp_misc.h"
#include "dp_misc.h"
#include "dp_update.hxx"
#include "dp_update.hxx"
...
@@ -314,8 +315,8 @@ uno::Sequence< uno::Sequence< OUString > > SAL_CALL PackageInformationProvider::
...
@@ -314,8 +315,8 @@ uno::Sequence< uno::Sequence< OUString > > SAL_CALL PackageInformationProvider::
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
PackageInformationProvider
>
servicePIP
;
sdecl
::
class_
<
PackageInformationProvider
>
const
servicePIP
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
servicePIP
,
servicePIP
,
// a private one:
// a private one:
"com.sun.star.comp.deployment.PackageInformationProvider"
,
"com.sun.star.comp.deployment.PackageInformationProvider"
,
...
...
desktop/source/deployment/manager/dp_managerfac.cxx
Dosyayı görüntüle @
a694748f
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
#include "dp_manager.h"
#include "dp_manager.h"
#include "dp_resource.h"
#include "dp_resource.h"
#include "dp_services.hxx"
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/compbase.hxx>
#include <comphelper/servicedecl.hxx>
#include <comphelper/servicedecl.hxx>
#include <com/sun/star/deployment/thePackageManagerFactory.hpp>
#include <com/sun/star/deployment/thePackageManagerFactory.hpp>
...
@@ -65,8 +66,8 @@ public:
...
@@ -65,8 +66,8 @@ public:
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
PackageManagerFactoryImpl
>
servicePMFI
;
sdecl
::
class_
<
PackageManagerFactoryImpl
>
const
servicePMFI
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
servicePMFI
,
servicePMFI
,
// a private one:
// a private one:
"com.sun.star.comp.deployment.PackageManagerFactory"
,
"com.sun.star.comp.deployment.PackageManagerFactory"
,
...
...
desktop/source/deployment/registry/component/dp_component.cxx
Dosyayı görüntüle @
a694748f
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
#include "dp_component.hrc"
#include "dp_component.hrc"
#include "dp_backend.h"
#include "dp_backend.h"
#include "dp_platform.hxx"
#include "dp_platform.hxx"
#include "dp_services.hxx"
#include "dp_ucb.h"
#include "dp_ucb.h"
#include <rtl/string.hxx>
#include <rtl/string.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/strbuf.hxx>
...
@@ -1722,7 +1723,7 @@ BackendImpl::ComponentsPackageImpl::ComponentsPackageImpl(
...
@@ -1722,7 +1723,7 @@ BackendImpl::ComponentsPackageImpl::ComponentsPackageImpl(
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
serviceBI
,
serviceBI
,
IMPLEMENTATION_NAME
,
IMPLEMENTATION_NAME
,
BACKEND_SERVICE_NAME
);
BACKEND_SERVICE_NAME
);
...
...
desktop/source/deployment/registry/configuration/dp_configuration.cxx
Dosyayı görüntüle @
a694748f
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#if HAVE_FEATURE_EXTENSIONS
#if HAVE_FEATURE_EXTENSIONS
#include "dp_persmap.h"
#include "dp_persmap.h"
#endif
#endif
#include "dp_services.hxx"
#include "dp_ucb.h"
#include "dp_ucb.h"
#include <rtl/string.hxx>
#include <rtl/string.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustrbuf.hxx>
...
@@ -802,7 +803,7 @@ void BackendImpl::PackageImpl::processPackage_(
...
@@ -802,7 +803,7 @@ void BackendImpl::PackageImpl::processPackage_(
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
serviceBI
,
serviceBI
,
"com.sun.star.comp.deployment.configuration.PackageRegistryBackend"
,
"com.sun.star.comp.deployment.configuration.PackageRegistryBackend"
,
BACKEND_SERVICE_NAME
);
BACKEND_SERVICE_NAME
);
...
...
desktop/source/deployment/registry/executable/dp_executable.cxx
Dosyayı görüntüle @
a694748f
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
#include "dp_misc.h"
#include "dp_misc.h"
#include "dp_backend.h"
#include "dp_backend.h"
#include "dp_services.hxx"
#include "dp_ucb.h"
#include "dp_ucb.h"
#include "dp_interact.h"
#include "dp_interact.h"
#include <rtl/string.hxx>
#include <rtl/string.hxx>
...
@@ -310,7 +311,7 @@ bool BackendImpl::ExecutablePackageImpl::getFileAttributes(sal_uInt64& out_Attri
...
@@ -310,7 +311,7 @@ bool BackendImpl::ExecutablePackageImpl::getFileAttributes(sal_uInt64& out_Attri
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
serviceBI
,
serviceBI
,
"com.sun.star.comp.deployment.executable.PackageRegistryBackend"
,
"com.sun.star.comp.deployment.executable.PackageRegistryBackend"
,
BACKEND_SERVICE_NAME
);
BACKEND_SERVICE_NAME
);
...
...
desktop/source/deployment/registry/help/dp_help.cxx
Dosyayı görüntüle @
a694748f
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include "dp_help.hrc"
#include "dp_help.hrc"
#include "dp_backend.h"
#include "dp_backend.h"
#include "dp_helpbackenddb.hxx"
#include "dp_helpbackenddb.hxx"
#include "dp_services.hxx"
#include "dp_ucb.h"
#include "dp_ucb.h"
#include <rtl/uri.hxx>
#include <rtl/uri.hxx>
#include <osl/file.hxx>
#include <osl/file.hxx>
...
@@ -611,7 +612,7 @@ Reference< ucb::XSimpleFileAccess3 > const & BackendImpl::getFileAccess()
...
@@ -611,7 +612,7 @@ Reference< ucb::XSimpleFileAccess3 > const & BackendImpl::getFileAccess()
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
serviceBI
,
serviceBI
,
"com.sun.star.comp.deployment.help.PackageRegistryBackend"
,
"com.sun.star.comp.deployment.help.PackageRegistryBackend"
,
BACKEND_SERVICE_NAME
);
BACKEND_SERVICE_NAME
);
...
...
desktop/source/deployment/registry/script/dp_script.cxx
Dosyayı görüntüle @
a694748f
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#include "dp_script.hrc"
#include "dp_script.hrc"
#include "dp_services.hxx"
#include "dp_lib_container.h"
#include "dp_lib_container.h"
#include "dp_backend.h"
#include "dp_backend.h"
#include "dp_ucb.h"
#include "dp_ucb.h"
...
@@ -457,7 +458,7 @@ void BackendImpl::PackageImpl::processPackage_(
...
@@ -457,7 +458,7 @@ void BackendImpl::PackageImpl::processPackage_(
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
serviceBI
,
serviceBI
,
"com.sun.star.comp.deployment.script.PackageRegistryBackend"
,
"com.sun.star.comp.deployment.script.PackageRegistryBackend"
,
BACKEND_SERVICE_NAME
);
BACKEND_SERVICE_NAME
);
...
...
desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
Dosyayı görüntüle @
a694748f
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include <sal/config.h>
#include "dp_services.hxx"
#include "dp_sfwk.hrc"
#include "dp_sfwk.hrc"
#include "dp_backend.h"
#include "dp_backend.h"
#include "dp_ucb.h"
#include "dp_ucb.h"
...
@@ -361,8 +364,8 @@ void BackendImpl::PackageImpl::processPackage_(
...
@@ -361,8 +364,8 @@ void BackendImpl::PackageImpl::processPackage_(
}
}
namespace
sdecl
=
comphelper
::
service_decl
;
namespace
sdecl
=
comphelper
::
service_decl
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
serviceBI
;
sdecl
::
class_
<
BackendImpl
,
sdecl
::
with_args
<
true
>
>
const
serviceBI
;
extern
sdecl
::
ServiceDecl
const
serviceDecl
(
sdecl
::
ServiceDecl
const
serviceDecl
(
serviceBI
,
serviceBI
,
"com.sun.star.comp.deployment.sfwk.PackageRegistryBackend"
,
"com.sun.star.comp.deployment.sfwk.PackageRegistryBackend"
,
BACKEND_SERVICE_NAME
);
BACKEND_SERVICE_NAME
);
...
...
desktop/source/migration/services/cexports.cxx
Dosyayı görüntüle @
a694748f
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
extern
"C"
extern
"C"
{
{
::
cppu
::
ImplementationEntry
oo2_entries
[]
=
::
cppu
::
ImplementationEntry
const
oo2_entries
[]
=
{
{
{
{
migration
::
BasicMigration_create
,
migration
::
BasicMigration_getImplementationName
,
migration
::
BasicMigration_create
,
migration
::
BasicMigration_getImplementationName
,
...
...
desktop/source/migration/services/cexportsoo3.cxx
Dosyayı görüntüle @
a694748f
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
extern
"C"
extern
"C"
{
{
::
cppu
::
ImplementationEntry
oo3_entries
[]
=
::
cppu
::
ImplementationEntry
const
oo3_entries
[]
=
{
{
{
{
migration
::
OO3ExtensionMigration_create
,
migration
::
OO3ExtensionMigration_getImplementationName
,
migration
::
OO3ExtensionMigration_create
,
migration
::
OO3ExtensionMigration_getImplementationName
,
...
...
desktop/unx/source/start.c
Dosyayı görüntüle @
a694748f
...
@@ -705,7 +705,7 @@ exec_javaldx (Args *args)
...
@@ -705,7 +705,7 @@ exec_javaldx (Args *args)
#endif
#endif
// has to be a global :(
// has to be a global :(
oslProcess
*
volatile
g_pProcess
=
NULL
;
static
oslProcess
*
volatile
g_pProcess
=
NULL
;
void
sigterm_handler
(
int
ignored
)
void
sigterm_handler
(
int
ignored
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment