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
2db1e344
Kaydet (Commit)
2db1e344
authored
Eki 09, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix gnumeric import
Change-Id: I65e4d4df9b75304096ec51e07f5985023ad3071c
üst
f1e6e9e7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
calc_Gnumeric.xcu
filter/source/config/fragments/filters/calc_Gnumeric.xcu
+1
-1
filterdetect.cxx
sc/source/filter/orcus/filterdetect.cxx
+1
-1
docsh.cxx
sc/source/ui/docshell/docsh.cxx
+8
-0
scfilt.component
sc/util/scfilt.component
+1
-1
No files found.
filter/source/config/fragments/filters/calc_Gnumeric.xcu
Dosyayı görüntüle @
2db1e344
...
...
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<node oor:name="Gnumeric Spreadsheet" oor:op="replace">
<prop oor:name="Flags"><value>IMPORT ALIEN
3RDPARTYFILTER
PREFERRED</value></prop>
<prop oor:name="Flags"><value>IMPORT ALIEN PREFERRED</value></prop>
<prop oor:name="UIComponent"/>
<prop oor:name="FilterService"/>
<prop oor:name="UserData"/>
...
...
sc/source/filter/orcus/filterdetect.cxx
Dosyayı görüntüle @
2db1e344
...
...
@@ -102,7 +102,7 @@ OUString OrcusFormatDetect::detect(css::uno::Sequence<css::beans::PropertyValue>
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
::
com
::
sun
::
star
::
uno
::
XInterface
*
SAL_CALL
com_sun_star_comp_
oox_
sc_OrcusFormatDetect_get_implementation
(
::
com
::
sun
::
star
::
uno
::
XComponentContext
*
,
com_sun_star_comp_sc_OrcusFormatDetect_get_implementation
(
::
com
::
sun
::
star
::
uno
::
XComponentContext
*
,
::
com
::
sun
::
star
::
uno
::
Sequence
<
css
::
uno
::
Any
>
const
&
)
{
return
cppu
::
acquire
(
new
OrcusFormatDetect
());
...
...
sc/source/ui/docshell/docsh.cxx
Dosyayı görüntüle @
2db1e344
...
...
@@ -1153,6 +1153,14 @@ bool ScDocShell::ConvertFrom( SfxMedium& rMedium )
else
bRet
=
true
;
}
else
if
(
aFltName
==
"Gnumeric Spreadsheet"
)
{
ScOrcusFilters
*
pOrcus
=
ScFormatFilter
::
Get
().
GetOrcusFilters
();
if
(
!
pOrcus
)
return
false
;
bRet
=
pOrcus
->
importGnumeric
(
aDocument
,
rMedium
);
}
else
if
(
aFltName
==
pFilterAscii
)
{
SfxItemSet
*
pSet
=
rMedium
.
GetItemSet
();
...
...
sc/util/scfilt.component
Dosyayı görüntüle @
2db1e344
...
...
@@ -28,7 +28,7 @@
constructor=
"com_sun_star_comp_oox_xls_FormulaParser_get_implementation"
>
<service
name=
"com.sun.star.sheet.FilterFormulaParser"
/>
</implementation>
<implementation
name=
"com.sun.star.comp.sc.OrcusF
ormat
Detect"
<implementation
name=
"com.sun.star.comp.sc.OrcusF
ilter
Detect"
constructor=
"com_sun_star_comp_sc_OrcusFormatDetect_get_implementation"
>
<service
name=
"com.sun.star.frame.ExtendedTypeDetection"
/>
</implementation>
...
...
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