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
2de1ddd7
Kaydet (Commit)
2de1ddd7
authored
Ock 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158402 Uncaught exception
Change-Id: I71556f797bf7e34f37b7022448019d5d03d8383a
üst
a8772c4f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
AccessibleCellBase.cxx
sc/source/ui/Accessibility/AccessibleCellBase.cxx
+2
-2
AccessibleContextBase.cxx
sc/source/ui/Accessibility/AccessibleContextBase.cxx
+2
-2
AccessibleCellBase.hxx
sc/source/ui/inc/AccessibleCellBase.hxx
+2
-2
AccessibleContextBase.hxx
sc/source/ui/inc/AccessibleContextBase.hxx
+2
-2
No files found.
sc/source/ui/Accessibility/AccessibleCellBase.cxx
Dosyayı görüntüle @
2de1ddd7
...
...
@@ -70,8 +70,8 @@ ScAccessibleCellBase::~ScAccessibleCellBase()
//===== XAccessibleComponent ============================================
sal_Bool
SAL_CALL
ScAccessibleCellBase
::
isVisible
(
)
throw
(
uno
::
RuntimeE
xception
)
sal_Bool
SAL_CALL
ScAccessibleCellBase
::
isVisible
()
throw
(
uno
::
RuntimeException
,
std
::
e
xception
)
{
SolarMutexGuard
aGuard
;
IsObjectValid
();
...
...
sc/source/ui/Accessibility/AccessibleContextBase.cxx
Dosyayı görüntüle @
2de1ddd7
...
...
@@ -224,8 +224,8 @@ sal_Bool SAL_CALL ScAccessibleContextBase::isShowing( )
return
bShowing
;
}
sal_Bool
SAL_CALL
ScAccessibleContextBase
::
isVisible
(
)
throw
(
uno
::
RuntimeE
xception
)
sal_Bool
SAL_CALL
ScAccessibleContextBase
::
isVisible
()
throw
(
uno
::
RuntimeException
,
std
::
e
xception
)
{
return
sal_True
;
}
...
...
sc/source/ui/inc/AccessibleCellBase.hxx
Dosyayı görüntüle @
2de1ddd7
...
...
@@ -58,8 +58,8 @@ public:
///===== XAccessibleComponent ============================================
virtual
sal_Bool
SAL_CALL
isVisible
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
isVisible
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
sal_Int32
SAL_CALL
getForeground
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
sc/source/ui/inc/AccessibleContextBase.hxx
Dosyayı görüntüle @
2de1ddd7
...
...
@@ -126,8 +126,8 @@ public:
virtual
sal_Bool
SAL_CALL
isShowing
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
isVisible
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
isVisible
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
grabFocus
(
)
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