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
7d7d6cfc
Kaydet (Commit)
7d7d6cfc
authored
Ock 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158381 Uncaught exception
Change-Id: I617b2e1a501dd2df73aa2201fa8e8e43c814d66f
üst
f9f0c0d2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
AccessibleContextBase.cxx
sc/source/ui/Accessibility/AccessibleContextBase.cxx
+1
-1
AccessibleDocumentPagePreview.cxx
sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
+1
-1
AccessibleContextBase.hxx
sc/source/ui/inc/AccessibleContextBase.hxx
+1
-1
AccessibleDocumentPagePreview.hxx
sc/source/ui/inc/AccessibleDocumentPagePreview.hxx
+1
-1
No files found.
sc/source/ui/Accessibility/AccessibleContextBase.cxx
Dosyayı görüntüle @
7d7d6cfc
...
...
@@ -167,7 +167,7 @@ sal_Bool SAL_CALL ScAccessibleContextBase::containsPoint(const awt::Point& rPoin
uno
::
Reference
<
XAccessible
>
SAL_CALL
ScAccessibleContextBase
::
getAccessibleAtPoint
(
const
awt
::
Point
&
/* rPoint */
)
throw
(
uno
::
RuntimeException
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
OSL_FAIL
(
"not implemented"
);
return
uno
::
Reference
<
XAccessible
>
();
...
...
sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
Dosyayı görüntüle @
7d7d6cfc
...
...
@@ -1402,7 +1402,7 @@ void ScAccessibleDocumentPagePreview::Notify( SfxBroadcaster& rBC, const SfxHint
//===== XAccessibleComponent ============================================
uno
::
Reference
<
XAccessible
>
SAL_CALL
ScAccessibleDocumentPagePreview
::
getAccessibleAtPoint
(
const
awt
::
Point
&
rPoint
)
throw
(
uno
::
RuntimeE
xception
)
throw
(
uno
::
RuntimeException
,
std
::
e
xception
)
{
uno
::
Reference
<
XAccessible
>
xAccessible
;
if
(
containsPoint
(
rPoint
))
...
...
sc/source/ui/inc/AccessibleContextBase.hxx
Dosyayı görüntüle @
7d7d6cfc
...
...
@@ -109,7 +109,7 @@ public:
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessible
>
SAL_CALL
getAccessibleAtPoint
(
const
::
com
::
sun
::
star
::
awt
::
Point
&
rPoint
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
com
::
sun
::
star
::
awt
::
Rectangle
SAL_CALL
getBounds
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
sc/source/ui/inc/AccessibleDocumentPagePreview.hxx
Dosyayı görüntüle @
7d7d6cfc
...
...
@@ -57,7 +57,7 @@ public:
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessible
>
SAL_CALL
getAccessibleAtPoint
(
const
::
com
::
sun
::
star
::
awt
::
Point
&
rPoint
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
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