summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/accessibleiconchoicectrlentry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/extended/accessibleiconchoicectrlentry.hxx')
-rw-r--r--accessibility/inc/extended/accessibleiconchoicectrlentry.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/accessibility/inc/extended/accessibleiconchoicectrlentry.hxx b/accessibility/inc/extended/accessibleiconchoicectrlentry.hxx
index 66cfc092bed6..6217ea70f43b 100644
--- a/accessibility/inc/extended/accessibleiconchoicectrlentry.hxx
+++ b/accessibility/inc/extended/accessibleiconchoicectrlentry.hxx
@@ -78,12 +78,17 @@ namespace accessibility
bool IsAlive_Impl() const;
bool IsShowing_Impl() const;
+ /// @throws css::lang::DisposedException
+ /// @throws css::uno::RuntimeException
Rectangle GetBoundingBox()
throw (css::lang::DisposedException,
css::uno::RuntimeException);
+ /// @throws css::lang::DisposedException
+ /// @throws css::uno::RuntimeException
Rectangle GetBoundingBoxOnScreen()
throw (css::lang::DisposedException,
css::uno::RuntimeException);
+ /// @throws css::lang::DisposedException
void EnsureIsAlive() const throw ( css::lang::DisposedException );
protected: