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
fe88fac2
Kaydet (Commit)
fe88fac2
authored
May 12, 2014
tarafından
Jacobo Aragunde Pérez
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oox: Use references to prevent unnecessary object copies
Change-Id: I5113bc581a8ac98b97c6598a5355e050c7ad7860
üst
4b4f7e17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
drawingml.hxx
include/oox/export/drawingml.hxx
+2
-2
drawingml.cxx
oox/source/export/drawingml.cxx
+2
-2
No files found.
include/oox/export/drawingml.hxx
Dosyayı görüntüle @
fe88fac2
...
@@ -123,8 +123,8 @@ public:
...
@@ -123,8 +123,8 @@ public:
OUString
WriteImage
(
const
Graphic
&
rGraphic
,
bool
bRelPathToMedia
=
false
);
OUString
WriteImage
(
const
Graphic
&
rGraphic
,
bool
bRelPathToMedia
=
false
);
void
WriteColor
(
sal_uInt32
nColor
,
sal_Int32
nAlpha
=
MAX_PERCENT
);
void
WriteColor
(
sal_uInt32
nColor
,
sal_Int32
nAlpha
=
MAX_PERCENT
);
void
WriteColor
(
const
OUString
&
sColorSchemeName
,
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
aTransformations
);
void
WriteColor
(
const
OUString
&
sColorSchemeName
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
aTransformations
);
void
WriteColorTransformations
(
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>
aTransformations
);
void
WriteColorTransformations
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
aTransformations
);
void
WriteGradientStop
(
sal_uInt16
nStop
,
sal_uInt32
nColor
);
void
WriteGradientStop
(
sal_uInt16
nStop
,
sal_uInt32
nColor
);
void
WriteLineArrow
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>
rXPropSet
,
bool
bLineStart
);
void
WriteLineArrow
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>
rXPropSet
,
bool
bLineStart
);
void
WriteConnectorConnections
(
EscherConnectorListEntry
&
rConnectorEntry
,
sal_Int32
nStartID
,
sal_Int32
nEndID
);
void
WriteConnectorConnections
(
EscherConnectorListEntry
&
rConnectorEntry
,
sal_Int32
nStartID
,
sal_Int32
nEndID
);
...
...
oox/source/export/drawingml.cxx
Dosyayı görüntüle @
fe88fac2
...
@@ -181,7 +181,7 @@ void DrawingML::WriteColor( sal_uInt32 nColor, sal_Int32 nAlpha )
...
@@ -181,7 +181,7 @@ void DrawingML::WriteColor( sal_uInt32 nColor, sal_Int32 nAlpha )
}
}
}
}
void
DrawingML
::
WriteColor
(
const
OUString
&
sColorSchemeName
,
Sequence
<
PropertyValue
>
aTransformations
)
void
DrawingML
::
WriteColor
(
const
OUString
&
sColorSchemeName
,
const
Sequence
<
PropertyValue
>&
aTransformations
)
{
{
// prevent writing a tag with empty val attribute
// prevent writing a tag with empty val attribute
if
(
sColorSchemeName
.
isEmpty
()
)
if
(
sColorSchemeName
.
isEmpty
()
)
...
@@ -201,7 +201,7 @@ void DrawingML::WriteColor( const OUString& sColorSchemeName, Sequence< Property
...
@@ -201,7 +201,7 @@ void DrawingML::WriteColor( const OUString& sColorSchemeName, Sequence< Property
FSEND
);
FSEND
);
}
}
void
DrawingML
::
WriteColorTransformations
(
Sequence
<
PropertyValue
>
aTransformations
)
void
DrawingML
::
WriteColorTransformations
(
const
Sequence
<
PropertyValue
>&
aTransformations
)
{
{
for
(
sal_Int32
i
=
0
;
i
<
aTransformations
.
getLength
();
i
++
)
for
(
sal_Int32
i
=
0
;
i
<
aTransformations
.
getLength
();
i
++
)
{
{
...
...
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