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
aa062d1b
Kaydet (Commit)
aa062d1b
authored
Haz 03, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
targeted string re-work
Change-Id: I2b2bc81099a7da2300e73fff91d104cc0b6ed2f5
üst
d8e3eb23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
xexecutor.cxx
embeddedobj/test/MainThreadExecutor/xexecutor.cxx
+2
-2
bitmapcreator.cxx
embeddedobj/test/mtexecutor/bitmapcreator.cxx
+3
-3
mainthreadexecutor.cxx
embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
+3
-3
No files found.
embeddedobj/test/MainThreadExecutor/xexecutor.cxx
Dosyayı görüntüle @
aa062d1b
...
@@ -94,14 +94,14 @@ uno::Any SAL_CALL UNOMainThreadExecutor::execute( const uno::Sequence< beans::Na
...
@@ -94,14 +94,14 @@ uno::Any SAL_CALL UNOMainThreadExecutor::execute( const uno::Sequence< beans::Na
uno
::
Sequence
<
::
rtl
::
OUString
>
SAL_CALL
UNOMainThreadExecutor
::
impl_staticGetSupportedServiceNames
()
uno
::
Sequence
<
::
rtl
::
OUString
>
SAL_CALL
UNOMainThreadExecutor
::
impl_staticGetSupportedServiceNames
()
{
{
uno
::
Sequence
<
::
rtl
::
OUString
>
aRet
(
1
);
uno
::
Sequence
<
::
rtl
::
OUString
>
aRet
(
1
);
aRet
[
0
]
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.thread.MainThreadExecutor"
)
);
aRet
[
0
]
=
::
rtl
::
OUString
(
"com.sun.star.comp.thread.MainThreadExecutor"
);
return
aRet
;
return
aRet
;
}
}
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
::
rtl
::
OUString
SAL_CALL
UNOMainThreadExecutor
::
impl_staticGetImplementationName
()
::
rtl
::
OUString
SAL_CALL
UNOMainThreadExecutor
::
impl_staticGetImplementationName
()
{
{
return
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.thread.MainThreadExecutor"
)
);
return
::
rtl
::
OUString
(
"com.sun.star.comp.thread.MainThreadExecutor"
);
}
}
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
...
...
embeddedobj/test/mtexecutor/bitmapcreator.cxx
Dosyayı görüntüle @
aa062d1b
...
@@ -38,15 +38,15 @@ using namespace ::com::sun::star;
...
@@ -38,15 +38,15 @@ using namespace ::com::sun::star;
uno
::
Sequence
<
::
rtl
::
OUString
>
SAL_CALL
VCLBitmapCreator
::
impl_staticGetSupportedServiceNames
()
uno
::
Sequence
<
::
rtl
::
OUString
>
SAL_CALL
VCLBitmapCreator
::
impl_staticGetSupportedServiceNames
()
{
{
uno
::
Sequence
<
::
rtl
::
OUString
>
aRet
(
2
);
uno
::
Sequence
<
::
rtl
::
OUString
>
aRet
(
2
);
aRet
[
0
]
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.embed.BitmapCreator"
)
);
aRet
[
0
]
=
::
rtl
::
OUString
(
"com.sun.star.embed.BitmapCreator"
);
aRet
[
1
]
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.embed.BitmapCreator"
)
);
aRet
[
1
]
=
::
rtl
::
OUString
(
"com.sun.star.comp.embed.BitmapCreator"
);
return
aRet
;
return
aRet
;
}
}
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
::
rtl
::
OUString
SAL_CALL
VCLBitmapCreator
::
impl_staticGetImplementationName
()
::
rtl
::
OUString
SAL_CALL
VCLBitmapCreator
::
impl_staticGetImplementationName
()
{
{
return
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.embed.BitmapCreator"
)
);
return
::
rtl
::
OUString
(
"com.sun.star.comp.embed.BitmapCreator"
);
}
}
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
...
...
embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
Dosyayı görüntüle @
aa062d1b
...
@@ -36,15 +36,15 @@ using namespace ::com::sun::star;
...
@@ -36,15 +36,15 @@ using namespace ::com::sun::star;
uno
::
Sequence
<
::
rtl
::
OUString
>
SAL_CALL
MainThreadExecutor
::
impl_staticGetSupportedServiceNames
()
uno
::
Sequence
<
::
rtl
::
OUString
>
SAL_CALL
MainThreadExecutor
::
impl_staticGetSupportedServiceNames
()
{
{
uno
::
Sequence
<
::
rtl
::
OUString
>
aRet
(
2
);
uno
::
Sequence
<
::
rtl
::
OUString
>
aRet
(
2
);
aRet
[
0
]
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.thread.MainThreadExecutor"
)
);
aRet
[
0
]
=
::
rtl
::
OUString
(
"com.sun.star.thread.MainThreadExecutor"
);
aRet
[
1
]
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.thread.MainThreadExecutor"
)
);
aRet
[
1
]
=
::
rtl
::
OUString
(
"com.sun.star.comp.thread.MainThreadExecutor"
);
return
aRet
;
return
aRet
;
}
}
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
::
rtl
::
OUString
SAL_CALL
MainThreadExecutor
::
impl_staticGetImplementationName
()
::
rtl
::
OUString
SAL_CALL
MainThreadExecutor
::
impl_staticGetImplementationName
()
{
{
return
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.thread.MainThreadExecutor"
)
);
return
::
rtl
::
OUString
(
"com.sun.star.comp.thread.MainThreadExecutor"
);
}
}
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
...
...
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