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
5272bfb3
Kaydet (Commit)
5272bfb3
authored
Şub 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:deletedspecial
Change-Id: Ibfed67bd911579caa19ca2203f60a86a4e6d637c
üst
2b55846a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
10 deletions
+9
-10
ogl_canvashelper.hxx
canvas/source/opengl/ogl_canvashelper.hxx
+1
-2
cachedprimitivebase.hxx
include/canvas/base/cachedprimitivebase.hxx
+2
-2
canvasbase.hxx
include/canvas/base/canvasbase.hxx
+2
-2
canvascustomspritehelper.hxx
include/canvas/base/canvascustomspritehelper.hxx
+2
-2
graphicdevicebase.hxx
include/canvas/base/graphicdevicebase.hxx
+2
-2
No files found.
canvas/source/opengl/ogl_canvashelper.hxx
Dosyayı görüntüle @
5272bfb3
...
...
@@ -205,8 +205,7 @@ namespace oglcanvas
o3tl
::
ThreadSafeRefCountingPolicy
>
RecordVectorT
;
private
:
// declared, but not defined
CanvasHelper
(
const
CanvasHelper
&
);
CanvasHelper
(
const
CanvasHelper
&
)
SAL_DELETED_FUNCTION
;
void
setupGraphicsState
(
Action
&
o_action
,
const
::
com
::
sun
::
star
::
rendering
::
ViewState
&
viewState
,
...
...
include/canvas/base/cachedprimitivebase.hxx
Dosyayı görüntüle @
5272bfb3
...
...
@@ -80,8 +80,8 @@ namespace canvas
virtual
~
CachedPrimitiveBase
();
// we're a ref-counted UNO class. _We_ destroy ourselves.
private
:
CachedPrimitiveBase
(
const
CachedPrimitiveBase
&
);
CachedPrimitiveBase
&
operator
=
(
const
CachedPrimitiveBase
&
);
CachedPrimitiveBase
(
const
CachedPrimitiveBase
&
)
SAL_DELETED_FUNCTION
;
CachedPrimitiveBase
&
operator
=
(
const
CachedPrimitiveBase
&
)
SAL_DELETED_FUNCTION
;
/** Actually perform the requested redraw.
...
...
include/canvas/base/canvasbase.hxx
Dosyayı görüntüle @
5272bfb3
...
...
@@ -464,8 +464,8 @@ namespace canvas
mutable
bool
mbSurfaceDirty
;
private
:
CanvasBase
(
const
CanvasBase
&
);
CanvasBase
&
operator
=
(
const
CanvasBase
&
);
CanvasBase
(
const
CanvasBase
&
)
SAL_DELETED_FUNCTION
;
CanvasBase
&
operator
=
(
const
CanvasBase
&
)
SAL_DELETED_FUNCTION
;
};
}
...
...
include/canvas/base/canvascustomspritehelper.hxx
Dosyayı görüntüle @
5272bfb3
...
...
@@ -196,8 +196,8 @@ namespace canvas
void
visibilityUpdated
()
const
{
mbVisibilityDirty
=
false
;
}
private
:
CanvasCustomSpriteHelper
(
const
CanvasCustomSpriteHelper
&
);
CanvasCustomSpriteHelper
&
operator
=
(
const
CanvasCustomSpriteHelper
&
);
CanvasCustomSpriteHelper
(
const
CanvasCustomSpriteHelper
&
)
SAL_DELETED_FUNCTION
;
CanvasCustomSpriteHelper
&
operator
=
(
const
CanvasCustomSpriteHelper
&
)
SAL_DELETED_FUNCTION
;
/** Called to convert an API polygon to a basegfx polygon
...
...
include/canvas/base/graphicdevicebase.hxx
Dosyayı görüntüle @
5272bfb3
...
...
@@ -373,8 +373,8 @@ namespace canvas
bool
mbDumpScreenContent
;
private
:
GraphicDeviceBase
(
const
GraphicDeviceBase
&
);
GraphicDeviceBase
&
operator
=
(
const
GraphicDeviceBase
&
);
GraphicDeviceBase
(
const
GraphicDeviceBase
&
)
SAL_DELETED_FUNCTION
;
GraphicDeviceBase
&
operator
=
(
const
GraphicDeviceBase
&
)
SAL_DELETED_FUNCTION
;
};
}
...
...
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