summaryrefslogtreecommitdiffstats
path: root/basctl/source/accessibility/accessibledialogcontrolshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/accessibility/accessibledialogcontrolshape.cxx')
-rw-r--r--basctl/source/accessibility/accessibledialogcontrolshape.cxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/basctl/source/accessibility/accessibledialogcontrolshape.cxx b/basctl/source/accessibility/accessibledialogcontrolshape.cxx
index 30c0471b04ee..a0b4d4716a58 100644
--- a/basctl/source/accessibility/accessibledialogcontrolshape.cxx
+++ b/basctl/source/accessibility/accessibledialogcontrolshape.cxx
@@ -46,7 +46,6 @@ using namespace ::com::sun::star::accessibility;
using namespace ::comphelper;
-
// class AccessibleDialogControlShape
@@ -69,7 +68,6 @@ AccessibleDialogControlShape::AccessibleDialogControlShape (DialogWindow* pDialo
}
-
AccessibleDialogControlShape::~AccessibleDialogControlShape()
{
if ( m_xControlModel.is() )
@@ -80,7 +78,6 @@ AccessibleDialogControlShape::~AccessibleDialogControlShape()
}
-
bool AccessibleDialogControlShape::IsFocused()
{
bool bFocused = false;
@@ -95,7 +92,6 @@ bool AccessibleDialogControlShape::IsFocused()
}
-
bool AccessibleDialogControlShape::IsSelected()
{
if ( m_pDialogWindow )
@@ -104,7 +100,6 @@ bool AccessibleDialogControlShape::IsSelected()
}
-
void AccessibleDialogControlShape::SetFocused( bool bFocused )
{
if ( m_bFocused != bFocused )
@@ -120,7 +115,6 @@ void AccessibleDialogControlShape::SetFocused( bool bFocused )
}
-
void AccessibleDialogControlShape::SetSelected( bool bSelected )
{
if ( m_bSelected != bSelected )
@@ -136,7 +130,6 @@ void AccessibleDialogControlShape::SetSelected( bool bSelected )
}
-
awt::Rectangle AccessibleDialogControlShape::GetBounds()
{
awt::Rectangle aBounds( 0, 0, 0, 0 );
@@ -166,7 +159,6 @@ awt::Rectangle AccessibleDialogControlShape::GetBounds()
}
-
void AccessibleDialogControlShape::SetBounds( const awt::Rectangle& aBounds )
{
if ( m_aBounds.X != aBounds.X || m_aBounds.Y != aBounds.Y || m_aBounds.Width != aBounds.Width || m_aBounds.Height != aBounds.Height )
@@ -177,7 +169,6 @@ void AccessibleDialogControlShape::SetBounds( const awt::Rectangle& aBounds )
}
-
vcl::Window* AccessibleDialogControlShape::GetWindow() const
{
vcl::Window* pWindow = nullptr;
@@ -192,7 +183,6 @@ vcl::Window* AccessibleDialogControlShape::GetWindow() const
}
-
OUString AccessibleDialogControlShape::GetModelStringProperty( const sal_Char* pPropertyName )
{
OUString sReturn;
@@ -216,7 +206,6 @@ OUString AccessibleDialogControlShape::GetModelStringProperty( const sal_Char* p
}
-
void AccessibleDialogControlShape::FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet )
{
rStateSet.AddState( AccessibleStateType::ENABLED );
@@ -333,7 +322,6 @@ sal_Int32 AccessibleDialogControlShape::getAccessibleChildCount() throw (Runtime
}
-
Reference< XAccessible > AccessibleDialogControlShape::getAccessibleChild( sal_Int32 i ) throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -345,7 +333,6 @@ Reference< XAccessible > AccessibleDialogControlShape::getAccessibleChild( sal_I
}
-
Reference< XAccessible > AccessibleDialogControlShape::getAccessibleParent( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -358,7 +345,6 @@ Reference< XAccessible > AccessibleDialogControlShape::getAccessibleParent( ) t
}
-
sal_Int32 AccessibleDialogControlShape::getAccessibleIndexInParent( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -390,7 +376,6 @@ sal_Int32 AccessibleDialogControlShape::getAccessibleIndexInParent( ) throw (Ru
}
-
sal_Int16 AccessibleDialogControlShape::getAccessibleRole( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -399,7 +384,6 @@ sal_Int16 AccessibleDialogControlShape::getAccessibleRole( ) throw (RuntimeExce
}
-
OUString AccessibleDialogControlShape::getAccessibleDescription( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -408,7 +392,6 @@ OUString AccessibleDialogControlShape::getAccessibleDescription( ) throw (Runti
}
-
OUString AccessibleDialogControlShape::getAccessibleName( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -417,7 +400,6 @@ OUString AccessibleDialogControlShape::getAccessibleName( ) throw (RuntimeExcep
}
-
Reference< XAccessibleRelationSet > AccessibleDialogControlShape::getAccessibleRelationSet( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -428,7 +410,6 @@ Reference< XAccessibleRelationSet > AccessibleDialogControlShape::getAccessibleR
}
-
Reference< XAccessibleStateSet > AccessibleDialogControlShape::getAccessibleStateSet( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -449,7 +430,6 @@ Reference< XAccessibleStateSet > AccessibleDialogControlShape::getAccessibleStat
}
-
Locale AccessibleDialogControlShape::getLocale( ) throw (IllegalAccessibleComponentStateException, RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -469,14 +449,12 @@ Reference< XAccessible > AccessibleDialogControlShape::getAccessibleAtPoint( con
}
-
void AccessibleDialogControlShape::grabFocus( ) throw (RuntimeException, std::exception)
{
// no focus for shapes
}
-
sal_Int32 AccessibleDialogControlShape::getForeground( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -502,7 +480,6 @@ sal_Int32 AccessibleDialogControlShape::getForeground( ) throw (RuntimeExceptio
}
-
sal_Int32 AccessibleDialogControlShape::getBackground( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -550,7 +527,6 @@ Reference< awt::XFont > AccessibleDialogControlShape::getFont( ) throw (Runtime
}
-
OUString AccessibleDialogControlShape::getTitledBorderText( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -559,7 +535,6 @@ OUString AccessibleDialogControlShape::getTitledBorderText( ) throw (RuntimeExc
}
-
OUString AccessibleDialogControlShape::getToolTipText( ) throw (RuntimeException, std::exception)
{
OExternalLockGuard aGuard( this );
@@ -573,7 +548,6 @@ OUString AccessibleDialogControlShape::getToolTipText( ) throw (RuntimeExceptio
}
-
} // namespace basctl
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */