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
86b99ab4
Kaydet (Commit)
86b99ab4
authored
Nis 03, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clang WaE: -Woverloaded-virtual weirdness, this seems to help
üst
558d34fe
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
1 deletion
+11
-1
bitmapaction.cxx
cppcanvas/source/mtfrenderer/bitmapaction.cxx
+2
-0
cachedprimitivebase.hxx
cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx
+1
-1
polypolyaction.cxx
cppcanvas/source/mtfrenderer/polypolyaction.cxx
+6
-0
rendergraphicaction.cxx
cppcanvas/source/mtfrenderer/rendergraphicaction.cxx
+2
-0
No files found.
cppcanvas/source/mtfrenderer/bitmapaction.cxx
Dosyayı görüntüle @
86b99ab4
...
...
@@ -60,6 +60,8 @@ namespace cppcanvas
class
BitmapAction
:
public
CachedPrimitiveBase
{
public
:
using
CachedPrimitiveBase
::
render
;
BitmapAction
(
const
::
BitmapEx
&
,
const
::
basegfx
::
B2DPoint
&
rDstPoint
,
const
CanvasSharedPtr
&
,
...
...
cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx
Dosyayı görüntüle @
86b99ab4
...
...
@@ -79,11 +79,11 @@ namespace cppcanvas
protected
:
using
Action
::
render
;
private
:
virtual
bool
render
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
rendering
::
XCachedPrimitive
>&
rCachedPrimitive
,
const
::
basegfx
::
B2DHomMatrix
&
rTransformation
)
const
=
0
;
private
:
CanvasSharedPtr
mpCanvas
;
mutable
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
rendering
::
XCachedPrimitive
>
mxCachedPrimitive
;
...
...
cppcanvas/source/mtfrenderer/polypolyaction.cxx
Dosyayı görüntüle @
86b99ab4
...
...
@@ -61,6 +61,8 @@ namespace cppcanvas
class
PolyPolyAction
:
public
CachedPrimitiveBase
{
public
:
using
CachedPrimitiveBase
::
render
;
PolyPolyAction
(
const
::
basegfx
::
B2DPolyPolygon
&
,
const
CanvasSharedPtr
&
,
const
OutDevState
&
,
...
...
@@ -245,6 +247,8 @@ namespace cppcanvas
class
TexturedPolyPolyAction
:
public
CachedPrimitiveBase
{
public
:
using
CachedPrimitiveBase
::
render
;
TexturedPolyPolyAction
(
const
::
basegfx
::
B2DPolyPolygon
&
rPoly
,
const
CanvasSharedPtr
&
rCanvas
,
const
OutDevState
&
rState
,
...
...
@@ -359,6 +363,8 @@ namespace cppcanvas
class
StrokedPolyPolyAction
:
public
CachedPrimitiveBase
{
public
:
using
CachedPrimitiveBase
::
render
;
StrokedPolyPolyAction
(
const
::
basegfx
::
B2DPolyPolygon
&
rPoly
,
const
CanvasSharedPtr
&
rCanvas
,
const
OutDevState
&
rState
,
...
...
cppcanvas/source/mtfrenderer/rendergraphicaction.cxx
Dosyayı görüntüle @
86b99ab4
...
...
@@ -60,6 +60,8 @@ namespace cppcanvas
class
RenderGraphicAction
:
public
CachedPrimitiveBase
{
public
:
using
CachedPrimitiveBase
::
render
;
RenderGraphicAction
(
const
::
vcl
::
RenderGraphic
&
rRenderGraphic
,
const
::
basegfx
::
B2DPoint
&
rDstPoint
,
const
::
basegfx
::
B2DVector
&
rDstSize
,
...
...
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