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
b520fca8
Kaydet (Commit)
b520fca8
authored
Eki 17, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1247647 Uncaught exception
Change-Id: I1e47f3970f944aa3556e4ddb9b7918d9ee23c0eb
üst
f5b1b266
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
GraphicPropertyItemConverter.hxx
...t2/source/controller/inc/GraphicPropertyItemConverter.hxx
+1
-1
ItemConverter.hxx
chart2/source/controller/inc/ItemConverter.hxx
+1
-1
GraphicPropertyItemConverter.cxx
...ontroller/itemsetwrapper/GraphicPropertyItemConverter.cxx
+1
-1
ItemConverter.cxx
chart2/source/controller/itemsetwrapper/ItemConverter.cxx
+1
-1
No files found.
chart2/source/controller/inc/GraphicPropertyItemConverter.hxx
Dosyayı görüntüle @
b520fca8
...
...
@@ -58,7 +58,7 @@ protected:
virtual
bool
GetItemProperty
(
tWhichIdType
nWhichId
,
tPropertyNameWithMemberId
&
rOutProperty
)
const
SAL_OVERRIDE
;
virtual
void
FillSpecialItem
(
sal_uInt16
nWhichId
,
SfxItemSet
&
rOutItemSet
)
const
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
)
SAL_OVERRIDE
;
throw
(
css
::
uno
::
Exception
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
bool
ApplySpecialItem
(
sal_uInt16
nWhichId
,
const
SfxItemSet
&
rItemSet
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
)
SAL_OVERRIDE
;
...
...
chart2/source/controller/inc/ItemConverter.hxx
Dosyayı görüntüle @
b520fca8
...
...
@@ -148,7 +148,7 @@ protected:
The default implementation does nothing except showing an assertion
*/
virtual
void
FillSpecialItem
(
sal_uInt16
nWhichId
,
SfxItemSet
&
rOutItemSet
)
const
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
);
throw
(
css
::
uno
::
Exception
,
std
::
exception
);
/** for items that can not be mapped directly to a property.
...
...
chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
Dosyayı görüntüle @
b520fca8
...
...
@@ -234,7 +234,7 @@ bool GraphicPropertyItemConverter::GetItemProperty( tWhichIdType nWhichId, tProp
void
GraphicPropertyItemConverter
::
FillSpecialItem
(
sal_uInt16
nWhichId
,
SfxItemSet
&
rOutItemSet
)
const
throw
(
uno
::
Exception
)
throw
(
uno
::
Exception
,
std
::
exception
)
{
switch
(
nWhichId
)
{
...
...
chart2/source/controller/itemsetwrapper/ItemConverter.cxx
Dosyayı görüntüle @
b520fca8
...
...
@@ -150,7 +150,7 @@ void ItemConverter::FillItemSet( SfxItemSet & rOutItemSet ) const
void
ItemConverter
::
FillSpecialItem
(
sal_uInt16
/*nWhichId*/
,
SfxItemSet
&
/*rOutItemSet*/
)
const
throw
(
uno
::
Exception
)
throw
(
uno
::
Exception
,
std
::
exception
)
{
OSL_FAIL
(
"ItemConverter: Unhandled special item found!"
);
}
...
...
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