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
dd902b8e
Kaydet (Commit)
dd902b8e
authored
Ara 17, 2013
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
reordered member variables for 4 byte alignment
Change-Id: Iaae7689d1ed3c74e261fcc90fa88b5521468e376
üst
44ec9d80
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
xmlprmap.hxx
include/xmloff/xmlprmap.hxx
+1
-1
xmlprmap.cxx
xmloff/source/style/xmlprmap.cxx
+2
-2
No files found.
include/xmloff/xmlprmap.hxx
Dosyayı görüntüle @
dd902b8e
...
@@ -55,8 +55,8 @@ struct XMLPropertySetMapperEntry_Impl
...
@@ -55,8 +55,8 @@ struct XMLPropertySetMapperEntry_Impl
{
{
OUString
sXMLAttributeName
;
OUString
sXMLAttributeName
;
OUString
sAPIPropertyName
;
OUString
sAPIPropertyName
;
sal_uInt16
nXMLNameSpace
;
sal_Int32
nType
;
sal_Int32
nType
;
sal_uInt16
nXMLNameSpace
;
sal_Int16
nContextId
;
sal_Int16
nContextId
;
SvtSaveOptions
::
ODFDefaultVersion
nEarliestODFVersionForExport
;
SvtSaveOptions
::
ODFDefaultVersion
nEarliestODFVersionForExport
;
const
XMLPropertyHandler
*
pHdl
;
const
XMLPropertyHandler
*
pHdl
;
...
...
xmloff/source/style/xmlprmap.cxx
Dosyayı görüntüle @
dd902b8e
...
@@ -39,8 +39,8 @@ XMLPropertySetMapperEntry_Impl::XMLPropertySetMapperEntry_Impl(
...
@@ -39,8 +39,8 @@ XMLPropertySetMapperEntry_Impl::XMLPropertySetMapperEntry_Impl(
sXMLAttributeName
(
GetXMLToken
(
rMapEntry
.
meXMLName
)
),
sXMLAttributeName
(
GetXMLToken
(
rMapEntry
.
meXMLName
)
),
sAPIPropertyName
(
OUString
(
rMapEntry
.
msApiName
,
rMapEntry
.
nApiNameLength
,
sAPIPropertyName
(
OUString
(
rMapEntry
.
msApiName
,
rMapEntry
.
nApiNameLength
,
RTL_TEXTENCODING_ASCII_US
)
),
RTL_TEXTENCODING_ASCII_US
)
),
nXMLNameSpace
(
rMapEntry
.
mnNameSpace
),
nType
(
rMapEntry
.
mnType
),
nType
(
rMapEntry
.
mnType
),
nXMLNameSpace
(
rMapEntry
.
mnNameSpace
),
nContextId
(
rMapEntry
.
mnContextId
),
nContextId
(
rMapEntry
.
mnContextId
),
nEarliestODFVersionForExport
(
rMapEntry
.
mnEarliestODFVersionForExport
),
nEarliestODFVersionForExport
(
rMapEntry
.
mnEarliestODFVersionForExport
),
pHdl
(
rFactory
->
GetPropertyHandler
(
rMapEntry
.
mnType
&
MID_FLAG_MASK
)
)
pHdl
(
rFactory
->
GetPropertyHandler
(
rMapEntry
.
mnType
&
MID_FLAG_MASK
)
)
...
@@ -51,8 +51,8 @@ XMLPropertySetMapperEntry_Impl::XMLPropertySetMapperEntry_Impl(
...
@@ -51,8 +51,8 @@ XMLPropertySetMapperEntry_Impl::XMLPropertySetMapperEntry_Impl(
const
XMLPropertySetMapperEntry_Impl
&
rEntry
)
:
const
XMLPropertySetMapperEntry_Impl
&
rEntry
)
:
sXMLAttributeName
(
rEntry
.
sXMLAttributeName
),
sXMLAttributeName
(
rEntry
.
sXMLAttributeName
),
sAPIPropertyName
(
rEntry
.
sAPIPropertyName
),
sAPIPropertyName
(
rEntry
.
sAPIPropertyName
),
nXMLNameSpace
(
rEntry
.
nXMLNameSpace
),
nType
(
rEntry
.
nType
),
nType
(
rEntry
.
nType
),
nXMLNameSpace
(
rEntry
.
nXMLNameSpace
),
nContextId
(
rEntry
.
nContextId
),
nContextId
(
rEntry
.
nContextId
),
nEarliestODFVersionForExport
(
rEntry
.
nEarliestODFVersionForExport
),
nEarliestODFVersionForExport
(
rEntry
.
nEarliestODFVersionForExport
),
pHdl
(
rEntry
.
pHdl
)
pHdl
(
rEntry
.
pHdl
)
...
...
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