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
0ba9114c
Kaydet (Commit)
0ba9114c
authored
Agu 25, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
prefix more components
Change-Id: I9bf304a791b62f6b96711eb058f302cadfdb276a
üst
4d7b9557
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
services.cxx
formula/source/core/api/services.cxx
+1
-1
for.component
formula/util/for.component
+1
-1
hreg.cxx
...ucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx
+1
-1
hyphen.component
...nt/source/hyphenator/altlinuxhyph/hyphen/hyphen.component
+1
-1
guesslang.component
lingucomponent/source/languageguessing/guesslang.component
+1
-1
guesslang.cxx
lingucomponent/source/languageguessing/guesslang.cxx
+1
-1
spell.component
lingucomponent/source/spellcheck/spell/spell.component
+1
-1
sreg.cxx
lingucomponent/source/spellcheck/spell/sreg.cxx
+1
-1
lnth.component
lingucomponent/source/thesaurus/libnth/lnth.component
+1
-1
ntreg.cxx
lingucomponent/source/thesaurus/libnth/ntreg.cxx
+1
-1
No files found.
formula/source/core/api/services.cxx
Dosyayı görüntüle @
0ba9114c
...
...
@@ -43,7 +43,7 @@ cppu::ImplementationEntry entries[] = {
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
for_
component_getFactory
(
char
const
*
implName
,
void
*
serviceManager
,
void
*
registryKey
)
{
return
cppu
::
component_getFactoryHelper
(
...
...
formula/util/for.component
Dosyayı görüntüle @
0ba9114c
...
...
@@ -17,7 +17,7 @@
* 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=
"for"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"simple.formula.FormulaOpCodeMapperObj"
>
<service
name=
"com.sun.star.sheet.FormulaOpCodeMapper"
/>
...
...
lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx
Dosyayı görüntüle @
0ba9114c
...
...
@@ -50,7 +50,7 @@ extern void * SAL_CALL Hyphenator_getFactory(
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
hyphen_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
void
*
pRet
=
Hyphenator_getFactory
(
...
...
lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component
Dosyayı görüntüle @
0ba9114c
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"hyphen"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"org.openoffice.lingu.LibHnjHyphenator"
>
<service
name=
"com.sun.star.linguistic2.Hyphenator"
/>
...
...
lingucomponent/source/languageguessing/guesslang.component
Dosyayı görüntüle @
0ba9114c
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"guesslang"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.lingu2.LanguageGuessing"
>
<service
name=
"com.sun.star.linguistic2.LanguageGuessing"
/>
...
...
lingucomponent/source/languageguessing/guesslang.cxx
Dosyayı görüntüle @
0ba9114c
...
...
@@ -424,7 +424,7 @@ static struct ::cppu::ImplementationEntry s_component_entries [] =
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
guesslang_
component_getFactory
(
sal_Char
const
*
implName
,
lang
::
XMultiServiceFactory
*
xMgr
,
registry
::
XRegistryKey
*
xRegistry
)
{
...
...
lingucomponent/source/spellcheck/spell/spell.component
Dosyayı görüntüle @
0ba9114c
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"spell"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"org.openoffice.lingu.MySpellSpellChecker"
>
<service
name=
"com.sun.star.linguistic2.SpellChecker"
/>
...
...
lingucomponent/source/spellcheck/spell/sreg.cxx
Dosyayı görüntüle @
0ba9114c
...
...
@@ -48,7 +48,7 @@ extern void * SAL_CALL SpellChecker_getFactory(
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
spell_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
void
*
pRet
=
NULL
;
...
...
lingucomponent/source/thesaurus/libnth/lnth.component
Dosyayı görüntüle @
0ba9114c
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"lnth"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"org.openoffice.lingu.new.Thesaurus"
>
<service
name=
"com.sun.star.linguistic2.Thesaurus"
/>
...
...
lingucomponent/source/thesaurus/libnth/ntreg.cxx
Dosyayı görüntüle @
0ba9114c
...
...
@@ -50,7 +50,7 @@ extern void * SAL_CALL Thesaurus_getFactory(
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
lnth_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
void
*
pRet
=
Thesaurus_getFactory
(
...
...
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