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
4b86ca09
Kaydet (Commit)
4b86ca09
authored
Şub 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737824 Uncaught exception
Change-Id: Ie8ba13265b436eb3ca548d5ccd2ca28d1e65e035
üst
8ad55179
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
unomodel.hxx
sd/source/ui/inc/unomodel.hxx
+3
-1
unomodel.cxx
sd/source/ui/unoidl/unomodel.cxx
+1
-1
No files found.
sd/source/ui/inc/unomodel.hxx
Dosyayı görüntüle @
4b86ca09
...
@@ -288,7 +288,9 @@ public:
...
@@ -288,7 +288,9 @@ public:
virtual
~
SdMasterPagesAccess
()
throw
();
virtual
~
SdMasterPagesAccess
()
throw
();
// XDrawPages
// XDrawPages
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XDrawPage
>
SAL_CALL
insertNewByIndex
(
sal_Int32
nIndex
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XDrawPage
>
SAL_CALL
insertNewByIndex
(
sal_Int32
nIndex
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
remove
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XDrawPage
>&
xPage
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
remove
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XDrawPage
>&
xPage
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// XIndexAccess
// XIndexAccess
...
...
sd/source/ui/unoidl/unomodel.cxx
Dosyayı görüntüle @
4b86ca09
...
@@ -2670,7 +2670,7 @@ sal_Bool SAL_CALL SdMasterPagesAccess::hasElements()
...
@@ -2670,7 +2670,7 @@ sal_Bool SAL_CALL SdMasterPagesAccess::hasElements()
// XDrawPages
// XDrawPages
uno
::
Reference
<
drawing
::
XDrawPage
>
SAL_CALL
SdMasterPagesAccess
::
insertNewByIndex
(
sal_Int32
nInsertPos
)
uno
::
Reference
<
drawing
::
XDrawPage
>
SAL_CALL
SdMasterPagesAccess
::
insertNewByIndex
(
sal_Int32
nInsertPos
)
throw
(
uno
::
RuntimeException
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
::
SolarMutexGuard
aGuard
;
::
SolarMutexGuard
aGuard
;
...
...
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