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
ec2ba488
Kaydet (Commit)
ec2ba488
authored
Haz 24, 2011
tarafından
Matus Kukan
Kaydeden (comit)
Michael Meeks
Haz 24, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
update component factory methods to use new prefixes, to add lib merging
üst
115feb26
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
32 additions
and
32 deletions
+32
-32
register.cxx
sot/source/unoolestorage/register.cxx
+2
-2
sot.component
sot/util/sot.component
+1
-1
fsfactory.cxx
svl/source/fsstor/fsfactory.cxx
+2
-2
fsstorage.component
svl/source/fsstor/fsstorage.component
+1
-1
passwordcontainer.component
svl/source/passwordcontainer/passwordcontainer.component
+1
-1
passwordcontainer.cxx
svl/source/passwordcontainer/passwordcontainer.cxx
+2
-2
registerservices.cxx
svl/source/uno/registerservices.cxx
+2
-2
svl.component
svl/util/svl.component
+1
-1
hatchwindowfactory.component
svtools/source/hatchwindow/hatchwindowfactory.component
+1
-1
hatchwindowfactory.cxx
svtools/source/hatchwindow/hatchwindowfactory.cxx
+2
-2
productregistration.cxx
svtools/source/productregistration/productregistration.cxx
+2
-2
productregistration.uno.component
...rce/productregistration/productregistration.uno.component
+1
-1
miscservices.cxx
svtools/source/uno/miscservices.cxx
+2
-2
svt.component
svtools/util/svt.component
+1
-1
registerservices.cxx
toolkit/source/helper/registerservices.cxx
+2
-2
tk.component
toolkit/util/tk.component
+1
-1
xtempfile.cxx
unotools/source/ucbhelper/xtempfile.cxx
+2
-2
utl.component
unotools/util/utl.component
+1
-1
factory.cxx
vcl/source/components/factory.cxx
+2
-2
vcl.macosx.component
vcl/vcl.macosx.component
+1
-1
vcl.unx.component
vcl/vcl.unx.component
+1
-1
vcl.windows.component
vcl/vcl.windows.component
+1
-1
No files found.
sot/source/unoolestorage/register.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -41,12 +41,12 @@ using namespace ::com::sun::star;
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/*ppEnv*/
)
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
sot_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/*ppEnv*/
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
sot_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
{
void
*
pRet
=
0
;
...
...
sot/util/sot.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"sot"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.embed.OLESimpleStorage"
>
<service
name=
"com.sun.star.embed.OLESimpleStorage"
/>
...
...
svl/source/fsstor/fsfactory.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -235,13 +235,13 @@ uno::Sequence< ::rtl::OUString > SAL_CALL FSStorageFactory::getSupportedServiceN
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
fsstorage_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/* ppEnv */
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
fsstorage_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
/* pRegistryKey */
)
{
void
*
pResult
=
0
;
...
...
svl/source/fsstor/fsstorage.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"fsstorage"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.embed.FileSystemStorageFactory"
>
<service
name=
"com.sun.star.comp.embed.FileSystemStorageFactory"
/>
...
...
svl/source/passwordcontainer/passwordcontainer.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"passwordcontainer"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"stardiv.svl.PasswordContainer"
>
<service
name=
"com.sun.star.task.PasswordContainer"
/>
...
...
svl/source/passwordcontainer/passwordcontainer.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -1538,13 +1538,13 @@ MasterPasswordRequest_Impl::MasterPasswordRequest_Impl( PasswordRequestMode Mode
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
passwordcontainer_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/* ppEnv */
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
passwordcontainer_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
/* pRegistryKey */
)
{
void
*
pResult
=
0
;
...
...
svl/source/uno/registerservices.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -55,13 +55,13 @@ DECLARE_CREATEINSTANCE( PathService )
extern
"C"
{
SVL_DLLPUBLIC
void
SAL_CALL
component_getImplementationEnvironment
(
SVL_DLLPUBLIC
void
SAL_CALL
svl_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/* ppEnv */
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
SVL_DLLPUBLIC
void
*
SAL_CALL
component_getFactory
(
SVL_DLLPUBLIC
void
*
SAL_CALL
svl_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
_pServiceManager
,
void
*
/* _pRegistryKey*/
)
{
void
*
pResult
=
0
;
...
...
svl/util/svl.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"svl"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.svl.PathService"
>
<service
name=
"com.sun.star.config.SpecialConfigManager"
/>
...
...
svtools/source/hatchwindow/hatchwindowfactory.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"hatchwindowfactory"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.embed.DocumentCloser"
>
<service
name=
"com.sun.star.embed.DocumentCloser"
/>
...
...
svtools/source/hatchwindow/hatchwindowfactory.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -109,13 +109,13 @@ uno::Sequence< ::rtl::OUString > SAL_CALL OHatchWindowFactory::getSupportedServi
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
hatchwindowfactory_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/* ppEnv */
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
hatchwindowfactory_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
/* pRegistryKey */
)
{
void
*
pResult
=
0
;
...
...
svtools/source/productregistration/productregistration.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -453,13 +453,13 @@ namespace svt
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
productregistration_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/* ppEnv */
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
productregistration_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
/* pRegistryKey */
)
{
void
*
pResult
=
0
;
...
...
svtools/source/productregistration/productregistration.uno.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"productregistration"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.setup.ProductRegistration"
>
<service
name=
"com.sun.star.setup.ProductRegistration"
/>
...
...
svtools/source/uno/miscservices.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -96,13 +96,13 @@ DECLARE_CREATEINSTANCE_NAMESPACE( unographic, GraphicRendererVCL )
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
svt_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/* ppEnv */
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
svt_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
_pServiceManager
,
void
*
pRegistryKey
)
{
void
*
pResult
=
0
;
...
...
svtools/util/svt.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"svt"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.graphic.GraphicProvider"
>
<service
name=
"com.sun.star.graphic.GraphicProvider"
/>
...
...
toolkit/source/helper/registerservices.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -236,12 +236,12 @@ extern void * SAL_CALL comp_Layout_component_getFactory( const char * implName,
extern
"C"
{
TOOLKIT_DLLPUBLIC
void
SAL_CALL
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
)
TOOLKIT_DLLPUBLIC
void
SAL_CALL
tk_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
TOOLKIT_DLLPUBLIC
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
sImplementationName
,
void
*
_pServiceManager
,
void
*
_pRegistryKey
)
TOOLKIT_DLLPUBLIC
void
*
SAL_CALL
tk_
component_getFactory
(
const
sal_Char
*
sImplementationName
,
void
*
_pServiceManager
,
void
*
_pRegistryKey
)
{
void
*
pRet
=
NULL
;
...
...
toolkit/util/tk.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"tk"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.awt.comp.AsyncCallback"
>
<service
name=
"com.sun.star.awt.AsyncCallback"
/>
...
...
unotools/source/ucbhelper/xtempfile.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -486,7 +486,7 @@ throw ( ::css::uno::RuntimeException )
// C functions to implement this as a component
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
component_getImplementationEnvironment
(
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
SAL_CALL
utl_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/*ppEnv*/
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
...
...
@@ -499,7 +499,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnviron
* @param pRegistryKey registry data key to read and write component persistent data
* @return a component factory (generic uno interface)
*/
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
utl_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
{
void
*
pRet
=
0
;
...
...
unotools/util/utl.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"utl"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.io.comp.TempFile"
>
<service
name=
"com.sun.star.io.TempFile"
/>
...
...
vcl/source/components/factory.cxx
Dosyayı görüntüle @
ec2ba488
...
...
@@ -83,14 +83,14 @@ namespace rsvg
extern
"C"
{
VCL_DLLPUBLIC
void
SAL_CALL
component_getImplementationEnvironment
(
VCL_DLLPUBLIC
void
SAL_CALL
vcl_
component_getImplementationEnvironment
(
const
sal_Char
**
ppEnvTypeName
,
uno_Environment
**
/*ppEnv*/
)
{
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
VCL_DLLPUBLIC
void
*
SAL_CALL
component_getFactory
(
VCL_DLLPUBLIC
void
*
SAL_CALL
vcl_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pXUnoSMgr
,
void
*
/*pXUnoKey*/
...
...
vcl/vcl.macosx.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"vcl"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.datatransfer.dnd.OleDragSource_V1"
>
<service
name=
"com.sun.star.datatransfer.dnd.OleDragSource"
/>
...
...
vcl/vcl.unx.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"vcl"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.datatransfer.X11ClipboardSupport"
>
<service
name=
"com.sun.star.datatransfer.clipboard.SystemClipboard"
/>
...
...
vcl/vcl.windows.component
Dosyayı görüntüle @
ec2ba488
...
...
@@ -26,7 +26,7 @@
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"vcl"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.frame.VCLSessionManagerClient"
>
<service
name=
"com.sun.star.frame.SessionManagerClient"
/>
...
...
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