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
563c2367
Kaydet (Commit)
563c2367
authored
May 22, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: Function parameter 'rStartPos' should be passed by reference
Change-Id: Ie453e1a95b54de07463b6f5052a23d6632400b8d
üst
bc6b28c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
mtftools.cxx
cppcanvas/source/mtfrenderer/mtftools.cxx
+3
-3
mtftools.hxx
cppcanvas/source/mtfrenderer/mtftools.hxx
+3
-3
No files found.
cppcanvas/source/mtfrenderer/mtftools.cxx
Dosyayı görüntüle @
563c2367
...
@@ -313,9 +313,9 @@ namespace cppcanvas
...
@@ -313,9 +313,9 @@ namespace cppcanvas
// create line actions for text such as underline and
// create line actions for text such as underline and
// strikeout
// strikeout
::
basegfx
::
B2DPolyPolygon
createTextLinesPolyPolygon
(
const
::
basegfx
::
B2DPoint
rStartPos
,
::
basegfx
::
B2DPolyPolygon
createTextLinesPolyPolygon
(
const
::
basegfx
::
B2DPoint
&
rStartPos
,
const
double
&
rLineWidth
,
const
double
&
rLineWidth
,
const
TextLineInfo
&
rTextLineInfo
)
const
TextLineInfo
&
rTextLineInfo
)
{
{
// fill the polypolygon with all text lines
// fill the polypolygon with all text lines
::
basegfx
::
B2DPolyPolygon
aTextLinesPolyPoly
;
::
basegfx
::
B2DPolyPolygon
aTextLinesPolyPoly
;
...
...
cppcanvas/source/mtfrenderer/mtftools.hxx
Dosyayı görüntüle @
563c2367
...
@@ -196,9 +196,9 @@ namespace cppcanvas
...
@@ -196,9 +196,9 @@ namespace cppcanvas
const
double
&
rLineWidth
,
const
double
&
rLineWidth
,
const
TextLineInfo
&
rTextLineInfo
);
const
TextLineInfo
&
rTextLineInfo
);
::
basegfx
::
B2DPolyPolygon
createTextLinesPolyPolygon
(
const
::
basegfx
::
B2DPoint
rStartPos
,
::
basegfx
::
B2DPolyPolygon
createTextLinesPolyPolygon
(
const
::
basegfx
::
B2DPoint
&
rStartPos
,
const
double
&
rLineWidth
,
const
double
&
rLineWidth
,
const
TextLineInfo
&
rTextLineInfo
);
const
TextLineInfo
&
rTextLineInfo
);
}
}
}
}
...
...
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