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
02fe5bc8
Kaydet (Commit)
02fe5bc8
authored
Nis 24, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Constify and reduce scope
Change-Id: Iced2c74c0e4ecc05ba937eab9e3610a714b0f68b
üst
80a221e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
xmlbrsh.cxx
sw/source/filter/xml/xmlbrsh.cxx
+4
-4
No files found.
sw/source/filter/xml/xmlbrsh.cxx
Dosyayı görüntüle @
02fe5bc8
...
...
@@ -78,7 +78,7 @@ void SwXMLBrushItemImportContext::ProcessAttrs(
{
const
OUString
&
rAttrName
=
xAttrList
->
getNameByIndex
(
i
);
OUString
aLocalName
;
sal_uInt16
nPrefix
=
const
sal_uInt16
nPrefix
=
GetImport
().
GetNamespaceMap
().
GetKeyByAttrName
(
rAttrName
,
&
aLocalName
);
const
OUString
&
rValue
=
xAttrList
->
getValueByIndex
(
i
);
...
...
@@ -145,7 +145,7 @@ void SwXMLBrushItemImportContext::EndElement()
{
if
(
xBase64Stream
.
is
()
)
{
OUString
sURL
(
GetImport
().
ResolveGraphicObjectURLFromBase64
(
xBase64Stream
)
);
const
OUString
sURL
(
GetImport
().
ResolveGraphicObjectURLFromBase64
(
xBase64Stream
)
);
xBase64Stream
=
0
;
SvXMLImportItemMapper
::
PutXMLValue
(
*
pItem
,
sURL
,
MID_GRAPHIC_LINK
,
GetImport
().
GetMM100UnitConverter
()
);
}
...
...
@@ -201,12 +201,12 @@ void SwXMLBrushItemExport::exportXML( const SvxBrushItem& rItem )
{
GetExport
().
CheckAttrList
();
OUString
s
Value
,
s
URL
;
OUString
sURL
;
const
SvXMLUnitConverter
&
rUnitConv
=
GetExport
().
GetTwipUnitConverter
();
if
(
SvXMLExportItemMapper
::
QueryXMLValue
(
rItem
,
sURL
,
MID_GRAPHIC_LINK
,
rUnitConv
)
)
{
sValue
=
GetExport
().
AddEmbeddedGraphicObject
(
sURL
);
OUString
sValue
=
GetExport
().
AddEmbeddedGraphicObject
(
sURL
);
if
(
!
sValue
.
isEmpty
()
)
{
GetExport
().
AddAttribute
(
XML_NAMESPACE_XLINK
,
XML_HREF
,
sValue
);
...
...
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