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
4b6111cf
Kaydet (Commit)
4b6111cf
authored
12 years ago
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use prefix
Change-Id: Ifbe8796e3af2e7544cf7d47bacb0632d36202433
üst
e40a86ca
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
FPentry.mm
fpicker/source/aqua/FPentry.mm
+1
-1
fps_aqua.component
fpicker/source/aqua/fps_aqua.component
+1
-1
fpicker.component
fpicker/source/generic/fpicker.component
+1
-1
fpicker.cxx
fpicker/source/generic/fpicker.cxx
+1
-1
fps_office.component
fpicker/source/office/fps_office.component
+1
-1
fps_office.cxx
fpicker/source/office/fps_office.cxx
+1
-1
FPentry.cxx
fpicker/source/win32/filepicker/FPentry.cxx
+1
-1
fps.component
fpicker/source/win32/fps.component
+1
-1
No files found.
fpicker/source/aqua/FPentry.mm
Dosyayı görüntüle @
4b6111cf
...
...
@@ -53,7 +53,7 @@ static Reference< XInterface > SAL_CALL createFolderInstance(
extern "C"
{
SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
SAL_DLLPUBLIC_EXPORT void* SAL_CALL
fps_aqua_
component_getFactory(
const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* /*pRegistryKey*/ )
{
void* pRet = 0;
...
...
This diff is collapsed.
Click to expand it.
fpicker/source/aqua/fps_aqua.component
Dosyayı görüntüle @
4b6111cf
...
...
@@ -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=
"fps_aqua"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.ui.dialogs.SalAquaFilePicker"
>
<service
name=
"com.sun.star.ui.dialogs.AquaFilePicker"
/>
...
...
This diff is collapsed.
Click to expand it.
fpicker/source/generic/fpicker.component
Dosyayı görüntüle @
4b6111cf
...
...
@@ -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=
"fpicker"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.fpicker.FilePicker"
>
<service
name=
"com.sun.star.ui.dialogs.FilePicker"
/>
...
...
This diff is collapsed.
Click to expand it.
fpicker/source/generic/fpicker.cxx
Dosyayı görüntüle @
4b6111cf
...
...
@@ -225,7 +225,7 @@ static cppu::ImplementationEntry g_entries[] =
*/
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
fpicker_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
return
cppu
::
component_getFactoryHelper
(
...
...
This diff is collapsed.
Click to expand it.
fpicker/source/office/fps_office.component
Dosyayı görüntüle @
4b6111cf
...
...
@@ -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=
"fps_office"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.svtools.OfficeFilePicker"
>
<service
name=
"com.sun.star.ui.dialogs.OfficeFilePicker"
/>
...
...
This diff is collapsed.
Click to expand it.
fpicker/source/office/fps_office.cxx
Dosyayı görüntüle @
4b6111cf
...
...
@@ -44,7 +44,7 @@ static cppu::ImplementationEntry g_entries[] =
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
fps_office_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
return
cppu
::
component_getFactoryHelper
(
...
...
This diff is collapsed.
Click to expand it.
fpicker/source/win32/filepicker/FPentry.cxx
Dosyayı görüntüle @
4b6111cf
...
...
@@ -89,7 +89,7 @@ createInstance_fop( const Reference< XMultiServiceFactory >& rServiceManager )
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
fps_win32_
component_getFactory
(
const
sal_Char
*
pImplName
,
uno_Interface
*
pSrvManager
,
uno_Interface
*
)
{
void
*
pRet
=
0
;
...
...
This diff is collapsed.
Click to expand it.
fpicker/source/win32/fps.component
Dosyayı görüntüle @
4b6111cf
...
...
@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* 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=
"fps_win32"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.ui.dialogs.Win32FilePicker"
>
<service
name=
"com.sun.star.ui.dialogs.SystemFilePicker"
/>
...
...
This diff is collapsed.
Click to expand it.
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