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
8d924919
Kaydet (Commit)
8d924919
authored
Eki 09, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix for C++03, and const-improve
Change-Id: I9d7c9bf832863c4b4776c7881ab7e44ab5df9607
üst
60535ebc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
+3
-3
No files found.
sw/source/filter/ww8/docxattributeoutput.cxx
Dosyayı görüntüle @
8d924919
...
@@ -2368,7 +2368,7 @@ struct StringTokenMap
...
@@ -2368,7 +2368,7 @@ struct StringTokenMap
sal_Int32
nToken
;
sal_Int32
nToken
;
};
};
StringTokenMap
aDefaultTokens[]
{
StringTokenMap
const
aDefaultTokens
[]
=
{
{
"defQFormat"
,
XML_defQFormat
},
{
"defQFormat"
,
XML_defQFormat
},
{
"defUnhideWhenUsed"
,
XML_defUnhideWhenUsed
},
{
"defUnhideWhenUsed"
,
XML_defUnhideWhenUsed
},
{
"defSemiHidden"
,
XML_defSemiHidden
},
{
"defSemiHidden"
,
XML_defSemiHidden
},
...
@@ -2378,7 +2378,7 @@ StringTokenMap aDefaultTokens[] {
...
@@ -2378,7 +2378,7 @@ StringTokenMap aDefaultTokens[] {
{
0
,
0
}
{
0
,
0
}
};
};
StringTokenMap
aExceptionTokens[]
{
StringTokenMap
const
aExceptionTokens
[]
=
{
{
"name"
,
XML_name
},
{
"name"
,
XML_name
},
{
"locked"
,
XML_locked
},
{
"locked"
,
XML_locked
},
{
"uiPriority"
,
XML_uiPriority
},
{
"uiPriority"
,
XML_uiPriority
},
...
@@ -2388,7 +2388,7 @@ StringTokenMap aExceptionTokens[] {
...
@@ -2388,7 +2388,7 @@ StringTokenMap aExceptionTokens[] {
{
0
,
0
}
{
0
,
0
}
};
};
sal_Int32 lcl_getToken(StringTokenMap* pMap, OUString aName)
sal_Int32
lcl_getToken
(
StringTokenMap
const
*
pMap
,
OUString
aName
)
{
{
OString
sName
=
OUStringToOString
(
aName
,
RTL_TEXTENCODING_UTF8
);
OString
sName
=
OUStringToOString
(
aName
,
RTL_TEXTENCODING_UTF8
);
while
(
pMap
->
pToken
)
while
(
pMap
->
pToken
)
...
...
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