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
d0b17e6e
Kaydet (Commit)
d0b17e6e
authored
Nis 27, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SvXMLEnumMapEntry holds all values as sal_uInt16
Change-Id: I3af5f97e77240a0f0a3c96cffc03c8a005e8f0aa
üst
9d56ec4e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
xmlHelper.cxx
dbaccess/source/filter/xml/xmlHelper.cxx
+2
-2
xmlnumfi.cxx
xmloff/source/style/xmlnumfi.cxx
+4
-4
txtprhdl.cxx
xmloff/source/text/txtprhdl.cxx
+7
-7
No files found.
dbaccess/source/filter/xml/xmlHelper.cxx
Dosyayı görüntüle @
d0b17e6e
...
@@ -56,8 +56,8 @@ const XMLPropertyHandler* OPropertyHandlerFactory::GetPropertyHandler(sal_Int32
...
@@ -56,8 +56,8 @@ const XMLPropertyHandler* OPropertyHandlerFactory::GetPropertyHandler(sal_Int32
{
{
static
const
SvXMLEnumMapEntry
aDisplayMap
[]
=
static
const
SvXMLEnumMapEntry
aDisplayMap
[]
=
{
{
{
XML_VISIBLE
,
sal_
True
},
{
XML_VISIBLE
,
sal_
uInt16
(
true
)
},
{
XML_COLLAPSE
,
sal_
False
},
{
XML_COLLAPSE
,
sal_
uInt16
(
false
)
},
{
XML_TOKEN_INVALID
,
0
}
{
XML_TOKEN_INVALID
,
0
}
};
};
m_pDisplayHandler
.
reset
(
new
XMLConstantsPropertyHandler
(
aDisplayMap
,
XML_TOKEN_INVALID
));
m_pDisplayHandler
.
reset
(
new
XMLConstantsPropertyHandler
(
aDisplayMap
,
XML_TOKEN_INVALID
));
...
...
xmloff/source/style/xmlnumfi.cxx
Dosyayı görüntüle @
d0b17e6e
...
@@ -322,15 +322,15 @@ static const ColorData aNumFmtStdColors[XML_NUMF_COLORCOUNT] =
...
@@ -322,15 +322,15 @@ static const ColorData aNumFmtStdColors[XML_NUMF_COLORCOUNT] =
static
const
SvXMLEnumMapEntry
aStyleValueMap
[]
=
static
const
SvXMLEnumMapEntry
aStyleValueMap
[]
=
{
{
{
XML_SHORT
,
sal_
False
},
{
XML_SHORT
,
sal_
uInt16
(
false
)
},
{
XML_LONG
,
sal_
True
},
{
XML_LONG
,
sal_
uInt16
(
true
)
},
{
XML_TOKEN_INVALID
,
0
}
{
XML_TOKEN_INVALID
,
0
}
};
};
static
const
SvXMLEnumMapEntry
aFormatSourceMap
[]
=
static
const
SvXMLEnumMapEntry
aFormatSourceMap
[]
=
{
{
{
XML_FIXED
,
sal_
False
},
{
XML_FIXED
,
sal_
uInt16
(
false
)
},
{
XML_LANGUAGE
,
sal_
True
},
{
XML_LANGUAGE
,
sal_
uInt16
(
true
)
},
{
XML_TOKEN_INVALID
,
0
}
{
XML_TOKEN_INVALID
,
0
}
};
};
...
...
xmloff/source/text/txtprhdl.cxx
Dosyayı görüntüle @
d0b17e6e
...
@@ -124,13 +124,13 @@ static SvXMLEnumMapEntry const pXML_HoriRelFrame_Enum[] =
...
@@ -124,13 +124,13 @@ static SvXMLEnumMapEntry const pXML_HoriRelFrame_Enum[] =
static
SvXMLEnumMapEntry
const
pXML_HoriMirror_Enum
[]
=
static
SvXMLEnumMapEntry
const
pXML_HoriMirror_Enum
[]
=
{
{
{
XML_FROM_LEFT
,
sal_
False
},
{
XML_FROM_LEFT
,
sal_
uInt16
(
false
)
},
{
XML_FROM_INSIDE
,
sal_
True
},
{
XML_FROM_INSIDE
,
sal_
uInt16
(
true
)
},
{
XML_LEFT
,
sal_
False
},
{
XML_LEFT
,
sal_
uInt16
(
false
)
},
{
XML_INSIDE
,
sal_
True
},
{
XML_INSIDE
,
sal_
uInt16
(
true
)
},
{
XML_CENTER
,
sal_
False
},
{
XML_CENTER
,
sal_
uInt16
(
false
)
},
{
XML_RIGHT
,
sal_
False
},
{
XML_RIGHT
,
sal_
uInt16
(
false
)
},
{
XML_OUTSIDE
,
sal_
True
},
{
XML_OUTSIDE
,
sal_
uInt16
(
true
)
},
{
XML_TOKEN_INVALID
,
0
}
{
XML_TOKEN_INVALID
,
0
}
};
};
...
...
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