summaryrefslogtreecommitdiff
path: root/accessibility/inc/accessibility/extended
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/accessibility/extended')
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx16
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx16
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxCheckBoxCell.hxx8
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx2
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderCell.hxx4
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxTable.hxx2
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx4
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx16
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControl.hxx14
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx16
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx2
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlHeaderCell.hxx4
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlTable.hxx2
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx2
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlTableCell.hxx30
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx2
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx2
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx2
-rw-r--r--accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx18
-rw-r--r--accessibility/inc/accessibility/extended/accessibleeditbrowseboxcell.hxx26
-rw-r--r--accessibility/inc/accessibility/extended/accessibleiconchoicectrl.hxx14
-rw-r--r--accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx44
-rw-r--r--accessibility/inc/accessibility/extended/accessiblelistbox.hxx20
-rw-r--r--accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx36
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbar.hxx24
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarbase.hxx2
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarpage.hxx50
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx42
-rw-r--r--accessibility/inc/accessibility/extended/accessibletablistbox.hxx6
-rw-r--r--accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx8
-rw-r--r--accessibility/inc/accessibility/extended/listboxaccessible.hxx16
-rw-r--r--accessibility/inc/accessibility/extended/textwindowaccessibility.hxx26
32 files changed, 238 insertions, 238 deletions
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
index 82c09c8b13bc..0944dc679319 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -196,7 +196,7 @@ protected:
/** This method creates and returns an accessible table.
@return An AccessibleBrowseBoxTable. */
- virtual AccessibleBrowseBoxTable* createAccessibleTable();
+ virtual AccessibleBrowseBoxTable* createAccessibleTable();
private:
// members ----------------------------------------------------------------
@@ -205,12 +205,12 @@ private:
// ============================================================================
/** the XAccessible which creates/returns an AccessibleBrowseBox
-
+
<p>The instance holds it's XAccessibleContext with a hard reference, while
the contxt holds this instance weak.</p>
*/
-typedef ::cppu::WeakImplHelper1 < ::com::sun::star::accessibility::XAccessible
- > AccessibleBrowseBoxAccess_Base;
+typedef ::cppu::WeakImplHelper1 < ::com::sun::star::accessibility::XAccessible
+ > AccessibleBrowseBoxAccess_Base;
class AccessibleBrowseBoxAccess :public AccessibleBrowseBoxAccess_Base
,public ::svt::IAccessibleBrowseBox
@@ -298,9 +298,9 @@ protected:
}
private:
- AccessibleBrowseBoxAccess(); // never implemented
- AccessibleBrowseBoxAccess( const AccessibleBrowseBoxAccess& ); // never implemented
- AccessibleBrowseBoxAccess& operator=( const AccessibleBrowseBoxAccess& ); // never implemented
+ AccessibleBrowseBoxAccess(); // never implemented
+ AccessibleBrowseBoxAccess( const AccessibleBrowseBoxAccess& ); // never implemented
+ AccessibleBrowseBoxAccess& operator=( const AccessibleBrowseBoxAccess& ); // never implemented
};
// ============================================================================
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
index 67f0574ab436..b246918172df 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -365,7 +365,7 @@ public:
// public versions of internal helper methods, with access control
struct AccessControl { friend class SolarMethodGuard; private: AccessControl() { } };
- inline ::osl::Mutex& getMutex( const AccessControl& ) { return getOslMutex(); }
+ inline ::osl::Mutex& getMutex( const AccessControl& ) { return getOslMutex(); }
inline void ensureIsAlive( const AccessControl& ) { ensureIsAlive(); }
protected:
@@ -390,15 +390,15 @@ private:
/** The type of this object (for names, descriptions, state sets, ...). */
::svt::AccessibleBrowseBoxObjType meObjType;
- ::comphelper::AccessibleEventNotifier::TClientId m_aClientId;
+ ::comphelper::AccessibleEventNotifier::TClientId m_aClientId;
};
// ============================================================================
// a version of AccessibleBrowseBoxBase which implements not only the XAccessibleContext,
// but also the XAccessible
-typedef ::cppu::ImplHelper1 < ::com::sun::star::accessibility::XAccessible
- > BrowseBoxAccessibleElement_Base;
+typedef ::cppu::ImplHelper1 < ::com::sun::star::accessibility::XAccessible
+ > BrowseBoxAccessibleElement_Base;
class BrowseBoxAccessibleElement
:public AccessibleBrowseBoxBase
@@ -458,9 +458,9 @@ protected:
throw ( ::com::sun::star::uno::RuntimeException );
private:
- BrowseBoxAccessibleElement(); // never implemented
- BrowseBoxAccessibleElement( const BrowseBoxAccessibleElement& ); // never implemented
- BrowseBoxAccessibleElement& operator=( const BrowseBoxAccessibleElement& ); // never implemented
+ BrowseBoxAccessibleElement(); // never implemented
+ BrowseBoxAccessibleElement( const BrowseBoxAccessibleElement& ); // never implemented
+ BrowseBoxAccessibleElement& operator=( const BrowseBoxAccessibleElement& ); // never implemented
};
// ============================================================================
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxCheckBoxCell.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxCheckBoxCell.hxx
index 8346c1173fb3..ccfd6e6fd335 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxCheckBoxCell.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxCheckBoxCell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,11 +38,11 @@
namespace accessibility
{
// ============================================================================
- typedef ::cppu::ImplHelper2 < ::com::sun::star::accessibility::XAccessible,
+ typedef ::cppu::ImplHelper2 < ::com::sun::star::accessibility::XAccessible,
::com::sun::star::accessibility::XAccessibleValue
- > AccessibleCheckBoxCell_BASE;
+ > AccessibleCheckBoxCell_BASE;
- class AccessibleCheckBoxCell : public AccessibleBrowseBoxCell
+ class AccessibleCheckBoxCell : public AccessibleBrowseBoxCell
,public AccessibleCheckBoxCell_BASE
{
private:
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx
index 92cb1b5d2d71..2cf5d0930a8a 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderBar.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderCell.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderCell.hxx
index 2c55887462cb..f23822f5e2cf 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderCell.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxHeaderCell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@ namespace accessibility
{
class AccessibleBrowseBoxHeaderCell : public BrowseBoxAccessibleElement
{
- sal_Int32 m_nColumnRowId;
+ sal_Int32 m_nColumnRowId;
public:
AccessibleBrowseBoxHeaderCell(sal_Int32 _nColumnRowId,
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& rxParent,
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTable.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTable.hxx
index 021f1c614324..0aca86571d86 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTable.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTable.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx
index d775104614c6..c24001f3106f 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableBase.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -198,7 +198,7 @@ protected:
/** @attention This method requires locked mutex's and a living object.
@param nColumn
the position of the column in the Accessible world
- @return
+ @return
the position of the column in VCL the Accessible world
*/
sal_uInt16 implToVCLColumnPos( sal_Int32 nColumn ) const;
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx
index b689235908c5..cc2f2d6cce7e 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxTableCell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,12 +34,12 @@
namespace accessibility
{
- typedef ::cppu::ImplHelper2 < ::com::sun::star::accessibility::XAccessibleText
- , ::com::sun::star::accessibility::XAccessible
- > AccessibleTextHelper_BASE;
+ typedef ::cppu::ImplHelper2 < ::com::sun::star::accessibility::XAccessibleText
+ , ::com::sun::star::accessibility::XAccessible
+ > AccessibleTextHelper_BASE;
// implementation of a table cell of BrowseBox
- class AccessibleBrowseBoxTableCell :public AccessibleBrowseBoxCell
+ class AccessibleBrowseBoxTableCell :public AccessibleBrowseBoxCell
,public AccessibleTextHelper_BASE
,public ::comphelper::OCommonAccessibleText
{
@@ -48,9 +48,9 @@ namespace accessibility
protected:
// OCommonAccessibleText
- virtual ::rtl::OUString implGetText();
- virtual ::com::sun::star::lang::Locale implGetLocale();
- virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
+ virtual ::rtl::OUString implGetText();
+ virtual ::com::sun::star::lang::Locale implGetLocale();
+ virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
public:
AccessibleBrowseBoxTableCell( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _rxParent,
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControl.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControl.hxx
index ff31cb78bfaa..df113fa7a53c 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControl.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControl.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -165,7 +165,7 @@ protected:
/** This method creates and returns an accessible table.
@return An AccessibleGridControlTable. */
- virtual AccessibleGridControlTable* createAccessibleTable();
+ virtual AccessibleGridControlTable* createAccessibleTable();
private:
// members ----------------------------------------------------------------
@@ -174,11 +174,11 @@ private:
// ============================================================================
/** the XAccessible which creates/returns an AccessibleGridControl
-
+
<p>The instance holds it's XAccessibleContext with a hard reference, while
the contxt holds this instance weak.</p>
*/
-typedef ::cppu::WeakImplHelper1 < ::com::sun::star::accessibility::XAccessible > AccessibleGridControlAccess_Base;
+typedef ::cppu::WeakImplHelper1 < ::com::sun::star::accessibility::XAccessible > AccessibleGridControlAccess_Base;
class AccessibleGridControlAccess :public AccessibleGridControlAccess_Base
,public ::svt::table::IAccessibleTableControl
@@ -252,9 +252,9 @@ protected:
}
private:
- AccessibleGridControlAccess(); // never implemented
- AccessibleGridControlAccess( const AccessibleGridControlAccess& ); // never implemented
- AccessibleGridControlAccess& operator=( const AccessibleGridControlAccess& ); // never implemented
+ AccessibleGridControlAccess(); // never implemented
+ AccessibleGridControlAccess( const AccessibleGridControlAccess& ); // never implemented
+ AccessibleGridControlAccess& operator=( const AccessibleGridControlAccess& ); // never implemented
};
// ============================================================================
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
index 383c6410eaeb..60bdd0b185fc 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -334,7 +334,7 @@ public:
// public versions of internal helper methods, with access control
struct TC_AccessControl { friend class TC_SolarMethodGuard; private: TC_AccessControl() { } };
- inline ::osl::Mutex& getMutex( const TC_AccessControl& ) { return getOslMutex(); }
+ inline ::osl::Mutex& getMutex( const TC_AccessControl& ) { return getOslMutex(); }
inline void ensureIsAlive( const TC_AccessControl& ) { ensureIsAlive(); }
protected:
@@ -353,15 +353,15 @@ private:
::rtl::OUString m_aName;
/** Localized description text. */
::rtl::OUString m_aDescription;
- ::comphelper::AccessibleEventNotifier::TClientId m_aClientId;
+ ::comphelper::AccessibleEventNotifier::TClientId m_aClientId;
};
// ============================================================================
// a version of AccessibleGridControlBase which implements not only the XAccessibleContext,
// but also the XAccessible
-typedef ::cppu::ImplHelper1 < ::com::sun::star::accessibility::XAccessible
- > GridControlAccessibleElement_Base;
+typedef ::cppu::ImplHelper1 < ::com::sun::star::accessibility::XAccessible
+ > GridControlAccessibleElement_Base;
class GridControlAccessibleElement
:public AccessibleGridControlBase
@@ -400,9 +400,9 @@ protected:
throw ( ::com::sun::star::uno::RuntimeException );
private:
- GridControlAccessibleElement(); // never implemented
- GridControlAccessibleElement( const GridControlAccessibleElement& ); // never implemented
- GridControlAccessibleElement& operator=( const GridControlAccessibleElement& ); // never implemented
+ GridControlAccessibleElement(); // never implemented
+ GridControlAccessibleElement( const GridControlAccessibleElement& ); // never implemented
+ GridControlAccessibleElement& operator=( const GridControlAccessibleElement& ); // never implemented
};
// ============================================================================
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx
index 6732fa2b6576..21cd9d8bc2f0 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlHeader.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlHeaderCell.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlHeaderCell.hxx
index f7f02f5828b0..e8b49520598c 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlHeaderCell.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlHeaderCell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@ namespace accessibility
{
class AccessibleGridControlHeaderCell : public AccessibleGridControlCell, public ::com::sun::star::accessibility::XAccessible
{
- sal_Int32 m_nColumnRowId;
+ sal_Int32 m_nColumnRowId;
public:
AccessibleGridControlHeaderCell(sal_Int32 _nColumnRowId,
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& rxParent,
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlTable.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlTable.hxx
index 1d79e1d2d199..63ac7545ea9c 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlTable.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlTable.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx
index daa6fd179ef6..92bd1e2e859c 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlTableBase.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlTableCell.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlTableCell.hxx
index 7dd2d982e186..d52aaee2e88f 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlTableCell.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlTableCell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,13 +38,13 @@ namespace accessibility
class AccessibleGridControlCell : public AccessibleGridControlBase
{
private:
- sal_Int32 m_nRowPos; // the row number of the table cell
- sal_Int32 m_nColPos; // the column id of the table cell
+ sal_Int32 m_nRowPos; // the row number of the table cell
+ sal_Int32 m_nColPos; // the column id of the table cell
protected:
// attribute access
- inline sal_Int32 getRowPos( ) const { return m_nRowPos; }
- inline sal_Int32 getColumnPos( ) const { return m_nColPos; }
+ inline sal_Int32 getRowPos( ) const { return m_nRowPos; }
+ inline sal_Int32 getColumnPos( ) const { return m_nColPos; }
// XAccessibleComponent
virtual void SAL_CALL grabFocus() throw ( ::com::sun::star::uno::RuntimeException );
@@ -61,16 +61,16 @@ namespace accessibility
virtual ~AccessibleGridControlCell();
private:
- AccessibleGridControlCell(); // never implemented
- AccessibleGridControlCell( const AccessibleGridControlCell& ); // never implemented
- AccessibleGridControlCell& operator=( const AccessibleGridControlCell& ); // never implemented
+ AccessibleGridControlCell(); // never implemented
+ AccessibleGridControlCell( const AccessibleGridControlCell& ); // never implemented
+ AccessibleGridControlCell& operator=( const AccessibleGridControlCell& ); // never implemented
};
- typedef ::cppu::ImplHelper2 < ::com::sun::star::accessibility::XAccessibleText
- , ::com::sun::star::accessibility::XAccessible
- > AccessibleTextHelper_BASE;
+ typedef ::cppu::ImplHelper2 < ::com::sun::star::accessibility::XAccessibleText
+ , ::com::sun::star::accessibility::XAccessible
+ > AccessibleTextHelper_BASE;
// implementation of a table cell of GridControl
- class AccessibleGridControlTableCell :public AccessibleGridControlCell
+ class AccessibleGridControlTableCell :public AccessibleGridControlCell
,public AccessibleTextHelper_BASE
,public ::comphelper::OCommonAccessibleText
{
@@ -79,9 +79,9 @@ namespace accessibility
protected:
// OCommonAccessibleText
- virtual ::rtl::OUString implGetText();
- virtual ::com::sun::star::lang::Locale implGetLocale();
- virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
+ virtual ::rtl::OUString implGetText();
+ virtual ::com::sun::star::lang::Locale implGetLocale();
+ virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
virtual Rectangle implGetBoundingBox();
virtual Rectangle implGetBoundingBoxOnScreen();
diff --git a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx
index fb8664e521e4..30eef85cf6ec 100644
--- a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx
index 295d6e6624bd..1bdb6c8548f3 100644
--- a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx
index 83ca6d8101c7..eb375eb8a906 100644
--- a/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx b/accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx
index 3314648ac6e7..6c7bd7da5f9d 100644
--- a/accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx
+++ b/accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,13 +45,13 @@ namespace accessibility
class AccessibleBrowseBoxCell : public AccessibleBrowseBoxBase
{
private:
- sal_Int32 m_nRowPos; // the row number of the table cell
- sal_uInt16 m_nColPos; // the column id of the table cell
+ sal_Int32 m_nRowPos; // the row number of the table cell
+ sal_uInt16 m_nColPos; // the column id of the table cell
protected:
// attribute access
- inline sal_Int32 getRowPos( ) const { return m_nRowPos; }
- inline sal_Int32 getColumnPos( ) const { return m_nColPos; }
+ inline sal_Int32 getRowPos( ) const { return m_nRowPos; }
+ inline sal_Int32 getColumnPos( ) const { return m_nColPos; }
protected:
// AccessibleBrowseBoxBase overridables
@@ -74,13 +74,13 @@ namespace accessibility
virtual ~AccessibleBrowseBoxCell();
private:
- AccessibleBrowseBoxCell(); // never implemented
- AccessibleBrowseBoxCell( const AccessibleBrowseBoxCell& ); // never implemented
- AccessibleBrowseBoxCell& operator=( const AccessibleBrowseBoxCell& ); // never implemented
+ AccessibleBrowseBoxCell(); // never implemented
+ AccessibleBrowseBoxCell( const AccessibleBrowseBoxCell& ); // never implemented
+ AccessibleBrowseBoxCell& operator=( const AccessibleBrowseBoxCell& ); // never implemented
};
// .................................................................................
-} // namespace accessibility
+} // namespace accessibility
// .................................................................................
diff --git a/accessibility/inc/accessibility/extended/accessibleeditbrowseboxcell.hxx b/accessibility/inc/accessibility/extended/accessibleeditbrowseboxcell.hxx
index 2abe7d871022..c30c4f768210 100644
--- a/accessibility/inc/accessibility/extended/accessibleeditbrowseboxcell.hxx
+++ b/accessibility/inc/accessibility/extended/accessibleeditbrowseboxcell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ namespace accessibility
// =============================================================================
// = EditBrowseBoxTableCell
// =============================================================================
- class EditBrowseBoxTableCell :public AccessibleBrowseBoxCell
+ class EditBrowseBoxTableCell :public AccessibleBrowseBoxCell
,public ::comphelper::OAccessibleContextWrapperHelper
{
public:
@@ -81,7 +81,7 @@ namespace accessibility
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleStateSet > SAL_CALL getAccessibleStateSet( ) throw (::com::sun::star::uno::RuntimeException);
sal_Int16 SAL_CALL getAccessibleRole() throw ( ::com::sun::star::uno::RuntimeException );
-
+
virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibleChild( sal_Int32 i ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
@@ -97,16 +97,16 @@ namespace accessibility
void notifyTranslatedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent ) throw (::com::sun::star::uno::RuntimeException);
private:
- EditBrowseBoxTableCell(); // never implemented
- EditBrowseBoxTableCell( const EditBrowseBoxTableCell& ); // never implemented
- EditBrowseBoxTableCell& operator=( const EditBrowseBoxTableCell& ); // never implemented
+ EditBrowseBoxTableCell(); // never implemented
+ EditBrowseBoxTableCell( const EditBrowseBoxTableCell& ); // never implemented
+ EditBrowseBoxTableCell& operator=( const EditBrowseBoxTableCell& ); // never implemented
};
// =============================================================================
// = EditBrowseBoxTableCell
// =============================================================================
- typedef ::cppu::WeakComponentImplHelper1 < ::com::sun::star::accessibility::XAccessible
- > EditBrowseBoxTableCellAccess_Base;
+ typedef ::cppu::WeakComponentImplHelper1 < ::com::sun::star::accessibility::XAccessible
+ > EditBrowseBoxTableCellAccess_Base;
// XAccessible providing an EditBrowseBoxTableCell
class EditBrowseBoxTableCellAccess
:public ::comphelper::OBaseMutex
@@ -122,8 +122,8 @@ namespace accessibility
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >
m_xFocusWindow;
::svt::IAccessibleTableProvider* m_pBrowseBox;
- sal_Int32 m_nRowPos;
- sal_uInt16 m_nColPos;
+ sal_Int32 m_nRowPos;
+ sal_uInt16 m_nColPos;
public:
EditBrowseBoxTableCellAccess(
@@ -145,9 +145,9 @@ namespace accessibility
virtual void SAL_CALL disposing();
private:
- EditBrowseBoxTableCellAccess(); // never implemented
- EditBrowseBoxTableCellAccess( const EditBrowseBoxTableCellAccess& ); // never implemented
- EditBrowseBoxTableCellAccess& operator=( const EditBrowseBoxTableCellAccess& ); // never implemented
+ EditBrowseBoxTableCellAccess(); // never implemented
+ EditBrowseBoxTableCellAccess( const EditBrowseBoxTableCellAccess& ); // never implemented
+ EditBrowseBoxTableCellAccess& operator=( const EditBrowseBoxTableCellAccess& ); // never implemented
};
}
diff --git a/accessibility/inc/accessibility/extended/accessibleiconchoicectrl.hxx b/accessibility/inc/accessibility/extended/accessibleiconchoicectrl.hxx
index 2289dd45baec..55758bb80bdd 100644
--- a/accessibility/inc/accessibility/extended/accessibleiconchoicectrl.hxx
+++ b/accessibility/inc/accessibility/extended/accessibleiconchoicectrl.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,7 +49,7 @@ namespace accessibility
/** the class OAccessibleListBoxEntry represents the base class for an accessible object of a listbox entry
*/
- class AccessibleIconChoiceCtrl :public AccessibleIconChoiceCtrl_BASE
+ class AccessibleIconChoiceCtrl :public AccessibleIconChoiceCtrl_BASE
,public VCLXAccessibleComponent
{
protected:
@@ -59,17 +59,17 @@ namespace accessibility
virtual ~AccessibleIconChoiceCtrl();
/** this function is called upon disposing the component */
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing();
- virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
- virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
+ virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
+ virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
SvtIconChoiceCtrl* getCtrl();
public:
/** OAccessibleBase needs a valid view
- @param _rIconCtrl
+ @param _rIconCtrl
is the box for which we implement an accessible object
- @param _xParent
+ @param _xParent
is our parent accessible object
*/
AccessibleIconChoiceCtrl( SvtIconChoiceCtrl& _rIconCtrl,
diff --git a/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx b/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
index 09af3e2466ca..3e9cec0e71d6 100644
--- a/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
+++ b/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -67,14 +67,14 @@ namespace accessibility
, ::com::sun::star::lang::XEventListener > AccessibleIconChoiceCtrlEntry_BASE;
/** the class AccessibleListBoxEntry represents the class for an accessible object of a listbox entry */
- class AccessibleIconChoiceCtrlEntry : public ::comphelper::OBaseMutex,
+ class AccessibleIconChoiceCtrlEntry : public ::comphelper::OBaseMutex,
public AccessibleIconChoiceCtrlEntry_BASE,
public ::comphelper::OCommonAccessibleText
{
private:
/** The treelistbox control */
- SvtIconChoiceCtrl* m_pIconCtrl;
- sal_Int32 m_nIndex;
+ SvtIconChoiceCtrl* m_pIconCtrl;
+ sal_Int32 m_nIndex;
protected:
/// client id in the AccessibleEventNotifier queue
@@ -87,45 +87,45 @@ namespace accessibility
// (the following method is unused currently. If you need it, simply remove the #ifdef thing here and
// in the cxx)
/** notifies all listeners that this object has changed
- @param _nEventId
+ @param _nEventId
is the event id
- @param _aOldValue
+ @param _aOldValue
is the old value
- @param _aNewValue
+ @param _aNewValue
is the new value
*/
- void NotifyAccessibleEvent( sal_Int16 _nEventId,
+ void NotifyAccessibleEvent( sal_Int16 _nEventId,
const ::com::sun::star::uno::Any& _aOldValue,
const ::com::sun::star::uno::Any& _aNewValue );
#endif
- Rectangle GetBoundingBox_Impl() const;
- Rectangle GetBoundingBoxOnScreen_Impl() const;
- sal_Bool IsAlive_Impl() const;
- sal_Bool IsShowing_Impl() const;
+ Rectangle GetBoundingBox_Impl() const;
+ Rectangle GetBoundingBoxOnScreen_Impl() const;
+ sal_Bool IsAlive_Impl() const;
+ sal_Bool IsShowing_Impl() const;
- Rectangle GetBoundingBox() throw ( ::com::sun::star::lang::DisposedException );
- Rectangle GetBoundingBoxOnScreen() throw ( ::com::sun::star::lang::DisposedException );
- void EnsureIsAlive() const throw ( ::com::sun::star::lang::DisposedException );
+ Rectangle GetBoundingBox() throw ( ::com::sun::star::lang::DisposedException );
+ Rectangle GetBoundingBoxOnScreen() throw ( ::com::sun::star::lang::DisposedException );
+ void EnsureIsAlive() const throw ( ::com::sun::star::lang::DisposedException );
protected:
virtual ~AccessibleIconChoiceCtrlEntry();
/** this function is called upon disposing the component
*/
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing();
// OCommonAccessibleText
- virtual ::rtl::OUString implGetText();
- virtual ::com::sun::star::lang::Locale implGetLocale();
- virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
+ virtual ::rtl::OUString implGetText();
+ virtual ::com::sun::star::lang::Locale implGetLocale();
+ virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
public:
/** Ctor()
- @param _rListBox
+ @param _rListBox
the view control
- @param _pEntry
+ @param _pEntry
the entry
- @param _xParent
+ @param _xParent
is our parent accessible object
*/
AccessibleIconChoiceCtrlEntry( SvtIconChoiceCtrl& _rIconCtrl,
diff --git a/accessibility/inc/accessibility/extended/accessiblelistbox.hxx b/accessibility/inc/accessibility/extended/accessiblelistbox.hxx
index 9e81e7eed7d4..c7326637542d 100644
--- a/accessibility/inc/accessibility/extended/accessiblelistbox.hxx
+++ b/accessibility/inc/accessibility/extended/accessiblelistbox.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -50,11 +50,11 @@ namespace accessibility
/** the class OAccessibleListBoxEntry represents the base class for an accessible object of a listbox entry
*/
- class AccessibleListBox :public AccessibleListBox_BASE
+ class AccessibleListBox :public AccessibleListBox_BASE
,public VCLXAccessibleComponent
{
protected:
-
+
::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > m_xParent;
protected:
@@ -62,20 +62,20 @@ namespace accessibility
// OComponentHelper overridables
/** this function is called upon disposing the component */
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing();
// VCLXAccessibleComponent
- virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
+ virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent );
- virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
+ virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
- SvTreeListBox* getListBox() const;
+ SvTreeListBox* getListBox() const;
public:
/** OAccessibleBase needs a valid view
- @param _rListBox
+ @param _rListBox
is the box for which we implement an accessible object
- @param _xParent
+ @param _xParent
is our parent accessible object
*/
AccessibleListBox( SvTreeListBox& _rListBox,
@@ -107,7 +107,7 @@ namespace accessibility
virtual sal_Int16 SAL_CALL getAccessibleRole( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getAccessibleDescription( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getAccessibleName( ) throw (::com::sun::star::uno::RuntimeException);
-
+
// XAccessibleSelection
void SAL_CALL selectAccessibleChild( sal_Int32 nChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
sal_Bool SAL_CALL isAccessibleChildSelected( sal_Int32 nChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
diff --git a/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx b/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
index 4521c0e0d03e..c7de9472bd33 100644
--- a/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
+++ b/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -84,8 +84,8 @@ namespace accessibility
private:
/** The treelistbox control */
- SvTreeListBox* m_pListBox;
- ::std::deque< sal_Int32 > m_aEntryPath;
+ SvTreeListBox* m_pListBox;
+ ::std::deque< sal_Int32 > m_aEntryPath;
protected:
/// client id in the AccessibleEventNotifier queue
@@ -95,40 +95,40 @@ namespace accessibility
m_aParent;
private:
- Rectangle GetBoundingBox_Impl() const;
- Rectangle GetBoundingBoxOnScreen_Impl() const;
- sal_Bool IsAlive_Impl() const;
- sal_Bool IsShowing_Impl() const;
+ Rectangle GetBoundingBox_Impl() const;
+ Rectangle GetBoundingBoxOnScreen_Impl() const;
+ sal_Bool IsAlive_Impl() const;
+ sal_Bool IsShowing_Impl() const;
- Rectangle GetBoundingBox() throw ( ::com::sun::star::lang::DisposedException );
- Rectangle GetBoundingBoxOnScreen() throw ( ::com::sun::star::lang::DisposedException );
- void EnsureIsAlive() const throw ( ::com::sun::star::lang::DisposedException );
+ Rectangle GetBoundingBox() throw ( ::com::sun::star::lang::DisposedException );
+ Rectangle GetBoundingBoxOnScreen() throw ( ::com::sun::star::lang::DisposedException );
+ void EnsureIsAlive() const throw ( ::com::sun::star::lang::DisposedException );
protected:
virtual ~AccessibleListBoxEntry();
/** this function is called upon disposing the component
*/
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing();
// ListBoxAccessible/XComponent
virtual void SAL_CALL dispose() throw ( ::com::sun::star::uno::RuntimeException );
// OCommonAccessibleText
- virtual ::rtl::OUString implGetText();
- virtual ::com::sun::star::lang::Locale implGetLocale();
- virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
+ virtual ::rtl::OUString implGetText();
+ virtual ::com::sun::star::lang::Locale implGetLocale();
+ virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
public:
/** Ctor()
- @param _rListBox
+ @param _rListBox
the view control
- @param _pEntry
+ @param _pEntry
the entry
- @param _xParent
+ @param _xParent
is our parent accessible object
*/
- AccessibleListBoxEntry( SvTreeListBox& _rListBox, SvLBoxEntry* _pEntry,
+ AccessibleListBoxEntry( SvTreeListBox& _rListBox, SvLBoxEntry* _pEntry,
const ::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessible >& _xParent );
diff --git a/accessibility/inc/accessibility/extended/accessibletabbar.hxx b/accessibility/inc/accessibility/extended/accessibletabbar.hxx
index d7b43bc5870c..23c18d90e470 100644
--- a/accessibility/inc/accessibility/extended/accessibletabbar.hxx
+++ b/accessibility/inc/accessibility/extended/accessibletabbar.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,9 +45,9 @@ namespace accessibility
{
//.........................................................................
- // ----------------------------------------------------
- // class AccessibleTabBar
- // ----------------------------------------------------
+ // ----------------------------------------------------
+ // class AccessibleTabBar
+ // ----------------------------------------------------
typedef ::cppu::ImplHelper2<
::com::sun::star::accessibility::XAccessible,
@@ -57,19 +57,19 @@ namespace accessibility
public AccessibleTabBar_BASE
{
private:
- typedef ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > > AccessibleChildren;
+ typedef ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > > AccessibleChildren;
- AccessibleChildren m_aAccessibleChildren;
+ AccessibleChildren m_aAccessibleChildren;
protected:
- virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
- virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
+ virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
+ virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
// OCommonAccessibleComponent
- virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
// XComponent
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing();
public:
AccessibleTabBar( TabBar* pTabBar );
@@ -108,13 +108,13 @@ namespace accessibility
virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
// XAccessibleExtendedComponent
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getTitledBorderText( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getToolTipText( ) throw (::com::sun::star::uno::RuntimeException);
};
//.........................................................................
-} // namespace accessibility
+} // namespace accessibility
//.........................................................................
#endif // ACCESSIBILITY_EXT_ACCESSIBLETABBAR_HXX_
diff --git a/accessibility/inc/accessibility/extended/accessibletabbarbase.hxx b/accessibility/inc/accessibility/extended/accessibletabbarbase.hxx
index b4e62f517d3f..555dada90dfd 100644
--- a/accessibility/inc/accessibility/extended/accessibletabbarbase.hxx
+++ b/accessibility/inc/accessibility/extended/accessibletabbarbase.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/accessibility/inc/accessibility/extended/accessibletabbarpage.hxx b/accessibility/inc/accessibility/extended/accessibletabbarpage.hxx
index 756d2fff4b35..07f0945efafb 100644
--- a/accessibility/inc/accessibility/extended/accessibletabbarpage.hxx
+++ b/accessibility/inc/accessibility/extended/accessibletabbarpage.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,9 +45,9 @@ namespace accessibility
{
//.........................................................................
- // ----------------------------------------------------
- // class AccessibleTabBarPage
- // ----------------------------------------------------
+ // ----------------------------------------------------
+ // class AccessibleTabBarPage
+ // ----------------------------------------------------
typedef ::cppu::ImplHelper2<
::com::sun::star::accessibility::XAccessible,
@@ -59,36 +59,36 @@ namespace accessibility
friend class AccessibleTabBarPageList;
private:
- sal_uInt16 m_nPageId;
- sal_Bool m_bEnabled;
- sal_Bool m_bShowing;
- sal_Bool m_bSelected;
- ::rtl::OUString m_sPageText;
+ sal_uInt16 m_nPageId;
+ sal_Bool m_bEnabled;
+ sal_Bool m_bShowing;
+ sal_Bool m_bSelected;
+ ::rtl::OUString m_sPageText;
- ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > m_xParent;
+ ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > m_xParent;
protected:
- sal_Bool IsEnabled();
- sal_Bool IsShowing();
- sal_Bool IsSelected();
+ sal_Bool IsEnabled();
+ sal_Bool IsShowing();
+ sal_Bool IsSelected();
- void SetEnabled( sal_Bool bEnabled );
- void SetShowing( sal_Bool bShowing );
- void SetSelected( sal_Bool bSelected );
- void SetPageText( const ::rtl::OUString& sPageText );
+ void SetEnabled( sal_Bool bEnabled );
+ void SetShowing( sal_Bool bShowing );
+ void SetSelected( sal_Bool bSelected );
+ void SetPageText( const ::rtl::OUString& sPageText );
- sal_uInt16 GetPageId() const { return m_nPageId; }
+ sal_uInt16 GetPageId() const { return m_nPageId; }
- virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
+ virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
- // OCommonAccessibleComponent
- virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
+ // OCommonAccessibleComponent
+ virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
// XComponent
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing();
public:
- AccessibleTabBarPage( TabBar* pTabBar, sal_uInt16 nPageId,
+ AccessibleTabBarPage( TabBar* pTabBar, sal_uInt16 nPageId,
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& rxParent );
virtual ~AccessibleTabBarPage();
@@ -125,13 +125,13 @@ namespace accessibility
virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
// XAccessibleExtendedComponent
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getTitledBorderText( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getToolTipText( ) throw (::com::sun::star::uno::RuntimeException);
};
//.........................................................................
-} // namespace accessibility
+} // namespace accessibility
//.........................................................................
#endif // ACCESSIBILITY_EXT_ACCESSIBLETABBARPAGE_HXX_
diff --git a/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx b/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx
index cc5dc276cd24..67b0ec7d00c0 100644
--- a/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx
+++ b/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,9 +46,9 @@ namespace accessibility
{
//.........................................................................
- // ----------------------------------------------------
- // class AccessibleTabBarPageList
- // ----------------------------------------------------
+ // ----------------------------------------------------
+ // class AccessibleTabBarPageList
+ // ----------------------------------------------------
typedef ::cppu::ImplHelper3<
::com::sun::star::accessibility::XAccessible,
@@ -59,29 +59,29 @@ namespace accessibility
public AccessibleTabBarPageList_BASE
{
private:
- typedef ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > > AccessibleChildren;
+ typedef ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > > AccessibleChildren;
- AccessibleChildren m_aAccessibleChildren;
- sal_Int32 m_nIndexInParent;
+ AccessibleChildren m_aAccessibleChildren;
+ sal_Int32 m_nIndexInParent;
protected:
- void UpdateEnabled( sal_Int32 i, sal_Bool bEnabled );
- void UpdateShowing( sal_Bool bShowing );
- void UpdateSelected( sal_Int32 i, sal_Bool bSelected );
- void UpdatePageText( sal_Int32 i );
+ void UpdateEnabled( sal_Int32 i, sal_Bool bEnabled );
+ void UpdateShowing( sal_Bool bShowing );
+ void UpdateSelected( sal_Int32 i, sal_Bool bSelected );
+ void UpdatePageText( sal_Int32 i );
- void InsertChild( sal_Int32 i );
- void RemoveChild( sal_Int32 i );
- void MoveChild( sal_Int32 i, sal_Int32 j );
+ void InsertChild( sal_Int32 i );
+ void RemoveChild( sal_Int32 i );
+ void MoveChild( sal_Int32 i, sal_Int32 j );
- virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
- virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
+ virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
+ virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
- // OCommonAccessibleComponent
- virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
+ // OCommonAccessibleComponent
+ virtual ::com::sun::star::awt::Rectangle SAL_CALL implGetBounds( ) throw (::com::sun::star::uno::RuntimeException);
// XComponent
- virtual void SAL_CALL disposing();
+ virtual void SAL_CALL disposing();
public:
AccessibleTabBarPageList( TabBar* pTabBar, sal_Int32 nIndexInParent );
@@ -120,7 +120,7 @@ namespace accessibility
virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
// XAccessibleExtendedComponent
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getTitledBorderText( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getToolTipText( ) throw (::com::sun::star::uno::RuntimeException);
@@ -135,7 +135,7 @@ namespace accessibility
};
//.........................................................................
-} // namespace accessibility
+} // namespace accessibility
//.........................................................................
#endif // ACCESSIBILITY_EXT_ACCESSIBLETABBARPAGELIST_HXX_
diff --git a/accessibility/inc/accessibility/extended/accessibletablistbox.hxx b/accessibility/inc/accessibility/extended/accessibletablistbox.hxx
index 4e6f03af3c9b..19da7b496260 100644
--- a/accessibility/inc/accessibility/extended/accessibletablistbox.hxx
+++ b/accessibility/inc/accessibility/extended/accessibletablistbox.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -52,7 +52,7 @@ class AccessibleTabListBox
,public ::svt::IAccessibleTabListBox
{
private:
- SvHeaderTabListBox* m_pTabListBox;
+ SvHeaderTabListBox* m_pTabListBox;
public:
/** ctor()
@@ -103,7 +103,7 @@ protected:
/** This method creates and returns an accessible table.
@return An AccessibleBrowseBoxTable. */
- virtual AccessibleBrowseBoxTable* createAccessibleTable();
+ virtual AccessibleBrowseBoxTable* createAccessibleTable();
};
// ============================================================================
diff --git a/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx b/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx
index 153dc76f2a65..81d2964c795b 100644
--- a/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx
+++ b/accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,10 +46,10 @@ typedef ::cppu::ImplHelper1< ::com::sun::star::accessibility::XAccessibleSelecti
class AccessibleTabListBoxTable : public AccessibleBrowseBoxTable, public AccessibleTabListBoxTableImplHelper
{
private:
- SvHeaderTabListBox* m_pTabListBox;
+ SvHeaderTabListBox* m_pTabListBox;
- void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
- DECL_LINK( WindowEventListener, VclSimpleEvent* );
+ void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
+ DECL_LINK( WindowEventListener, VclSimpleEvent* );
// helpers ----------------------------------------------------------------
diff --git a/accessibility/inc/accessibility/extended/listboxaccessible.hxx b/accessibility/inc/accessibility/extended/listboxaccessible.hxx
index b82291f91e79..ad8b4eed4954 100644
--- a/accessibility/inc/accessibility/extended/listboxaccessible.hxx
+++ b/accessibility/inc/accessibility/extended/listboxaccessible.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -53,12 +53,12 @@ namespace accessibility
SvTreeListBox* m_pWindow;
protected:
- inline SvTreeListBox* getListBox() const
+ inline SvTreeListBox* getListBox() const
{
- return const_cast< ListBoxAccessibleBase* >( this )->m_pWindow;
+ return const_cast< ListBoxAccessibleBase* >( this )->m_pWindow;
}
- inline bool isAlive() const { return NULL != m_pWindow; }
+ inline bool isAlive() const { return NULL != m_pWindow; }
public:
ListBoxAccessibleBase( SvTreeListBox& _rWindow );
@@ -84,13 +84,13 @@ namespace accessibility
DECL_LINK( WindowEventListener, VclSimpleEvent* );
private:
- ListBoxAccessibleBase( ); // never implemented
- ListBoxAccessibleBase( const ListBoxAccessibleBase& ); // never implemented
- ListBoxAccessibleBase& operator=( const ListBoxAccessibleBase& ); // never implemented
+ ListBoxAccessibleBase( ); // never implemented
+ ListBoxAccessibleBase( const ListBoxAccessibleBase& ); // never implemented
+ ListBoxAccessibleBase& operator=( const ListBoxAccessibleBase& ); // never implemented
};
//........................................................................
-} // namespace accessibility
+} // namespace accessibility
//........................................................................
#endif // ACCESSIBILITY_EXT_LISTBOX_ACCESSIBLE
diff --git a/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx b/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
index 091eebe46d18..3f7bd49a3a35 100644
--- a/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
+++ b/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -170,7 +170,7 @@ public:
protected:
// OCommonAccessibleText
- virtual void implGetParagraphBoundary( ::css::i18n::Boundary& rBoundary,
+ virtual void implGetParagraphBoundary( ::css::i18n::Boundary& rBoundary,
::sal_Int32 nIndex );
virtual void implGetLineBoundary( ::css::i18n::Boundary& rBoundary,
::sal_Int32 nIndex );
@@ -347,18 +347,18 @@ private:
throw (::css::lang::IndexOutOfBoundsException,
::css::uno::RuntimeException);
- virtual ::sal_Int32 SAL_CALL getLineNumberAtIndex( ::sal_Int32 nIndex )
- throw (::com::sun::star::lang::IndexOutOfBoundsException,
+ virtual ::sal_Int32 SAL_CALL getLineNumberAtIndex( ::sal_Int32 nIndex )
+ throw (::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::uno::RuntimeException);
-
- virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextAtLineNumber( ::sal_Int32 nLineNo )
+
+ virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextAtLineNumber( ::sal_Int32 nLineNo )
throw (::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::uno::RuntimeException);
-
- virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextAtLineWithCaret( )
+
+ virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextAtLineWithCaret( )
throw (::com::sun::star::uno::RuntimeException);
-
- virtual ::sal_Int32 SAL_CALL getNumberOfLineWithCaret( )
+
+ virtual ::sal_Int32 SAL_CALL getNumberOfLineWithCaret( )
throw (::com::sun::star::uno::RuntimeException);
using cppu::WeakAggComponentImplHelperBase::addEventListener;
@@ -552,15 +552,15 @@ public:
::sal_Int32 nBegin, ::sal_Int32 nEnd);
::css::i18n::Boundary
- retrieveParagraphLineBoundary( ParagraphImpl const * pParagraph,
+ retrieveParagraphLineBoundary( ParagraphImpl const * pParagraph,
::sal_Int32 nIndex, ::sal_Int32 *pLineNo = NULL);
::css::i18n::Boundary
- retrieveParagraphBoundaryOfLine( ParagraphImpl const * pParagraph,
+ retrieveParagraphBoundaryOfLine( ParagraphImpl const * pParagraph,
::sal_Int32 nIndex );
sal_Int32 retrieveParagraphLineWithCursor( ParagraphImpl const * pParagraph );
-
+
::css::uno::Reference< ::css::accessibility::XAccessibleRelationSet >
retrieveParagraphRelationSet( ParagraphImpl const * pParagraph );