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
33c4a94b
Kaydet (Commit)
33c4a94b
authored
Tem 03, 2011
tarafından
Matus Kukan
Kaydeden (comit)
Matúš Kukan
Tem 12, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove component_getImplementationEnvironment
üst
04630d41
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
39 deletions
+0
-39
exports.dxp
mysqlc/source/exports.dxp
+0
-1
mysqlc.map
mysqlc/source/mysqlc.map
+0
-1
mysqlc_services.cxx
mysqlc/source/mysqlc_services.cxx
+0
-11
pppoptimizeruno.cxx
sdext/source/minimizer/pppoptimizeruno.cxx
+0
-8
services.cxx
sdext/source/pdfimport/services.cxx
+0
-6
PresenterComponent.cxx
sdext/source/presenter/PresenterComponent.cxx
+0
-12
No files found.
mysqlc/source/exports.dxp
Dosyayı görüntüle @
33c4a94b
component_getImplementationEnvironment
component_writeInfo
component_getFactory
mysqlc/source/mysqlc.map
Dosyayı görüntüle @
33c4a94b
UDK_3_0_0 {
global:
component_getImplementationEnvironment;
component_writeInfo;
component_getFactory;
local:
...
...
mysqlc/source/mysqlc_services.cxx
Dosyayı görüntüle @
33c4a94b
...
...
@@ -110,17 +110,6 @@ struct ProviderRequest
/* }}} */
/* {{{ component_getImplementationEnvironment -I- */
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/* ppEnv */
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
/* }}} */
/* {{{ component_writeInfo -I- */
extern
"C"
SAL_DLLPUBLIC_EXPORT
sal_Bool
SAL_CALL
component_writeInfo
(
void
*
/* pServiceManager */
,
void
*
pRegistryKey
)
{
...
...
sdext/source/minimizer/pppoptimizeruno.cxx
Dosyayı görüntüle @
33c4a94b
...
...
@@ -44,14 +44,6 @@ using namespace ::com::sun::star::registry;
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
// -------------------------------------------------------------------------
sal_Bool
SAL_CALL
component_writeInfo
(
void
*
/*pServiceManager*/
,
void
*
pRegistryKey
)
{
if
(
pRegistryKey
)
...
...
sdext/source/pdfimport/services.cxx
Dosyayı görüntüle @
33c4a94b
...
...
@@ -83,12 +83,6 @@ namespace
}
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/*ppEnv*/
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
namespace
{
typedef
Reference
<
XInterface
>
(
SAL_CALL
*
ComponentFactory
)(
const
Reference
<
XComponentContext
>&
);
...
...
sdext/source/presenter/PresenterComponent.cxx
Dosyayı görüntüle @
33c4a94b
...
...
@@ -119,18 +119,6 @@ extern "C"
return
g_moduleCount
.
canUnload
(
&
g_moduleCount
,
pTime
);
}
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
sal_Bool
SAL_CALL
component_writeInfo
(
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
...
...
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