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
1b075ea2
Kaydet (Commit)
1b075ea2
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: I0323e3eb9446c4f2b18f84f5ed33909a877163c8
üst
ae53e3e9
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
basprov.component
scripting/source/basprov/basprov.component
+1
-1
basprov.cxx
scripting/source/basprov/basprov.cxx
+1
-1
dlgprov.component
scripting/source/dlgprov/dlgprov.component
+1
-1
dlgprov.cxx
scripting/source/dlgprov/dlgprov.cxx
+1
-1
protocolhandler.component
scripting/source/protocolhandler/protocolhandler.component
+1
-1
scripthandler.cxx
scripting/source/protocolhandler/scripthandler.cxx
+1
-1
MasterScriptProvider.cxx
scripting/source/provider/MasterScriptProvider.cxx
+1
-1
stringresource.component
scripting/source/stringresource/stringresource.component
+1
-1
stringresource.cxx
scripting/source/stringresource/stringresource.cxx
+1
-1
service.cxx
scripting/source/vbaevents/service.cxx
+1
-1
vbaevents.component
scripting/source/vbaevents/vbaevents.component
+1
-1
scriptframe.component
scripting/util/scriptframe.component
+1
-1
No files found.
scripting/source/basprov/basprov.component
Dosyayı görüntüle @
1b075ea2
...
@@ -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=
"basprov"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.scripting.ScriptProviderForBasic"
>
<implementation
name=
"com.sun.star.comp.scripting.ScriptProviderForBasic"
>
<service
name=
"com.sun.star.script.browse.BrowseNode"
/>
<service
name=
"com.sun.star.script.browse.BrowseNode"
/>
...
...
scripting/source/basprov/basprov.cxx
Dosyayı görüntüle @
1b075ea2
...
@@ -586,7 +586,7 @@ namespace basprov
...
@@ -586,7 +586,7 @@ namespace basprov
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
basprov_
component_getFactory
(
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
registry
::
XRegistryKey
*
pRegistryKey
)
registry
::
XRegistryKey
*
pRegistryKey
)
{
{
...
...
scripting/source/dlgprov/dlgprov.component
Dosyayı görüntüle @
1b075ea2
...
@@ -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=
"dlgprov"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.scripting.DialogProvider"
>
<implementation
name=
"com.sun.star.comp.scripting.DialogProvider"
>
<service
name=
"com.sun.star.awt.ContainerWindowProvider"
/>
<service
name=
"com.sun.star.awt.ContainerWindowProvider"
/>
...
...
scripting/source/dlgprov/dlgprov.cxx
Dosyayı görüntüle @
1b075ea2
...
@@ -876,7 +876,7 @@ static ::rtl::OUString aResourceResolverPropName("ResourceResolver");
...
@@ -876,7 +876,7 @@ static ::rtl::OUString aResourceResolverPropName("ResourceResolver");
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
dlgprov_
component_getFactory
(
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
registry
::
XRegistryKey
*
pRegistryKey
)
registry
::
XRegistryKey
*
pRegistryKey
)
{
{
...
...
scripting/source/protocolhandler/protocolhandler.component
Dosyayı görüntüle @
1b075ea2
...
@@ -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=
"protocolhandler"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.ScriptProtocolHandler"
>
<implementation
name=
"com.sun.star.comp.ScriptProtocolHandler"
>
<service
name=
"com.sun.star.frame.ProtocolHandler"
/>
<service
name=
"com.sun.star.frame.ProtocolHandler"
/>
...
...
scripting/source/protocolhandler/scripthandler.cxx
Dosyayı görüntüle @
1b075ea2
...
@@ -497,7 +497,7 @@ extern "C"
...
@@ -497,7 +497,7 @@ extern "C"
namespace
css
=
::
com
::
sun
::
star
;
namespace
css
=
::
com
::
sun
::
star
;
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplementationName
,
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
protocolhandler_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
void
*
pRegistryKey
)
{
{
...
...
scripting/source/provider/MasterScriptProvider.cxx
Dosyayı görüntüle @
1b075ea2
...
@@ -959,7 +959,7 @@ extern "C"
...
@@ -959,7 +959,7 @@ extern "C"
* data
* data
* @return a component factory
* @return a component factory
*/
*/
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
scriptframe_
component_getFactory
(
const
sal_Char
*
pImplName
,
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
registry
::
XRegistryKey
*
pRegistryKey
)
registry
::
XRegistryKey
*
pRegistryKey
)
...
...
scripting/source/stringresource/stringresource.component
Dosyayı görüntüle @
1b075ea2
...
@@ -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=
"stringresource"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.scripting.StringResource"
>
<implementation
name=
"com.sun.star.comp.scripting.StringResource"
>
<service
name=
"com.sun.star.resource.StringResource"
/>
<service
name=
"com.sun.star.resource.StringResource"
/>
...
...
scripting/source/stringresource/stringresource.cxx
Dosyayı görüntüle @
1b075ea2
...
@@ -3050,7 +3050,7 @@ static struct ::cppu::ImplementationEntry s_component_entries [] =
...
@@ -3050,7 +3050,7 @@ static struct ::cppu::ImplementationEntry s_component_entries [] =
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
stringresource_
component_getFactory
(
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
registry
::
XRegistryKey
*
pRegistryKey
)
registry
::
XRegistryKey
*
pRegistryKey
)
{
{
...
...
scripting/source/vbaevents/service.cxx
Dosyayı görüntüle @
1b075ea2
...
@@ -90,7 +90,7 @@ namespace ooevtdescgen
...
@@ -90,7 +90,7 @@ namespace ooevtdescgen
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
vbaevents_
component_getFactory
(
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
registry
::
XRegistryKey
*
pRegistryKey
)
registry
::
XRegistryKey
*
pRegistryKey
)
{
{
...
...
scripting/source/vbaevents/vbaevents.component
Dosyayı görüntüle @
1b075ea2
...
@@ -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=
"vbaevents"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"ooo.vba.EventListener"
>
<implementation
name=
"ooo.vba.EventListener"
>
<service
name=
"ooo.vba.EventListener"
/>
<service
name=
"ooo.vba.EventListener"
/>
...
...
scripting/util/scriptframe.component
Dosyayı görüntüle @
1b075ea2
...
@@ -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=
"scriptframe"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.script.browse.BrowseNodeFactory"
>
<implementation
name=
"com.sun.star.script.browse.BrowseNodeFactory"
>
<service
name=
"com.sun.star.script.browse.BrowseNodeFactory"
/>
<service
name=
"com.sun.star.script.browse.BrowseNodeFactory"
/>
...
...
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