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
9acfbf82
Kaydet (Commit)
9acfbf82
authored
Eki 19, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:defaultparams
Change-Id: I4f0a7baa517c2526dcea4d7fb779df6da32bda0f
üst
d4265248
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
xmlexp.cxx
xmloff/source/core/xmlexp.cxx
+1
-1
txtparae.cxx
xmloff/source/text/txtparae.cxx
+1
-1
TransformerBase.cxx
xmloff/source/transform/TransformerBase.cxx
+4
-4
No files found.
xmloff/source/core/xmlexp.cxx
Dosyayı görüntüle @
9acfbf82
...
...
@@ -2232,7 +2232,7 @@ OUString SvXMLExport::GetRelativeReference(const OUString& rValue)
if
(
xUriRef
->
getScheme
()
==
mpImpl
->
msPackageURIScheme
)
{
sValue
=
INetURLObject
::
GetRelURL
(
msOrigFileName
,
sValue
,
INetURLObject
::
WAS_ENCODED
,
INetURLObject
::
DECODE_TO_IURI
,
RTL_TEXTENCODING_UTF8
);
INetURLObject
::
WAS_ENCODED
,
INetURLObject
::
DECODE_TO_IURI
);
}
}
return
sValue
;
...
...
xmloff/source/text/txtparae.cxx
Dosyayı görüntüle @
9acfbf82
...
...
@@ -2147,7 +2147,7 @@ void XMLTextParagraphExport::exportParagraph(
if
(
bHasContentEnum
)
exportTextContentEnumeration
(
xContentEnum
,
bAutoStyles
,
xSection
,
bIsProgress
,
true
,
0
,
true
);
bIsProgress
,
true
,
0
);
if
(
bHasPortions
)
exportTextRangeEnumeration
(
xTextEnum
,
bAutoStyles
,
bIsProgress
);
}
...
...
xmloff/source/transform/TransformerBase.cxx
Dosyayı görüntüle @
9acfbf82
...
...
@@ -593,7 +593,7 @@ XMLMutableAttributeList *XMLTransformerBase::ProcessAttrList(
// convert twips value to inch
sal_Int32
nMeasure
;
if
(
::
sax
::
Converter
::
convertMeasure
(
nMeasure
,
aAttrValue
,
util
::
MeasureUnit
::
MM_100TH
))
aAttrValue
))
{
// #i13778#,#i36248# apply correct twip-to-1/100mm
...
...
@@ -756,7 +756,7 @@ XMLMutableAttributeList *XMLTransformerBase::ProcessAttrList(
// convert inch value to twips and export as faked inch
sal_Int32
nMeasure
;
if
(
::
sax
::
Converter
::
convertMeasure
(
nMeasure
,
aAttrValue
,
util
::
MeasureUnit
::
MM_100TH
))
aAttrValue
))
{
// #i13778#,#i36248#/ apply correct 1/100mm-to-twip conversion
...
...
@@ -784,7 +784,7 @@ XMLMutableAttributeList *XMLTransformerBase::ProcessAttrList(
sal_Int32
nMeasure
;
if
(
::
sax
::
Converter
::
convertMeasure
(
nMeasure
,
aAttrValue
,
util
::
MeasureUnit
::
MM_100TH
))
aAttrValue
))
{
if
(
nMeasure
>
0
)
...
...
@@ -811,7 +811,7 @@ XMLMutableAttributeList *XMLTransformerBase::ProcessAttrList(
sal_Int32
nMeasure
;
if
(
::
sax
::
Converter
::
convertMeasure
(
nMeasure
,
aAttrValue
,
util
::
MeasureUnit
::
MM_100TH
))
aAttrValue
))
{
if
(
nMeasure
>
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