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
33959c71
Kaydet (Commit)
33959c71
authored
Agu 17, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix dbglevel=2 build
Change-Id: Ie570a84bfca530c6763c6aa7b0ca12ae1a16f0f3
üst
bb19f58e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
factoryimpl.py
writerfilter/source/ooxml/factoryimpl.py
+3
-3
No files found.
writerfilter/source/ooxml/factoryimpl.py
Dosyayı görüntüle @
33959c71
...
@@ -117,10 +117,10 @@ public:
...
@@ -117,10 +117,10 @@ public:
}
}
#ifdef DEBUG_DOMAINMAPPER
#ifdef DEBUG_DOMAINMAPPER
string fastTokenToId(sal_uInt32 nToken)
st
d::st
ring fastTokenToId(sal_uInt32 nToken)
{
{
string sResult;
st
d::st
ring sResult;
switch (nToken & 0xffff0000)
switch (nToken & 0xffff0000)
{"""
)
{"""
)
...
@@ -129,7 +129,7 @@ string fastTokenToId(sal_uInt32 nToken)
...
@@ -129,7 +129,7 @@ string fastTokenToId(sal_uInt32 nToken)
for
alias
in
[
a
.
getAttribute
(
"alias"
)
for
a
in
model
.
getElementsByTagName
(
"namespace-alias"
)]:
for
alias
in
[
a
.
getAttribute
(
"alias"
)
for
a
in
model
.
getElementsByTagName
(
"namespace-alias"
)]:
if
not
alias
in
aliases
:
if
not
alias
in
aliases
:
aliases
.
append
(
alias
)
aliases
.
append
(
alias
)
print
(
""" case NMSP_
%
s:
print
(
""" case
oox::
NMSP_
%
s:
sResult += "
%
s:";
sResult += "
%
s:";
break;"""
%
(
alias
,
alias
))
break;"""
%
(
alias
,
alias
))
print
(
""" }
print
(
""" }
...
...
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