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
d93fdcf3
Kaydet (Commit)
d93fdcf3
authored
Eyl 01, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add more component prefixes
Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e
üst
009be0a8
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
20 deletions
+12
-20
registercontrols.cxx
UnoControls/source/base/registercontrols.cxx
+1
-1
ctl.component
UnoControls/util/ctl.component
+1
-1
register.cxx
embeddedobj/source/commonembedding/register.cxx
+1
-1
embobj.component
embeddedobj/util/embobj.component
+1
-1
eventattacher.cxx
eventattacher/source/eventattacher.cxx
+1
-1
evtatt.component
eventattacher/source/evtatt.component
+1
-1
hwp.component
hwpfilter/source/hwp.component
+1
-1
hwpreader.hxx
hwpfilter/source/hwpreader.hxx
+1
-1
crefl.cxx
stoc/source/corereflection/crefl.cxx
+1
-5
reflection.component
stoc/source/corereflection/reflection.component
+1
-1
introspection.component
stoc/source/inspect/introspection.component
+1
-1
introspection.cxx
stoc/source/inspect/introspection.cxx
+1
-5
No files found.
UnoControls/source/base/registercontrols.cxx
Dosyayı görüntüle @
d93fdcf3
...
@@ -98,7 +98,7 @@ CREATEINSTANCE ( StatusIndicator )
...
@@ -98,7 +98,7 @@ CREATEINSTANCE ( StatusIndicator )
// create right component factory
// create right component factory
//______________________________________________________________________________________________________________
//______________________________________________________________________________________________________________
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
c
omponent_getFactory
(
const
sal_Char
*
pImplementationName
,
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
c
tl_component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
void
*
/*pRegistryKey*/
)
{
{
...
...
UnoControls/util/ctl.component
Dosyayı görüntüle @
d93fdcf3
...
@@ -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=
"ctl"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"stardiv.UnoControls.FrameControl"
>
<implementation
name=
"stardiv.UnoControls.FrameControl"
>
<service
name=
"com.sun.star.frame.FrameControl"
/>
<service
name=
"com.sun.star.frame.FrameControl"
/>
...
...
embeddedobj/source/commonembedding/register.cxx
Dosyayı görüntüle @
d93fdcf3
...
@@ -38,7 +38,7 @@ using namespace ::com::sun::star;
...
@@ -38,7 +38,7 @@ using namespace ::com::sun::star;
extern
"C"
{
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
embobj_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
SAL_UNUSED_PARAMETER
void
*
/*pRegistryKey*/
)
SAL_UNUSED_PARAMETER
void
*
/*pRegistryKey*/
)
{
{
...
...
embeddedobj/util/embobj.component
Dosyayı görüntüle @
d93fdcf3
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"embobj"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.embed.EmbeddedObjectCreator"
>
<implementation
name=
"com.sun.star.comp.embed.EmbeddedObjectCreator"
>
<service
name=
"com.sun.star.comp.embed.EmbeddedObjectCreator"
/>
<service
name=
"com.sun.star.comp.embed.EmbeddedObjectCreator"
/>
...
...
eventattacher/source/eventattacher.cxx
Dosyayı görüntüle @
d93fdcf3
...
@@ -905,7 +905,7 @@ Sequence< Reference<XEventListener> > EventAttacherImpl::attachMultipleEventList
...
@@ -905,7 +905,7 @@ Sequence< Reference<XEventListener> > EventAttacherImpl::attachMultipleEventList
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
evtatt_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
)
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
)
{
{
void
*
pRet
=
0
;
void
*
pRet
=
0
;
...
...
eventattacher/source/evtatt.component
Dosyayı görüntüle @
d93fdcf3
...
@@ -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=
"evtatt"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.EventAttacher"
>
<implementation
name=
"com.sun.star.comp.EventAttacher"
>
<service
name=
"com.sun.star.script.EventAttacher"
/>
<service
name=
"com.sun.star.script.EventAttacher"
/>
...
...
hwpfilter/source/hwp.component
Dosyayı görüntüle @
d93fdcf3
...
@@ -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=
"hwp"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.comp.hwpimport.HwpImportFilter"
>
<implementation
name=
"com.sun.comp.hwpimport.HwpImportFilter"
>
<service
name=
"com.sun.star.document.ImportFilter"
/>
<service
name=
"com.sun.star.document.ImportFilter"
/>
...
...
hwpfilter/source/hwpreader.hxx
Dosyayı görüntüle @
d93fdcf3
...
@@ -331,7 +331,7 @@ Sequence< OUString> HwpImportFilter::getSupportedServiceNames() throw(::com::sun
...
@@ -331,7 +331,7 @@ Sequence< OUString> HwpImportFilter::getSupportedServiceNames() throw(::com::sun
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
)
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
hwp_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
)
{
{
void
*
pRet
=
0
;
void
*
pRet
=
0
;
...
...
stoc/source/corereflection/crefl.cxx
Dosyayı görüntüle @
d93fdcf3
...
@@ -469,12 +469,8 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
...
@@ -469,12 +469,8 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
return
g_moduleCount
.
canUnload
(
&
g_moduleCount
,
pTime
);
return
g_moduleCount
.
canUnload
(
&
g_moduleCount
,
pTime
);
}
}
#ifdef DISABLE_DYNLOADING
#define component_getFactory reflection_component_getFactory
#endif
//==================================================================================================
//==================================================================================================
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
reflection_
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/source/corereflection/reflection.component
Dosyayı görüntüle @
d93fdcf3
...
@@ -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=
"reflection"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.stoc.CoreReflection"
>
<implementation
name=
"com.sun.star.comp.stoc.CoreReflection"
>
<service
name=
"com.sun.star.reflection.CoreReflection"
/>
<service
name=
"com.sun.star.reflection.CoreReflection"
/>
...
...
stoc/source/inspect/introspection.component
Dosyayı görüntüle @
d93fdcf3
...
@@ -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=
"introspection"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.stoc.Introspection"
>
<implementation
name=
"com.sun.star.comp.stoc.Introspection"
>
<service
name=
"com.sun.star.beans.Introspection"
/>
<service
name=
"com.sun.star.beans.Introspection"
/>
...
...
stoc/source/inspect/introspection.cxx
Dosyayı görüntüle @
d93fdcf3
...
@@ -2874,13 +2874,9 @@ Reference< XInterface > SAL_CALL ImplIntrospection_CreateInstance( const Referen
...
@@ -2874,13 +2874,9 @@ Reference< XInterface > SAL_CALL ImplIntrospection_CreateInstance( const Referen
}
}
#ifdef DISABLE_DYNLOADING
#define component_getFactory introspection_component_getFactory
#endif
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
introspection_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
SAL_UNUSED_PARAMETER
void
*
)
SAL_UNUSED_PARAMETER
void
*
)
{
{
...
...
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