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
380855c3
Kaydet (Commit)
380855c3
authored
Tem 17, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Let's use this macro since it's there.
Change-Id: I9b1736bea65a582fb5214521472028835aec28ee
üst
fffc9b2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
XclExpChangeTrack.cxx
sc/source/filter/xcl97/XclExpChangeTrack.cxx
+3
-3
No files found.
sc/source/filter/xcl97/XclExpChangeTrack.cxx
Dosyayı görüntüle @
380855c3
...
@@ -403,7 +403,7 @@ void XclExpChTrInfo::SaveXml( XclExpXmlStream& rRevisionHeadersStrm )
...
@@ -403,7 +403,7 @@ void XclExpChTrInfo::SaveXml( XclExpXmlStream& rRevisionHeadersStrm )
XclXmlUtils
::
GetStreamName
(
NULL
,
"revisionLog"
,
mnLogNumber
),
XclXmlUtils
::
GetStreamName
(
NULL
,
"revisionLog"
,
mnLogNumber
),
rRevisionHeadersStrm
.
GetCurrentStream
()
->
getOutputStream
(),
rRevisionHeadersStrm
.
GetCurrentStream
()
->
getOutputStream
(),
"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml"
,
"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml"
,
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/revisionLog"
,
CREATE_OFFICEDOC_RELATION_TYPE
(
"revisionLog"
)
,
&
sRelationshipId
);
&
sRelationshipId
);
rRevisionHeadersStrm
.
WriteAttributes
(
rRevisionHeadersStrm
.
WriteAttributes
(
...
@@ -1579,7 +1579,7 @@ static void lcl_WriteUserNamesXml( XclExpXmlStream& rWorkbookStrm )
...
@@ -1579,7 +1579,7 @@ static void lcl_WriteUserNamesXml( XclExpXmlStream& rWorkbookStrm )
OUString
(
"revisions/userNames.xml"
),
OUString
(
"revisions/userNames.xml"
),
rWorkbookStrm
.
GetCurrentStream
()
->
getOutputStream
(),
rWorkbookStrm
.
GetCurrentStream
()
->
getOutputStream
(),
"application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml"
,
"application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml"
,
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/usernames"
);
CREATE_OFFICEDOC_RELATION_TYPE
(
"usernames"
)
);
pUserNames
->
startElement
(
XML_users
,
pUserNames
->
startElement
(
XML_users
,
XML_xmlns
,
"http://schemas.openxmlformats.org/spreadsheetml/2006/main"
,
XML_xmlns
,
"http://schemas.openxmlformats.org/spreadsheetml/2006/main"
,
FSNS
(
XML_xmlns
,
XML_r
),
"http://schemas.openxmlformats.org/officeDocument/2006/relationships"
,
FSNS
(
XML_xmlns
,
XML_r
),
"http://schemas.openxmlformats.org/officeDocument/2006/relationships"
,
...
@@ -1603,7 +1603,7 @@ void XclExpChangeTrack::WriteXml( XclExpXmlStream& rWorkbookStrm )
...
@@ -1603,7 +1603,7 @@ void XclExpChangeTrack::WriteXml( XclExpXmlStream& rWorkbookStrm )
OUString
(
"revisions/revisionHeaders.xml"
),
OUString
(
"revisions/revisionHeaders.xml"
),
rWorkbookStrm
.
GetCurrentStream
()
->
getOutputStream
(),
rWorkbookStrm
.
GetCurrentStream
()
->
getOutputStream
(),
"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml"
,
"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml"
,
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/revisionHeaders"
);
CREATE_OFFICEDOC_RELATION_TYPE
(
"revisionHeaders"
)
);
// OOXTODO: XML_userinfo elements for each user editing the file
// OOXTODO: XML_userinfo elements for each user editing the file
// Doesn't seem to be supported by .xls output either (based on
// Doesn't seem to be supported by .xls output either (based on
// contents of XclExpChangeTrack::WriteUserNamesStream()).
// contents of XclExpChangeTrack::WriteUserNamesStream()).
...
...
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