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
76e998d7
Kaydet (Commit)
76e998d7
authored
Nis 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707474 Uncaught exception
Change-Id: I42b3dd934f7aadd2cd7d71e7e22242b504af8825
üst
66b1b690
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
vbapictureformat.cxx
vbahelper/source/vbahelper/vbapictureformat.cxx
+2
-1
vbapictureformat.hxx
vbahelper/source/vbahelper/vbapictureformat.hxx
+2
-1
No files found.
vbahelper/source/vbahelper/vbapictureformat.cxx
Dosyayı görüntüle @
76e998d7
...
...
@@ -24,7 +24,8 @@ using namespace com::sun::star;
ScVbaPictureFormat
::
ScVbaPictureFormat
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
uno
::
Reference
<
drawing
::
XShape
>
xShape
)
throw
(
lang
::
IllegalArgumentException
)
:
ScVbaPictureFormat_BASE
(
xParent
,
xContext
),
m_xShape
(
xShape
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
)
:
ScVbaPictureFormat_BASE
(
xParent
,
xContext
),
m_xShape
(
xShape
)
{
m_xPropertySet
.
set
(
m_xShape
,
uno
::
UNO_QUERY_THROW
);
}
...
...
vbahelper/source/vbahelper/vbapictureformat.hxx
Dosyayı görüntüle @
76e998d7
...
...
@@ -37,7 +37,8 @@ protected:
private
:
void
checkParameterRangeInDouble
(
double
nRange
,
double
nMin
,
double
nMax
)
throw
(
css
::
uno
::
RuntimeException
);
public
:
ScVbaPictureFormat
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
css
::
uno
::
Reference
<
css
::
drawing
::
XShape
>
xShape
)
throw
(
css
::
lang
::
IllegalArgumentException
);
ScVbaPictureFormat
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
css
::
uno
::
Reference
<
css
::
drawing
::
XShape
>
xShape
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
// Attributes
virtual
double
SAL_CALL
getBrightness
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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