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
830650fa
Kaydet (Commit)
830650fa
authored
Agu 07, 2011
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
don't use ODFVER_LATEST instead of ODFVER_012
üst
7caafb6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xmlexprt.cxx
sc/source/filter/xml/xmlexprt.cxx
+2
-2
No files found.
sc/source/filter/xml/xmlexprt.cxx
Dosyayı görüntüle @
830650fa
...
@@ -2740,7 +2740,7 @@ void ScXMLExport::WriteTable(sal_Int32 nTable, const Reference<sheet::XSpreadshe
...
@@ -2740,7 +2740,7 @@ void ScXMLExport::WriteTable(sal_Int32 nTable, const Reference<sheet::XSpreadshe
CheckAttrList
();
CheckAttrList
();
if
(
pDoc
&&
pDoc
->
GetSheetEvents
(
static_cast
<
SCTAB
>
(
nTable
)
)
&&
if
(
pDoc
&&
pDoc
->
GetSheetEvents
(
static_cast
<
SCTAB
>
(
nTable
)
)
&&
getDefaultVersion
()
==
SvtSaveOptions
::
ODFVER_LATEST
)
getDefaultVersion
()
>=
SvtSaveOptions
::
ODFVER_012
)
{
{
// store sheet events
// store sheet events
uno
::
Reference
<
document
::
XEventsSupplier
>
xSupplier
(
xTable
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
document
::
XEventsSupplier
>
xSupplier
(
xTable
,
uno
::
UNO_QUERY
);
...
@@ -4305,7 +4305,7 @@ sal_uInt32 ScXMLExport::exportDoc( enum XMLTokenEnum eClass )
...
@@ -4305,7 +4305,7 @@ sal_uInt32 ScXMLExport::exportDoc( enum XMLTokenEnum eClass )
// sheet events use officeooo namespace
// sheet events use officeooo namespace
if
(
(
getExportFlags
()
&
EXPORT_CONTENT
)
!=
0
&&
if
(
(
getExportFlags
()
&
EXPORT_CONTENT
)
!=
0
&&
getDefaultVersion
()
==
SvtSaveOptions
::
ODFVER_LATEST
)
getDefaultVersion
()
>=
SvtSaveOptions
::
ODFVER_012
)
{
{
bool
bAnySheetEvents
=
false
;
bool
bAnySheetEvents
=
false
;
SCTAB
nTabCount
=
pDoc
->
GetTableCount
();
SCTAB
nTabCount
=
pDoc
->
GetTableCount
();
...
...
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