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
1491cea2
Kaydet (Commit)
1491cea2
authored
Şub 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1103731 Uncaught exception
Change-Id: Ia56720a1dbc209b048cb9285266e8d897b37cf29
üst
4fd069c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ogl_spritecanvas.cxx
canvas/source/opengl/ogl_spritecanvas.cxx
+2
-1
ogl_spritecanvas.hxx
canvas/source/opengl/ogl_spritecanvas.hxx
+3
-1
No files found.
canvas/source/opengl/ogl_spritecanvas.cxx
Dosyayı görüntüle @
1491cea2
...
...
@@ -144,7 +144,8 @@ namespace oglcanvas
return
uno
::
Reference
<
rendering
::
XSprite
>
();
}
sal_Bool
SAL_CALL
SpriteCanvas
::
updateScreen
(
sal_Bool
bUpdateAll
)
throw
(
uno
::
RuntimeException
)
sal_Bool
SAL_CALL
SpriteCanvas
::
updateScreen
(
sal_Bool
bUpdateAll
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
return
maDeviceHelper
.
showBuffer
(
mbIsVisible
,
bUpdateAll
);
...
...
canvas/source/opengl/ogl_spritecanvas.hxx
Dosyayı görüntüle @
1491cea2
...
...
@@ -93,7 +93,9 @@ namespace oglcanvas
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
rendering
::
XAnimatedSprite
>
SAL_CALL
createSpriteFromBitmaps
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
rendering
::
XBitmap
>
>&
animationBitmaps
,
::
sal_Int8
interpolationMode
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
rendering
::
VolatileContentDestroyedException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
rendering
::
XCustomSprite
>
SAL_CALL
createCustomSprite
(
const
::
com
::
sun
::
star
::
geometry
::
RealSize2D
&
spriteSize
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
rendering
::
XSprite
>
SAL_CALL
createClonedSprite
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
rendering
::
XSprite
>&
original
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
sal_Bool
SAL_CALL
updateScreen
(
::
sal_Bool
bUpdateAll
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
sal_Bool
SAL_CALL
updateScreen
(
::
sal_Bool
bUpdateAll
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
// XServiceName
virtual
::
rtl
::
OUString
SAL_CALL
getServiceName
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
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