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
cd79d514
Kaydet (Commit)
cd79d514
authored
Nis 15, 2013
tarafından
Peter Foley
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
prefix all component_getFactory methods
Change-Id: I954176fdab9103125444dd2fb397673406f7aff9
üst
d8b8530d
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
15 deletions
+11
-15
services.cxx
connectivity/source/drivers/mork/services.cxx
+1
-1
mysqlc.component
mysqlc/source/mysqlc.component
+1
-1
mysqlc_services.cxx
mysqlc/source/mysqlc_services.cxx
+1
-1
losessioninstall.component
shell/source/sessioninstall/losessioninstall.component
+1
-1
services.cxx
shell/source/sessioninstall/services.cxx
+1
-1
services.cxx
stoc/source/bootstrap/services.cxx
+1
-5
bootstrap.component
stoc/util/bootstrap.component
+1
-1
services.cxx
xmlhelp/source/cxxhelp/provider/services.cxx
+1
-1
tvfactory.cxx
xmlhelp/source/treeview/tvfactory.cxx
+1
-1
tvhlp1.component
xmlhelp/source/treeview/tvhlp1.component
+1
-1
ucpchelp1.component
xmlhelp/util/ucpchelp1.component
+1
-1
No files found.
connectivity/source/drivers/mork/services.cxx
Dosyayı görüntüle @
cd79d514
...
@@ -30,7 +30,7 @@ static cppu::ImplementationEntry const services[] =
...
@@ -30,7 +30,7 @@ static cppu::ImplementationEntry const services[] =
}
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
mork_
component_getFactory
(
char
const
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
char
const
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
return
cppu
::
component_getFactoryHelper
(
return
cppu
::
component_getFactoryHelper
(
...
...
mysqlc/source/mysqlc.component
Dosyayı görüntüle @
cd79d514
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
-->
-->
<component
xmlns=
"http://openoffice.org/2010/uno-components"
<component
xmlns=
"http://openoffice.org/2010/uno-components"
prefix=
"mysqlc"
loader=
"com.sun.star.loader.SharedLibrary"
>
loader=
"com.sun.star.loader.SharedLibrary"
>
<implementation
name=
"com.sun.star.comp.sdbc.mysqlc.MysqlCDriver"
>
<implementation
name=
"com.sun.star.comp.sdbc.mysqlc.MysqlCDriver"
>
<service
name=
"com.sun.star.sdbc.Driver"
/>
<service
name=
"com.sun.star.sdbc.Driver"
/>
...
...
mysqlc/source/mysqlc_services.cxx
Dosyayı görüntüle @
cd79d514
...
@@ -76,7 +76,7 @@ struct ProviderRequest
...
@@ -76,7 +76,7 @@ struct ProviderRequest
/* {{{ component_getFactory -I- */
/* {{{ component_getFactory -I- */
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
mysqlc_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
pServiceManager
,
void
*
/* pRegistryKey */
)
void
*
/* pRegistryKey */
)
...
...
shell/source/sessioninstall/losessioninstall.component
Dosyayı görüntüle @
cd79d514
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*
-->
-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"sessioninstall"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"org.libreoffice.comp.shell.sessioninstall.SyncDbusSessionHelper"
>
<implementation
name=
"org.libreoffice.comp.shell.sessioninstall.SyncDbusSessionHelper"
>
<service
name=
"org.freedesktop.PackageKit.SyncDbusSessionHelper"
/>
<service
name=
"org.freedesktop.PackageKit.SyncDbusSessionHelper"
/>
...
...
shell/source/sessioninstall/services.cxx
Dosyayı görüntüle @
cd79d514
...
@@ -23,7 +23,7 @@ const sdecl::ServiceDecl SyncDbusSessionHelperServiceDecl(
...
@@ -23,7 +23,7 @@ const sdecl::ServiceDecl SyncDbusSessionHelperServiceDecl(
COMPHELPER_SERVICEDECL_EXPORTS1
(
losessioninstall
,
SyncDbusSessionHelperServiceDecl
);
COMPHELPER_SERVICEDECL_EXPORTS1
(
losessioninstall
,
SyncDbusSessionHelperServiceDecl
);
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
sal_Char
const
*
pImplName
,
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
*
pServiceManager
,
::
com
::
sun
::
star
::
registry
::
XRegistryKey
*
pRegistryKey
)
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
sessioninstall_
component_getFactory
(
sal_Char
const
*
pImplName
,
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
*
pServiceManager
,
::
com
::
sun
::
star
::
registry
::
XRegistryKey
*
pRegistryKey
)
{
return
losessioninstall_component_getFactory
(
pImplName
,
pServiceManager
,
pRegistryKey
);
}
{
return
losessioninstall_component_getFactory
(
pImplName
,
pServiceManager
,
pRegistryKey
);
}
}
}
...
...
stoc/source/bootstrap/services.cxx
Dosyayı görüntüle @
cd79d514
...
@@ -116,12 +116,8 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
...
@@ -116,12 +116,8 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
}
}
#endif
#endif
#ifdef DISABLE_DYNLOADING
#define component_getFactory bootstrap_component_getFactory
#endif
//==================================================================================================
//==================================================================================================
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
bootstrap_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
return
component_getFactoryHelper
(
pImplName
,
pServiceManager
,
pRegistryKey
,
g_entries
);
return
component_getFactoryHelper
(
pImplName
,
pServiceManager
,
pRegistryKey
,
g_entries
);
...
...
stoc/util/bootstrap.component
Dosyayı görüntüle @
cd79d514
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"bootstrap"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.stoc.DLLComponentLoader"
>
<implementation
name=
"com.sun.star.comp.stoc.DLLComponentLoader"
>
<service
name=
"com.sun.star.loader.SharedLibrary"
/>
<service
name=
"com.sun.star.loader.SharedLibrary"
/>
...
...
xmlhelp/source/cxxhelp/provider/services.cxx
Dosyayı görüntüle @
cd79d514
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
;
//=========================================================================
//=========================================================================
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
ucpchelp_
component_getFactory
(
const
sal_Char
*
pImplName
,
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pServiceManager
,
SAL_UNUSED_PARAMETER
void
*
/*pRegistryKey*/
)
SAL_UNUSED_PARAMETER
void
*
/*pRegistryKey*/
)
...
...
xmlhelp/source/treeview/tvfactory.cxx
Dosyayı görüntüle @
cd79d514
...
@@ -246,7 +246,7 @@ TVFactory::CreateInstance(
...
@@ -246,7 +246,7 @@ TVFactory::CreateInstance(
}
}
//=========================================================================
//=========================================================================
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
treeview_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
(
void
)
pRegistryKey
;
(
void
)
pRegistryKey
;
...
...
xmlhelp/source/treeview/tvhlp1.component
Dosyayı görüntüle @
cd79d514
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"treeview"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.help.TreeViewImpl"
>
<implementation
name=
"com.sun.star.help.TreeViewImpl"
>
<service
name=
"com.sun.star.help.TreeView"
/>
<service
name=
"com.sun.star.help.TreeView"
/>
...
...
xmlhelp/util/ucpchelp1.component
Dosyayı görüntüle @
cd79d514
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"ucpchelp"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"CHelpContentProvider"
>
<implementation
name=
"CHelpContentProvider"
>
<service
name=
"com.sun.star.help.XMLHelp"
/>
<service
name=
"com.sun.star.help.XMLHelp"
/>
...
...
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