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
565acfef
Kaydet (Commit)
565acfef
authored
Eki 02, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use prefix
Change-Id: Ife93e37f8b24f3ce96b55c5a221f0f929b789f60
üst
f4901ad5
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
18 deletions
+18
-18
gconfbackend.cxx
shell/source/backends/gconfbe/gconfbackend.cxx
+1
-1
gconfbe1.component
shell/source/backends/gconfbe/gconfbe1.component
+1
-1
kde4backend.cxx
shell/source/backends/kde4be/kde4backend.cxx
+1
-1
kde4be1.component
shell/source/backends/kde4be/kde4be1.component
+1
-1
kdebackend.cxx
shell/source/backends/kdebe/kdebackend.cxx
+1
-1
kdebe1.component
shell/source/backends/kdebe/kdebe1.component
+1
-1
macbe1.component
shell/source/backends/macbe/macbe1.component
+1
-1
macbecdef.cxx
shell/source/backends/macbe/macbecdef.cxx
+1
-1
wininetbe1.component
shell/source/backends/wininetbe/wininetbe1.component
+1
-1
wininetbecdef.cxx
shell/source/backends/wininetbe/wininetbecdef.cxx
+1
-1
cmdmail.component
shell/source/cmdmail/cmdmail.component
+1
-1
cmdmailentry.cxx
shell/source/cmdmail/cmdmailentry.cxx
+1
-1
shellexecentry.cxx
shell/source/unix/exec/shellexecentry.cxx
+1
-1
syssh.component
shell/source/unix/exec/syssh.component
+1
-1
SysShentry.cxx
shell/source/win32/SysShentry.cxx
+1
-1
smplmail.component
shell/source/win32/simplemail/smplmail.component
+1
-1
smplmailentry.cxx
shell/source/win32/simplemail/smplmailentry.cxx
+1
-1
syssh.component
shell/source/win32/syssh.component
+1
-1
No files found.
shell/source/backends/gconfbe/gconfbackend.cxx
Dosyayı görüntüle @
565acfef
...
@@ -217,7 +217,7 @@ static cppu::ImplementationEntry const services[] = {
...
@@ -217,7 +217,7 @@ static cppu::ImplementationEntry const services[] = {
}
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
gconfbe1_
component_getFactory
(
char
const
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
char
const
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
return
cppu
::
component_getFactoryHelper
(
return
cppu
::
component_getFactoryHelper
(
...
...
shell/source/backends/gconfbe/gconfbe1.component
Dosyayı görüntüle @
565acfef
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"gconfbe1"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.GconfBackend"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.GconfBackend"
>
<service
name=
"com.sun.star.configuration.backend.GconfBackend"
/>
<service
name=
"com.sun.star.configuration.backend.GconfBackend"
/>
...
...
shell/source/backends/kde4be/kde4backend.cxx
Dosyayı görüntüle @
565acfef
...
@@ -215,7 +215,7 @@ static cppu::ImplementationEntry const services[] = {
...
@@ -215,7 +215,7 @@ static cppu::ImplementationEntry const services[] = {
}
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
kde4be1_
component_getFactory
(
char
const
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
char
const
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
return
cppu
::
component_getFactoryHelper
(
return
cppu
::
component_getFactoryHelper
(
...
...
shell/source/backends/kde4be/kde4be1.component
Dosyayı görüntüle @
565acfef
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"kde4be1"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.KDE4Backend"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.KDE4Backend"
>
<service
name=
"com.sun.star.configuration.backend.KDE4Backend"
/>
<service
name=
"com.sun.star.configuration.backend.KDE4Backend"
/>
...
...
shell/source/backends/kdebe/kdebackend.cxx
Dosyayı görüntüle @
565acfef
...
@@ -215,7 +215,7 @@ static cppu::ImplementationEntry const services[] = {
...
@@ -215,7 +215,7 @@ static cppu::ImplementationEntry const services[] = {
}
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
kdebe1_
component_getFactory
(
char
const
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
char
const
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
return
cppu
::
component_getFactoryHelper
(
return
cppu
::
component_getFactoryHelper
(
...
...
shell/source/backends/kdebe/kdebe1.component
Dosyayı görüntüle @
565acfef
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"kdebe1"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.KDEBackend"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.KDEBackend"
>
<service
name=
"com.sun.star.configuration.backend.KDEBackend"
/>
<service
name=
"com.sun.star.configuration.backend.KDEBackend"
/>
...
...
shell/source/backends/macbe/macbe1.component
Dosyayı görüntüle @
565acfef
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"macbe1"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.MacOSXBackend"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.MacOSXBackend"
>
<service
name=
"com.sun.star.configuration.backend.MacOSXBackend"
/>
<service
name=
"com.sun.star.configuration.backend.MacOSXBackend"
/>
...
...
shell/source/backends/macbe/macbecdef.cxx
Dosyayı görüntüle @
565acfef
...
@@ -60,7 +60,7 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
...
@@ -60,7 +60,7 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
aImplementationName
,
void
*
aServiceManager
,
void
*
aRegistryKey
)
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
macbe1_
component_getFactory
(
const
sal_Char
*
aImplementationName
,
void
*
aServiceManager
,
void
*
aRegistryKey
)
{
{
return
cppu
::
component_getFactoryHelper
(
return
cppu
::
component_getFactoryHelper
(
...
...
shell/source/backends/wininetbe/wininetbe1.component
Dosyayı görüntüle @
565acfef
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"wininetbe1"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.WinInetBackend"
>
<implementation
name=
"com.sun.star.comp.configuration.backend.WinInetBackend"
>
<service
name=
"com.sun.star.configuration.backend.WinInetBackend"
/>
<service
name=
"com.sun.star.configuration.backend.WinInetBackend"
/>
...
...
shell/source/backends/wininetbe/wininetbecdef.cxx
Dosyayı görüntüle @
565acfef
...
@@ -60,7 +60,7 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
...
@@ -60,7 +60,7 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
aImplementationName
,
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
wininetbe1_
component_getFactory
(
const
sal_Char
*
aImplementationName
,
void
*
aServiceManager
,
void
*
aServiceManager
,
void
*
aRegistryKey
)
{
void
*
aRegistryKey
)
{
...
...
shell/source/cmdmail/cmdmail.component
Dosyayı görüntüle @
565acfef
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"cmdmail"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.system.SimpleCommandMail"
>
<implementation
name=
"com.sun.star.comp.system.SimpleCommandMail"
>
<service
name=
"com.sun.star.system.SimpleCommandMail"
/>
<service
name=
"com.sun.star.system.SimpleCommandMail"
/>
...
...
shell/source/cmdmail/cmdmailentry.cxx
Dosyayı görüntüle @
565acfef
...
@@ -62,7 +62,7 @@ extern "C"
...
@@ -62,7 +62,7 @@ extern "C"
// component_getFactory
// component_getFactory
//----------------------------------------------------------------------
//----------------------------------------------------------------------
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
c
mdmail_c
omponent_getFactory
(
const
sal_Char
*
pImplName
,
const
sal_Char
*
pImplName
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pSrvManager*/
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pSrvManager*/
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pRegistryKey*/
)
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pRegistryKey*/
)
...
...
shell/source/unix/exec/shellexecentry.cxx
Dosyayı görüntüle @
565acfef
...
@@ -60,7 +60,7 @@ extern "C"
...
@@ -60,7 +60,7 @@ extern "C"
// component_getFactory
// component_getFactory
//----------------------------------------------------------------------
//----------------------------------------------------------------------
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
syssh_
component_getFactory
(
const
sal_Char
*
pImplName
,
const
sal_Char
*
pImplName
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pSrvManager*/
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pSrvManager*/
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pRegistryKey*/
)
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pRegistryKey*/
)
...
...
shell/source/unix/exec/syssh.component
Dosyayı görüntüle @
565acfef
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"syssh"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.system.SystemShellExecute"
>
<implementation
name=
"com.sun.star.comp.system.SystemShellExecute"
>
<service
name=
"com.sun.star.system.SystemShellExecute"
/>
<service
name=
"com.sun.star.system.SystemShellExecute"
/>
...
...
shell/source/win32/SysShentry.cxx
Dosyayı görüntüle @
565acfef
...
@@ -63,7 +63,7 @@ extern "C"
...
@@ -63,7 +63,7 @@ extern "C"
// returns a factory to create XFilePicker-Services
// returns a factory to create XFilePicker-Services
//----------------------------------------------------------------------
//----------------------------------------------------------------------
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
uno_Interface
*
,
uno_Interface
*
/*pRegistryKey*/
)
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
syssh_
component_getFactory
(
const
sal_Char
*
pImplName
,
uno_Interface
*
,
uno_Interface
*
/*pRegistryKey*/
)
{
{
void
*
pRet
=
0
;
void
*
pRet
=
0
;
...
...
shell/source/win32/simplemail/smplmail.component
Dosyayı görüntüle @
565acfef
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"smplmail"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.system.SimpleSystemMail"
>
<implementation
name=
"com.sun.star.system.SimpleSystemMail"
>
<service
name=
"com.sun.star.system.SimpleSystemMail"
/>
<service
name=
"com.sun.star.system.SimpleSystemMail"
/>
...
...
shell/source/win32/simplemail/smplmailentry.cxx
Dosyayı görüntüle @
565acfef
...
@@ -63,7 +63,7 @@ extern "C"
...
@@ -63,7 +63,7 @@ extern "C"
// returns a factory to create XFilePicker-Services
// returns a factory to create XFilePicker-Services
//----------------------------------------------------------------------
//----------------------------------------------------------------------
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
uno_Interface
*
pSrvManager
,
uno_Interface
*
/*pRegistryKey*/
)
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
smplmail_
component_getFactory
(
const
sal_Char
*
pImplName
,
uno_Interface
*
pSrvManager
,
uno_Interface
*
/*pRegistryKey*/
)
{
{
void
*
pRet
=
0
;
void
*
pRet
=
0
;
...
...
shell/source/win32/syssh.component
Dosyayı görüntüle @
565acfef
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"syssh"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.system.SystemShellExecute"
>
<implementation
name=
"com.sun.star.system.SystemShellExecute"
>
<service
name=
"com.sun.star.system.SystemShellExecute"
/>
<service
name=
"com.sun.star.system.SystemShellExecute"
/>
...
...
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