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
fb1f710d
Kaydet (Commit)
fb1f710d
authored
Agu 16, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:passstuffbyref (Primitive2DSequence)
Change-Id: I3d9c6daa09d71ca872021fe13405b08050e191d9
üst
46b7a087
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
primitive2dxmldump.hxx
include/test/primitive2dxmldump.hxx
+1
-1
primitive2dxmldump.cxx
test/source/primitive2dxmldump.cxx
+2
-2
No files found.
include/test/primitive2dxmldump.hxx
Dosyayı görüntüle @
fb1f710d
...
@@ -39,7 +39,7 @@ public:
...
@@ -39,7 +39,7 @@ public:
pTempStreamName - this is useful when creating the test, to dump the
pTempStreamName - this is useful when creating the test, to dump the
file for examination.
file for examination.
*/
*/
xmlDocPtr
dumpAndParse
(
drawinglayer
::
primitive2d
::
Primitive2DSequence
aPrimitive2DSequence
,
const
OUString
&
rTempStreamName
=
OUString
());
xmlDocPtr
dumpAndParse
(
const
drawinglayer
::
primitive2d
::
Primitive2DSequence
&
aPrimitive2DSequence
,
const
OUString
&
rTempStreamName
=
OUString
());
};
};
#endif // INCLUDED_TEST_PRIMITIVE2DXMLDUMP_HXX
#endif // INCLUDED_TEST_PRIMITIVE2DXMLDUMP_HXX
...
...
test/source/primitive2dxmldump.cxx
Dosyayı görüntüle @
fb1f710d
...
@@ -59,7 +59,7 @@ void Primitive2dXmlDump::filterAllActionTypes()
...
@@ -59,7 +59,7 @@ void Primitive2dXmlDump::filterAllActionTypes()
maFilter
.
assign
(
constMaxActionType
,
true
);
maFilter
.
assign
(
constMaxActionType
,
true
);
}
}
xmlDocPtr
Primitive2dXmlDump
::
dumpAndParse
(
Primitive2DSequence
a
Primitive2DSequence
,
const
OUString
&
rTempStreamName
)
xmlDocPtr
Primitive2dXmlDump
::
dumpAndParse
(
const
Primitive2DSequence
&
r
Primitive2DSequence
,
const
OUString
&
rTempStreamName
)
{
{
boost
::
scoped_ptr
<
SvStream
>
pStream
;
boost
::
scoped_ptr
<
SvStream
>
pStream
;
...
@@ -72,7 +72,7 @@ xmlDocPtr Primitive2dXmlDump::dumpAndParse(Primitive2DSequence aPrimitive2DSeque
...
@@ -72,7 +72,7 @@ xmlDocPtr Primitive2dXmlDump::dumpAndParse(Primitive2DSequence aPrimitive2DSeque
aWriter
.
startDocument
();
aWriter
.
startDocument
();
aWriter
.
startElement
(
"primitive2D"
);
aWriter
.
startElement
(
"primitive2D"
);
decomposeAndWrite
(
a
Primitive2DSequence
,
aWriter
);
decomposeAndWrite
(
r
Primitive2DSequence
,
aWriter
);
aWriter
.
endElement
();
aWriter
.
endElement
();
aWriter
.
endDocument
();
aWriter
.
endDocument
();
...
...
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