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
14f4e2fa
Kaydet (Commit)
14f4e2fa
authored
Ock 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158406 Uncaught exception
Change-Id: I856ead663734cfa3c87c67eb461ff63160213349
üst
194cfbfa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
AccessibleContextBase.cxx
sc/source/ui/Accessibility/AccessibleContextBase.cxx
+2
-2
AccessiblePreviewCell.cxx
sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
+1
-1
AccessibleContextBase.hxx
sc/source/ui/inc/AccessibleContextBase.hxx
+2
-2
AccessiblePreviewCell.hxx
sc/source/ui/inc/AccessiblePreviewCell.hxx
+1
-1
No files found.
sc/source/ui/Accessibility/AccessibleContextBase.cxx
Dosyayı görüntüle @
14f4e2fa
...
...
@@ -573,8 +573,8 @@ void ScAccessibleContextBase::CommitFocusLost() const
vcl
::
unohelper
::
NotifyAccessibleStateEventGlobally
(
aEvent
);
}
Rectangle
ScAccessibleContextBase
::
GetBoundingBoxOnScreen
(
void
)
const
throw
(
uno
::
RuntimeException
)
Rectangle
ScAccessibleContextBase
::
GetBoundingBoxOnScreen
()
const
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
OSL_FAIL
(
"not implemented"
);
return
Rectangle
();
...
...
sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
Dosyayı görüntüle @
14f4e2fa
...
...
@@ -213,7 +213,7 @@ uno::Sequence<sal_Int8> SAL_CALL
//==== internal =========================================================
Rectangle
ScAccessiblePreviewCell
::
GetBoundingBoxOnScreen
()
const
throw
(
uno
::
RuntimeException
)
Rectangle
ScAccessiblePreviewCell
::
GetBoundingBoxOnScreen
()
const
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
Rectangle
aCellRect
;
if
(
mpViewShell
)
...
...
sc/source/ui/inc/AccessibleContextBase.hxx
Dosyayı görüntüle @
14f4e2fa
...
...
@@ -270,8 +270,8 @@ protected:
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
/// Return the object's current bounding box relative to the desktop.
virtual
Rectangle
GetBoundingBoxOnScreen
(
void
)
const
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
Rectangle
GetBoundingBoxOnScreen
()
const
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
/// Return the object's current bounding box relative to the parent object.
virtual
Rectangle
GetBoundingBox
()
const
...
...
sc/source/ui/inc/AccessiblePreviewCell.hxx
Dosyayı görüntüle @
14f4e2fa
...
...
@@ -87,7 +87,7 @@ public:
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
protected
:
virtual
Rectangle
GetBoundingBoxOnScreen
(
void
)
const
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeE
xception
);
virtual
Rectangle
GetBoundingBoxOnScreen
(
)
const
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
e
xception
);
virtual
Rectangle
GetBoundingBox
(
void
)
const
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
private
:
...
...
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