summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2012-09-07 03:36:42 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-09-07 12:26:19 +0000
commite1276e83e0e914eab8966a189948d2238c82a1b6 (patch)
tree7c010d0d9fcf5d43e53e638c535f44048b8ef571 /accessibility
parent346cf4ee5d2f82b59900de1f71160c0d90ffab41 (diff)
OUString cleanup in accessibility
Change-Id: Ie4e51632bf81053f0d32428bb7ef5b01ec301ccc Reviewed-on: https://gerrit.libreoffice.org/579 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/source/extended/AccessibleBrowseBox.cxx4
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxBase.cxx10
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx4
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx4
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx4
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTable.cxx4
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx8
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx23
-rw-r--r--accessibility/source/extended/AccessibleGridControl.cxx4
-rw-r--r--accessibility/source/extended/AccessibleGridControlBase.cxx4
-rw-r--r--accessibility/source/extended/AccessibleGridControlHeader.cxx4
-rw-r--r--accessibility/source/extended/AccessibleGridControlHeaderCell.cxx4
-rw-r--r--accessibility/source/extended/AccessibleGridControlTable.cxx4
-rw-r--r--accessibility/source/extended/AccessibleGridControlTableBase.cxx8
-rw-r--r--accessibility/source/extended/AccessibleGridControlTableCell.cxx23
-rw-r--r--accessibility/source/extended/AccessibleToolPanelDeck.cxx4
-rw-r--r--accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx2
-rw-r--r--accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx18
-rw-r--r--accessibility/source/extended/accessiblebrowseboxcell.cxx2
-rw-r--r--accessibility/source/extended/accessibleeditbrowseboxcell.cxx14
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrl.cxx34
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrlentry.cxx50
-rw-r--r--accessibility/source/extended/accessiblelistbox.cxx30
-rw-r--r--accessibility/source/extended/accessiblelistboxentry.cxx50
-rw-r--r--accessibility/source/extended/accessibletabbar.cxx34
-rw-r--r--accessibility/source/extended/accessibletabbarpage.cxx32
-rw-r--r--accessibility/source/extended/accessibletabbarpagelist.cxx36
-rw-r--r--accessibility/source/extended/accessibletablistboxtable.cxx8
-rw-r--r--accessibility/source/extended/textwindowaccessibility.cxx140
-rw-r--r--accessibility/source/helper/accresmgr.cxx4
-rw-r--r--accessibility/source/helper/characterattributeshelper.cxx28
-rw-r--r--accessibility/source/standard/accessiblemenubasecomponent.cxx8
-rw-r--r--accessibility/source/standard/accessiblemenucomponent.cxx16
-rw-r--r--accessibility/source/standard/accessiblemenuitemcomponent.cxx30
-rw-r--r--accessibility/source/standard/vclxaccessiblebox.cxx4
-rw-r--r--accessibility/source/standard/vclxaccessiblebutton.cxx20
-rw-r--r--accessibility/source/standard/vclxaccessiblecheckbox.cxx14
-rw-r--r--accessibility/source/standard/vclxaccessiblecombobox.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessibledropdowncombobox.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessibledropdownlistbox.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessibleedit.cxx40
-rw-r--r--accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessiblefixedtext.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessiblelist.cxx12
-rw-r--r--accessibility/source/standard/vclxaccessiblelistbox.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessiblelistitem.cxx48
-rw-r--r--accessibility/source/standard/vclxaccessiblemenu.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessiblemenubar.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessiblemenuitem.cxx28
-rw-r--r--accessibility/source/standard/vclxaccessiblemenuseparator.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessiblepopupmenu.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessibleradiobutton.cxx14
-rw-r--r--accessibility/source/standard/vclxaccessiblescrollbar.cxx22
-rw-r--r--accessibility/source/standard/vclxaccessiblestatusbar.cxx14
-rw-r--r--accessibility/source/standard/vclxaccessiblestatusbaritem.cxx54
-rw-r--r--accessibility/source/standard/vclxaccessibletabcontrol.cxx14
-rw-r--r--accessibility/source/standard/vclxaccessibletabpage.cxx48
-rw-r--r--accessibility/source/standard/vclxaccessibletextfield.cxx14
-rw-r--r--accessibility/source/standard/vclxaccessibletoolbox.cxx10
-rw-r--r--accessibility/source/standard/vclxaccessibletoolboxitem.cxx56
60 files changed, 559 insertions, 605 deletions
diff --git a/accessibility/source/extended/AccessibleBrowseBox.cxx b/accessibility/source/extended/AccessibleBrowseBox.cxx
index 06201e8fcfb4..bd56b697ba7b 100644
--- a/accessibility/source/extended/AccessibleBrowseBox.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBox.cxx
@@ -31,8 +31,6 @@ namespace accessibility
// ============================================================================
-using ::rtl::OUString;
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;
using namespace ::com::sun::star::lang;
@@ -211,7 +209,7 @@ Any SAL_CALL AccessibleBrowseBox::getAccessibleKeyBinding()
OUString SAL_CALL AccessibleBrowseBox::getImplementationName()
throw ( uno::RuntimeException )
{
- return OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.AccessibleBrowseBox" ) );
+ return OUString( "com.sun.star.comp.svtools.AccessibleBrowseBox" );
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/extended/AccessibleBrowseBoxBase.cxx b/accessibility/source/extended/AccessibleBrowseBoxBase.cxx
index de953a9f109f..b60dc0bd3bd7 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxBase.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxBase.cxx
@@ -36,8 +36,6 @@
// ============================================================================
-using ::rtl::OUString;
-
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
@@ -80,8 +78,8 @@ AccessibleBrowseBoxBase::AccessibleBrowseBoxBase(
IAccessibleTableProvider& rBrowseBox,
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& _xFocusWindow,
AccessibleBrowseBoxObjType eObjType,
- const ::rtl::OUString& rName,
- const ::rtl::OUString& rDescription ) :
+ const OUString& rName,
+ const OUString& rDescription ) :
AccessibleBrowseBoxImplHelper( m_aMutex ),
mxParent( rxParent ),
mpBrowseBox( &rBrowseBox ),
@@ -369,7 +367,7 @@ sal_Bool SAL_CALL AccessibleBrowseBoxBase::supportsService(
Sequence< OUString > SAL_CALL AccessibleBrowseBoxBase::getSupportedServiceNames()
throw ( uno::RuntimeException )
{
- const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleContext" ) );
+ const OUString aServiceName( "com.sun.star.accessibility.AccessibleContext" );
return Sequence< OUString >( &aServiceName, 1 );
}
@@ -620,7 +618,7 @@ BrowseBoxAccessibleElement::BrowseBoxAccessibleElement( const Reference< XAccess
// ----------------------------------------------------------------------------
BrowseBoxAccessibleElement::BrowseBoxAccessibleElement( const Reference< XAccessible >& rxParent, IAccessibleTableProvider& rBrowseBox,
const Reference< awt::XWindow >& _xFocusWindow, AccessibleBrowseBoxObjType eObjType,
- const ::rtl::OUString& rName, const ::rtl::OUString& rDescription )
+ const OUString& rName, const OUString& rDescription )
:AccessibleBrowseBoxBase( rxParent, rBrowseBox, _xFocusWindow, eObjType, rName, rDescription )
{
}
diff --git a/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx b/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx
index a5331c31e04b..7e35230abeae 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx
@@ -133,9 +133,9 @@ namespace accessibility
throw ::com::sun::star::lang::IndexOutOfBoundsException();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleCheckBoxCell::getImplementationName() throw ( ::com::sun::star::uno::RuntimeException )
+ OUString SAL_CALL AccessibleCheckBoxCell::getImplementationName() throw ( ::com::sun::star::uno::RuntimeException )
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.TableCheckBoxCell" ) );
+ return OUString( "com.sun.star.comp.svtools.TableCheckBoxCell" );
}
// -----------------------------------------------------------------------------
sal_Int32 SAL_CALL AccessibleCheckBoxCell::getAccessibleIndexInParent()
diff --git a/accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx b/accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx
index 5fb72842da6c..b59ad51d85f6 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxHeaderBar.cxx
@@ -32,8 +32,6 @@
// ============================================================================
-using ::rtl::OUString;
-
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
@@ -333,7 +331,7 @@ void SAL_CALL AccessibleBrowseBoxHeaderBar::release() throw ()
OUString SAL_CALL AccessibleBrowseBoxHeaderBar::getImplementationName()
throw ( uno::RuntimeException )
{
- return OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderBar" ) );
+ return OUString( "com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderBar" );
}
namespace
diff --git a/accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx b/accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx
index 4315c707f8ce..925aa5538930 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx
@@ -112,10 +112,10 @@ void SAL_CALL AccessibleBrowseBoxHeaderCell::grabFocus()
/** @return
The name of this class.
*/
-::rtl::OUString SAL_CALL AccessibleBrowseBoxHeaderCell::getImplementationName()
+OUString SAL_CALL AccessibleBrowseBoxHeaderCell::getImplementationName()
throw ( ::com::sun::star::uno::RuntimeException )
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderCell" ) );
+ return OUString( "com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderCell" );
}
// -----------------------------------------------------------------------------
namespace
diff --git a/accessibility/source/extended/AccessibleBrowseBoxTable.cxx b/accessibility/source/extended/AccessibleBrowseBoxTable.cxx
index 319e7377f03d..d5cf0ef1c6ee 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxTable.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxTable.cxx
@@ -31,8 +31,6 @@
// ============================================================================
-using ::rtl::OUString;
-
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
@@ -225,7 +223,7 @@ sal_Bool SAL_CALL AccessibleBrowseBoxTable::isAccessibleSelected(
OUString SAL_CALL AccessibleBrowseBoxTable::getImplementationName()
throw ( uno::RuntimeException )
{
- return OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.AccessibleBrowseBoxTable" ) );
+ return OUString( "com.sun.star.comp.svtools.AccessibleBrowseBoxTable" );
}
// internal virtual methods ---------------------------------------------------
diff --git a/accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx b/accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx
index 95115a3582b8..cebe6681775d 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxTableBase.cxx
@@ -34,8 +34,6 @@
// ============================================================================
-using ::rtl::OUString;
-
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
@@ -316,7 +314,7 @@ void AccessibleBrowseBoxTableBase::ensureIsValidRow( sal_Int32 nRow )
{
if( nRow >= implGetRowCount() )
throw lang::IndexOutOfBoundsException(
- OUString( RTL_CONSTASCII_USTRINGPARAM( "row index is invalid" ) ), *this );
+ OUString( "row index is invalid" ), *this );
}
void AccessibleBrowseBoxTableBase::ensureIsValidColumn( sal_Int32 nColumn )
@@ -324,7 +322,7 @@ void AccessibleBrowseBoxTableBase::ensureIsValidColumn( sal_Int32 nColumn )
{
if( nColumn >= implGetColumnCount() )
throw lang::IndexOutOfBoundsException(
- OUString( RTL_CONSTASCII_USTRINGPARAM("column index is invalid") ), *this );
+ OUString( "column index is invalid" ), *this );
}
void AccessibleBrowseBoxTableBase::ensureIsValidAddress(
@@ -340,7 +338,7 @@ void AccessibleBrowseBoxTableBase::ensureIsValidIndex( sal_Int32 nChildIndex )
{
if( nChildIndex >= implGetChildCount() )
throw lang::IndexOutOfBoundsException(
- OUString( RTL_CONSTASCII_USTRINGPARAM("child index is invalid") ), *this );
+ OUString( "child index is invalid" ), *this );
}
// ============================================================================
diff --git a/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx b/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx
index 72bc72f3e21a..9d0f65e61bc6 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx
@@ -38,7 +38,7 @@ namespace accessibility
{
namespace
{
- static void checkIndex_Impl( sal_Int32 _nIndex, const ::rtl::OUString& _sText ) throw (::com::sun::star::lang::IndexOutOfBoundsException)
+ static void checkIndex_Impl( sal_Int32 _nIndex, const OUString& _sText ) throw (::com::sun::star::lang::IndexOutOfBoundsException)
{
if ( _nIndex >= _sText.getLength() )
throw ::com::sun::star::lang::IndexOutOfBoundsException();
@@ -52,7 +52,6 @@ namespace accessibility
using namespace ::com::sun::star::lang;
using namespace utl;
using namespace comphelper;
- using ::rtl::OUString;
using ::accessibility::AccessibleBrowseBox;
using namespace ::com::sun::star::uno;
using ::com::sun::star::accessibility::XAccessible;
@@ -61,7 +60,7 @@ namespace accessibility
// implementation of a table cell
- ::rtl::OUString AccessibleBrowseBoxTableCell::implGetText()
+ OUString AccessibleBrowseBoxTableCell::implGetText()
{
ensureIsAlive();
return mpBrowseBox->GetAccessibleCellText( getRowPos(), static_cast< sal_uInt16 >( getColumnPos() ) );
@@ -97,7 +96,7 @@ namespace accessibility
xComponent->addEventListener(static_cast< XEventListener *> (this));
}
- void AccessibleBrowseBoxTableCell::nameChanged( const ::rtl::OUString& rNewName, const ::rtl::OUString& rOldName )
+ void AccessibleBrowseBoxTableCell::nameChanged( const OUString& rNewName, const OUString& rOldName )
{
implSetName( rNewName );
Any aOldValue, aNewValue;
@@ -164,10 +163,10 @@ namespace accessibility
/** @return
The name of this class.
*/
- ::rtl::OUString SAL_CALL AccessibleBrowseBoxTableCell::getImplementationName()
+ OUString SAL_CALL AccessibleBrowseBoxTableCell::getImplementationName()
throw ( ::com::sun::star::uno::RuntimeException )
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.AccessibleBrowseBoxTableCell" ) );
+ return OUString( "com.sun.star.comp.svtools.AccessibleBrowseBoxTableCell" );
}
/** @return The count of visible children. */
@@ -255,12 +254,12 @@ namespace accessibility
::osl::MutexGuard aGuard( getOslMutex() );
return OCommonAccessibleText::getCharacter( nIndex );
}
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL AccessibleBrowseBoxTableCell::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL AccessibleBrowseBoxTableCell::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< OUString >& ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -274,7 +273,7 @@ namespace accessibility
return OCommonAccessibleText::getCharacterCount( );
}
- ::rtl::OUString SAL_CALL AccessibleBrowseBoxTableCell::getSelectedText( ) throw (::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleBrowseBoxTableCell::getSelectedText( ) throw (::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
@@ -301,13 +300,13 @@ namespace accessibility
return sal_False;
}
- ::rtl::OUString SAL_CALL AccessibleBrowseBoxTableCell::getText( ) throw (::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleBrowseBoxTableCell::getText( ) throw (::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
return OCommonAccessibleText::getText( );
}
- ::rtl::OUString SAL_CALL AccessibleBrowseBoxTableCell::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleBrowseBoxTableCell::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
@@ -335,7 +334,7 @@ namespace accessibility
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
- ::rtl::OUString sText = implGetText();
+ OUString sText = implGetText();
checkIndex_Impl( nStartIndex, sText );
checkIndex_Impl( nEndIndex, sText );
diff --git a/accessibility/source/extended/AccessibleGridControl.cxx b/accessibility/source/extended/AccessibleGridControl.cxx
index a1a5c2cb147a..a093318ffd3a 100644
--- a/accessibility/source/extended/AccessibleGridControl.cxx
+++ b/accessibility/source/extended/AccessibleGridControl.cxx
@@ -40,8 +40,6 @@ namespace accessibility
// ============================================================================
-using ::rtl::OUString;
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;
using namespace ::com::sun::star::lang;
@@ -227,7 +225,7 @@ Any SAL_CALL AccessibleGridControl::getAccessibleKeyBinding()
OUString SAL_CALL AccessibleGridControl::getImplementationName()
throw ( uno::RuntimeException )
{
- return OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleGridControl" ) );
+ return OUString( "com.sun.star.accessibility.AccessibleGridControl" );
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/extended/AccessibleGridControlBase.cxx b/accessibility/source/extended/AccessibleGridControlBase.cxx
index 6bf0ea7352b5..c092e4872997 100644
--- a/accessibility/source/extended/AccessibleGridControlBase.cxx
+++ b/accessibility/source/extended/AccessibleGridControlBase.cxx
@@ -36,8 +36,6 @@
// ============================================================================
-using ::rtl::OUString;
-
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
@@ -308,7 +306,7 @@ sal_Bool SAL_CALL AccessibleGridControlBase::supportsService(
Sequence< OUString > SAL_CALL AccessibleGridControlBase::getSupportedServiceNames()
throw ( uno::RuntimeException )
{
- const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleContext" ) );
+ const OUString aServiceName( "com.sun.star.accessibility.AccessibleContext" );
return Sequence< OUString >( &aServiceName, 1 );
}
// internal virtual methods ---------------------------------------------------
diff --git a/accessibility/source/extended/AccessibleGridControlHeader.cxx b/accessibility/source/extended/AccessibleGridControlHeader.cxx
index 205f7517d02e..27dfb6084d18 100644
--- a/accessibility/source/extended/AccessibleGridControlHeader.cxx
+++ b/accessibility/source/extended/AccessibleGridControlHeader.cxx
@@ -35,8 +35,6 @@
// ============================================================================
-using ::rtl::OUString;
-
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
@@ -219,7 +217,7 @@ sal_Bool SAL_CALL AccessibleGridControlHeader::isAccessibleSelected(
OUString SAL_CALL AccessibleGridControlHeader::getImplementationName()
throw ( uno::RuntimeException )
{
- return OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleGridControlHeader" ) );
+ return OUString( "com.sun.star.accessibility.AccessibleGridControlHeader" );
}
namespace
diff --git a/accessibility/source/extended/AccessibleGridControlHeaderCell.cxx b/accessibility/source/extended/AccessibleGridControlHeaderCell.cxx
index 4e1e52e04f94..e0fb0c10695d 100644
--- a/accessibility/source/extended/AccessibleGridControlHeaderCell.cxx
+++ b/accessibility/source/extended/AccessibleGridControlHeaderCell.cxx
@@ -137,10 +137,10 @@ void SAL_CALL AccessibleGridControlHeaderCell::grabFocus()
/** @return
The name of this class.
*/
-::rtl::OUString SAL_CALL AccessibleGridControlHeaderCell::getImplementationName()
+OUString SAL_CALL AccessibleGridControlHeaderCell::getImplementationName()
throw ( ::com::sun::star::uno::RuntimeException )
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleGridControlHeaderCell" ) );
+ return OUString( "com.sun.star.accessibility.AccessibleGridControlHeaderCell" );
}
// -----------------------------------------------------------------------------
Rectangle AccessibleGridControlHeaderCell::implGetBoundingBox()
diff --git a/accessibility/source/extended/AccessibleGridControlTable.cxx b/accessibility/source/extended/AccessibleGridControlTable.cxx
index a491a32ff6fa..55b204d05ebc 100644
--- a/accessibility/source/extended/AccessibleGridControlTable.cxx
+++ b/accessibility/source/extended/AccessibleGridControlTable.cxx
@@ -32,8 +32,6 @@
// ============================================================================
-using ::rtl::OUString;
-
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
@@ -327,7 +325,7 @@ void SAL_CALL AccessibleGridControlTable::release() throw ()
OUString SAL_CALL AccessibleGridControlTable::getImplementationName()
throw ( uno::RuntimeException )
{
- return OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleGridControlTable" ) );
+ return OUString( "com.sun.star.accessibility.AccessibleGridControlTable" );
}
// internal virtual methods ---------------------------------------------------
diff --git a/accessibility/source/extended/AccessibleGridControlTableBase.cxx b/accessibility/source/extended/AccessibleGridControlTableBase.cxx
index 9ceef9127c61..a869352eb2f9 100644
--- a/accessibility/source/extended/AccessibleGridControlTableBase.cxx
+++ b/accessibility/source/extended/AccessibleGridControlTableBase.cxx
@@ -34,8 +34,6 @@
// ============================================================================
-using ::rtl::OUString;
-
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
@@ -254,7 +252,7 @@ void AccessibleGridControlTableBase::ensureIsValidRow( sal_Int32 nRow )
{
if( nRow >= m_aTable.GetRowCount() )
throw lang::IndexOutOfBoundsException(
- OUString( RTL_CONSTASCII_USTRINGPARAM( "row index is invalid" ) ), *this );
+ OUString( "row index is invalid" ), *this );
}
void AccessibleGridControlTableBase::ensureIsValidColumn( sal_Int32 nColumn )
@@ -262,7 +260,7 @@ void AccessibleGridControlTableBase::ensureIsValidColumn( sal_Int32 nColumn )
{
if( nColumn >= m_aTable.GetColumnCount() )
throw lang::IndexOutOfBoundsException(
- OUString( RTL_CONSTASCII_USTRINGPARAM("column index is invalid") ), *this );
+ OUString( "column index is invalid" ), *this );
}
void AccessibleGridControlTableBase::ensureIsValidAddress(
@@ -278,7 +276,7 @@ void AccessibleGridControlTableBase::ensureIsValidIndex( sal_Int32 nChildIndex )
{
if( nChildIndex >= implGetChildCount() )
throw lang::IndexOutOfBoundsException(
- OUString( RTL_CONSTASCII_USTRINGPARAM("child index is invalid") ), *this );
+ OUString( "child index is invalid" ), *this );
}
// ============================================================================
diff --git a/accessibility/source/extended/AccessibleGridControlTableCell.cxx b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
index 200996b39b4c..caef437f341f 100644
--- a/accessibility/source/extended/AccessibleGridControlTableCell.cxx
+++ b/accessibility/source/extended/AccessibleGridControlTableCell.cxx
@@ -40,7 +40,7 @@ namespace accessibility
{
// FIXME this is a copy'n'paste from
// source/extended/AccessibleBrowseBoxTableCell.cxx, get rid of that...
- static void checkIndex_Impl( sal_Int32 _nIndex, const ::rtl::OUString& _sText ) throw (::com::sun::star::lang::IndexOutOfBoundsException)
+ static void checkIndex_Impl( sal_Int32 _nIndex, const OUString& _sText ) throw (::com::sun::star::lang::IndexOutOfBoundsException)
{
if ( _nIndex >= _sText.getLength() )
throw ::com::sun::star::lang::IndexOutOfBoundsException();
@@ -49,7 +49,6 @@ namespace accessibility
using namespace ::com::sun::star::lang;
using namespace utl;
using namespace comphelper;
- using ::rtl::OUString;
using ::accessibility::AccessibleGridControl;
using namespace ::com::sun::star::uno;
using ::com::sun::star::accessibility::XAccessible;
@@ -71,7 +70,7 @@ namespace accessibility
{
// set accessible name here, because for that we need the position of the cell
// and so the base class isn't capable of doing this
- ::rtl::OUString aAccName;
+ OUString aAccName;
if(_eType == TCTYPE_TABLECELL)
aAccName = _rTable.GetAccessibleObjectName( TCTYPE_TABLECELL, _nRowPos, _nColPos );
else if(_eType == TCTYPE_ROWHEADERCELL)
@@ -95,7 +94,7 @@ namespace accessibility
}
//// -----------------------------------------------------------------------------
// implementation of a table cell
- ::rtl::OUString AccessibleGridControlTableCell::implGetText()
+ OUString AccessibleGridControlTableCell::implGetText()
{
ensureIsAlive();
return m_aTable.GetAccessibleCellText( getRowPos(), getColumnPos() );
@@ -175,10 +174,10 @@ namespace accessibility
/** @return
The name of this class.
*/
- ::rtl::OUString SAL_CALL AccessibleGridControlTableCell::getImplementationName()
+ OUString SAL_CALL AccessibleGridControlTableCell::getImplementationName()
throw ( ::com::sun::star::uno::RuntimeException )
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleGridControlTableCell" ) );
+ return OUString( "com.sun.star.accessibility.AccessibleGridControlTableCell" );
}
/** @return The count of visible children. */
@@ -266,12 +265,12 @@ namespace accessibility
::osl::MutexGuard aGuard( getOslMutex() );
return OCommonAccessibleText::getCharacter( nIndex );
}
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL AccessibleGridControlTableCell::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL AccessibleGridControlTableCell::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< OUString >& ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -285,7 +284,7 @@ namespace accessibility
return OCommonAccessibleText::getCharacterCount( );
}
- ::rtl::OUString SAL_CALL AccessibleGridControlTableCell::getSelectedText( ) throw (::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleGridControlTableCell::getSelectedText( ) throw (::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
@@ -312,13 +311,13 @@ namespace accessibility
return sal_False;
}
- ::rtl::OUString SAL_CALL AccessibleGridControlTableCell::getText( ) throw (::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleGridControlTableCell::getText( ) throw (::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
return OCommonAccessibleText::getText( );
}
- ::rtl::OUString SAL_CALL AccessibleGridControlTableCell::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleGridControlTableCell::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
@@ -346,7 +345,7 @@ namespace accessibility
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( getOslMutex() );
- ::rtl::OUString sText = implGetText();
+ OUString sText = implGetText();
checkIndex_Impl( nStartIndex, sText );
checkIndex_Impl( nEndIndex, sText );
diff --git a/accessibility/source/extended/AccessibleToolPanelDeck.cxx b/accessibility/source/extended/AccessibleToolPanelDeck.cxx
index 786a4b408a01..bba762fc2b19 100644
--- a/accessibility/source/extended/AccessibleToolPanelDeck.cxx
+++ b/accessibility/source/extended/AccessibleToolPanelDeck.cxx
@@ -170,7 +170,7 @@ namespace accessibility
void AccessibleToolPanelDeck_Impl::checkDisposed()
{
if ( isDisposed() )
- throw DisposedException( ::rtl::OUString(), *&m_rAntiImpl );
+ throw DisposedException( OUString(), *&m_rAntiImpl );
}
//------------------------------------------------------------------------------------------------------------------
@@ -291,7 +291,7 @@ namespace accessibility
const sal_Int32 nChildCount( getAccessibleChildCount() );
if ( ( i_nIndex < 0 ) || ( i_nIndex >= nChildCount ) )
- throw IndexOutOfBoundsException( ::rtl::OUString(), *this );
+ throw IndexOutOfBoundsException( OUString(), *this );
// first "n" children are provided by the layouter
const size_t nLayouterCount( m_pImpl->m_pPanelDeck->GetLayouter()->GetAccessibleChildCount() );
diff --git a/accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx b/accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx
index 6a58f99c88a1..896ebad79647 100644
--- a/accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx
+++ b/accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx
@@ -166,7 +166,7 @@ namespace accessibility
void AccessibleToolPanelTabBar_Impl::checkDisposed()
{
if ( isDisposed() )
- throw DisposedException( ::rtl::OUString(), *&m_rAntiImpl );
+ throw DisposedException( OUString(), *&m_rAntiImpl );
}
//------------------------------------------------------------------------------------------------------------------
diff --git a/accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx b/accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx
index 87ef61eee5f9..998f83e20e58 100644
--- a/accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx
+++ b/accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx
@@ -110,7 +110,7 @@ namespace accessibility
Reference< XAccessibleComponent > getParentAccessibleComponent() const;
::svt::IToolPanelDeck* getPanelDeck() const { return m_pPanelDeck; }
- ::rtl::OUString getPanelDisplayName();
+ OUString getPanelDisplayName();
private:
void impl_notifyBoundRectChanges();
@@ -149,7 +149,7 @@ namespace accessibility
void AccessibleToolPanelDeckTabBarItem_Impl::checkDisposed() const
{
if ( isDisposed() )
- throw DisposedException( ::rtl::OUString(), *&m_rAntiImpl );
+ throw DisposedException( OUString(), *&m_rAntiImpl );
}
//------------------------------------------------------------------------------------------------------------------
@@ -171,7 +171,7 @@ namespace accessibility
}
//------------------------------------------------------------------------------------------------------------------
- ::rtl::OUString AccessibleToolPanelDeckTabBarItem_Impl::getPanelDisplayName()
+ OUString AccessibleToolPanelDeckTabBarItem_Impl::getPanelDisplayName()
{
const ::svt::PToolPanel pPanel( m_pPanelDeck->GetPanel( getItemPos() ) );
if ( pPanel.get() == NULL )
@@ -292,7 +292,7 @@ namespace accessibility
Reference< XAccessible > SAL_CALL AccessibleToolPanelDeckTabBarItem::getAccessibleChild( sal_Int32 i ) throw (IndexOutOfBoundsException, RuntimeException)
{
(void)i;
- throw IndexOutOfBoundsException( ::rtl::OUString(), *this );
+ throw IndexOutOfBoundsException( OUString(), *this );
}
//--------------------------------------------------------------------
@@ -309,14 +309,14 @@ namespace accessibility
}
//--------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleToolPanelDeckTabBarItem::getAccessibleDescription( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleToolPanelDeckTabBarItem::getAccessibleDescription( ) throw (RuntimeException)
{
ItemMethodGuard aGuard( *m_pImpl );
return m_pImpl->getPanelDisplayName();
}
//--------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleToolPanelDeckTabBarItem::getAccessibleName( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleToolPanelDeckTabBarItem::getAccessibleName( ) throw (RuntimeException)
{
ItemMethodGuard aGuard( *m_pImpl );
return m_pImpl->getPanelDisplayName();
@@ -405,15 +405,15 @@ namespace accessibility
}
//--------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleToolPanelDeckTabBarItem::getTitledBorderText( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleToolPanelDeckTabBarItem::getTitledBorderText( ) throw (RuntimeException)
{
ItemMethodGuard aGuard( *m_pImpl );
// no support
- return ::rtl::OUString();
+ return OUString();
}
//--------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleToolPanelDeckTabBarItem::getToolTipText( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleToolPanelDeckTabBarItem::getToolTipText( ) throw (RuntimeException)
{
ItemMethodGuard aGuard( *m_pImpl );
return m_pImpl->getPanelDisplayName();
diff --git a/accessibility/source/extended/accessiblebrowseboxcell.cxx b/accessibility/source/extended/accessiblebrowseboxcell.cxx
index 3d9e19215def..f0c49de44251 100644
--- a/accessibility/source/extended/accessiblebrowseboxcell.cxx
+++ b/accessibility/source/extended/accessiblebrowseboxcell.cxx
@@ -44,7 +44,7 @@ namespace accessibility
// set accessible name here, because for that we need the position of the cell
// and so the base class isn't capable of doing this
sal_Int32 nPos = _nRowPos * _rBrowseBox.GetColumnCount() + _nColPos;
- ::rtl::OUString aAccName = _rBrowseBox.GetAccessibleObjectName( BBTYPE_TABLECELL, nPos );
+ OUString aAccName = _rBrowseBox.GetAccessibleObjectName( BBTYPE_TABLECELL, nPos );
implSetName( aAccName );
}
diff --git a/accessibility/source/extended/accessibleeditbrowseboxcell.cxx b/accessibility/source/extended/accessibleeditbrowseboxcell.cxx
index d11901f54a0f..dad1e74dcf32 100644
--- a/accessibility/source/extended/accessibleeditbrowseboxcell.cxx
+++ b/accessibility/source/extended/accessibleeditbrowseboxcell.cxx
@@ -71,9 +71,9 @@ namespace accessibility
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL EditBrowseBoxTableCell::getImplementationName() throw ( ::com::sun::star::uno::RuntimeException )
+ OUString SAL_CALL EditBrowseBoxTableCell::getImplementationName() throw ( ::com::sun::star::uno::RuntimeException )
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.TableCellProxy" ) );
+ return OUString( "com.sun.star.comp.svtools.TableCellProxy" );
}
// -----------------------------------------------------------------------------
@@ -116,26 +116,26 @@ namespace accessibility
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL EditBrowseBoxTableCell::getAccessibleDescription() throw ( RuntimeException )
+ OUString SAL_CALL EditBrowseBoxTableCell::getAccessibleDescription() throw ( RuntimeException )
{
SolarMethodGuard aGuard( *this );
return m_xInnerContext->getAccessibleDescription();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL EditBrowseBoxTableCell::getAccessibleName() throw ( RuntimeException )
+ OUString SAL_CALL EditBrowseBoxTableCell::getAccessibleName() throw ( RuntimeException )
{
SolarMethodGuard aGuard( *this );
// TODO: localize this!
- rtl::OUStringBuffer sName(mpBrowseBox->GetColumnDescription( ::sal::static_int_cast< sal_uInt16 >( getColumnPos() ) ));
+ OUStringBuffer sName(mpBrowseBox->GetColumnDescription( ::sal::static_int_cast< sal_uInt16 >( getColumnPos() ) ));
if ( 0 == sName.getLength() )
{
- sName.appendAscii(RTL_CONSTASCII_STRINGPARAM("Column "));
+ sName.appendAscii("Column ");
sName.append(getColumnPos());
}
- sName.appendAscii(RTL_CONSTASCII_STRINGPARAM(", Row "));
+ sName.appendAscii(", Row ");
sName.append(getRowPos());
return sName.makeStringAndClear();
diff --git a/accessibility/source/extended/accessibleiconchoicectrl.cxx b/accessibility/source/extended/accessibleiconchoicectrl.cxx
index 535fad71aedf..fd00e40e6c1c 100644
--- a/accessibility/source/extended/accessibleiconchoicectrl.cxx
+++ b/accessibility/source/extended/accessibleiconchoicectrl.cxx
@@ -110,21 +110,21 @@ namespace accessibility
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrl::getImplementationName() throw (RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrl::getImplementationName() throw (RuntimeException)
{
return getImplementationName_Static();
}
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > SAL_CALL AccessibleIconChoiceCtrl::getSupportedServiceNames() throw (RuntimeException)
+ Sequence< OUString > SAL_CALL AccessibleIconChoiceCtrl::getSupportedServiceNames() throw (RuntimeException)
{
return getSupportedServiceNames_Static();
}
// -----------------------------------------------------------------------------
- sal_Bool SAL_CALL AccessibleIconChoiceCtrl::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeException)
+ sal_Bool SAL_CALL AccessibleIconChoiceCtrl::supportsService( const OUString& _rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aSupported( getSupportedServiceNames() );
- const ::rtl::OUString* pSupported = aSupported.getConstArray();
- const ::rtl::OUString* pEnd = pSupported + aSupported.getLength();
+ Sequence< OUString > aSupported( getSupportedServiceNames() );
+ const OUString* pSupported = aSupported.getConstArray();
+ const OUString* pEnd = pSupported + aSupported.getLength();
for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported )
;
@@ -133,18 +133,18 @@ namespace accessibility
// -----------------------------------------------------------------------------
// XServiceInfo - static methods
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > AccessibleIconChoiceCtrl::getSupportedServiceNames_Static(void) throw (RuntimeException)
+ Sequence< OUString > AccessibleIconChoiceCtrl::getSupportedServiceNames_Static(void) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aSupported(3);
- aSupported[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.AccessibleContext") );
- aSupported[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.AccessibleComponent") );
- aSupported[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleIconChoiceControl") );
+ Sequence< OUString > aSupported(3);
+ aSupported[0] = "com.sun.star.accessibility.AccessibleContext";
+ aSupported[1] = "com.sun.star.accessibility.AccessibleComponent";
+ aSupported[2] = "com.sun.star.awt.AccessibleIconChoiceControl";
return aSupported;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleIconChoiceCtrl::getImplementationName_Static(void) throw (RuntimeException)
+ OUString AccessibleIconChoiceCtrl::getImplementationName_Static(void) throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.svtools.AccessibleIconChoiceControl") );
+ return OUString( "com.sun.star.comp.svtools.AccessibleIconChoiceControl" );
}
// -----------------------------------------------------------------------------
// XAccessible
@@ -191,7 +191,7 @@ namespace accessibility
return AccessibleRole::TREE;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrl::getAccessibleDescription( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrl::getAccessibleDescription( ) throw (RuntimeException)
{
::comphelper::OExternalLockGuard aGuard( this );
@@ -199,15 +199,15 @@ namespace accessibility
return getCtrl()->GetAccessibleDescription();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrl::getAccessibleName( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrl::getAccessibleName( ) throw (RuntimeException)
{
::comphelper::OExternalLockGuard aGuard( this );
ensureAlive();
- ::rtl::OUString sName = getCtrl()->GetAccessibleName();
+ OUString sName = getCtrl()->GetAccessibleName();
if ( sName.isEmpty() )
- sName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IconChoiceControl" ) );
+ sName = "IconChoiceControl";
return sName;
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
index a08d2d7d7793..9f847f47baef 100644
--- a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
+++ b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
@@ -181,9 +181,9 @@ throw(RuntimeException)
throw lang::DisposedException();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleIconChoiceCtrlEntry::implGetText()
+ OUString AccessibleIconChoiceCtrlEntry::implGetText()
{
- ::rtl::OUString sRet;
+ OUString sRet;
SvxIconChoiceCtrlEntry* pEntry = m_pIconCtrl->GetEntry( m_nIndex );
if ( pEntry )
sRet = pEntry->GetDisplayText();
@@ -247,21 +247,21 @@ throw(RuntimeException)
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getImplementationName() throw(RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getImplementationName() throw(RuntimeException)
{
return getImplementationName_Static();
}
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > SAL_CALL AccessibleIconChoiceCtrlEntry::getSupportedServiceNames() throw(RuntimeException)
+ Sequence< OUString > SAL_CALL AccessibleIconChoiceCtrlEntry::getSupportedServiceNames() throw(RuntimeException)
{
return getSupportedServiceNames_Static();
}
// -----------------------------------------------------------------------------
- sal_Bool SAL_CALL AccessibleIconChoiceCtrlEntry::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeException)
+ sal_Bool SAL_CALL AccessibleIconChoiceCtrlEntry::supportsService( const OUString& _rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aSupported( getSupportedServiceNames() );
- const ::rtl::OUString* pSupported = aSupported.getConstArray();
- const ::rtl::OUString* pEnd = pSupported + aSupported.getLength();
+ Sequence< OUString > aSupported( getSupportedServiceNames() );
+ const OUString* pSupported = aSupported.getConstArray();
+ const OUString* pEnd = pSupported + aSupported.getLength();
for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported )
;
@@ -270,18 +270,18 @@ throw(RuntimeException)
// -----------------------------------------------------------------------------
// XServiceInfo - static methods
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > AccessibleIconChoiceCtrlEntry::getSupportedServiceNames_Static(void) throw( RuntimeException )
+ Sequence< OUString > AccessibleIconChoiceCtrlEntry::getSupportedServiceNames_Static(void) throw( RuntimeException )
{
- Sequence< ::rtl::OUString > aSupported(3);
- aSupported[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.AccessibleContext") );
- aSupported[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.AccessibleComponent") );
- aSupported[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleIconChoiceControlEntry") );
+ Sequence< OUString > aSupported(3);
+ aSupported[0] = "com.sun.star.accessibility.AccessibleContext";
+ aSupported[1] = "com.sun.star.accessibility.AccessibleComponent";
+ aSupported[2] = "com.sun.star.awt.AccessibleIconChoiceControlEntry";
return aSupported;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleIconChoiceCtrlEntry::getImplementationName_Static(void) throw( RuntimeException )
+ OUString AccessibleIconChoiceCtrlEntry::getImplementationName_Static(void) throw( RuntimeException )
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.svtools.AccessibleIconChoiceControlEntry") );
+ return OUString( "com.sun.star.comp.svtools.AccessibleIconChoiceControlEntry" );
}
// -----------------------------------------------------------------------------
// XAccessible
@@ -324,13 +324,13 @@ throw(RuntimeException)
return AccessibleRole::LABEL;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleDescription( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleDescription( ) throw (RuntimeException)
{
// no description for every item
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleName( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleName( ) throw (RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -574,13 +574,13 @@ throw(RuntimeException)
EnsureIsAlive();
return OCommonAccessibleText::getCharacter( nIndex );
}
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL AccessibleIconChoiceCtrlEntry::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL AccessibleIconChoiceCtrlEntry::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< OUString >& ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
EnsureIsAlive();
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -595,7 +595,7 @@ throw(RuntimeException)
return OCommonAccessibleText::getCharacterCount( );
}
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getSelectedText( ) throw (::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getSelectedText( ) throw (::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -627,14 +627,14 @@ throw(RuntimeException)
return sal_False;
}
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getText( ) throw (::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getText( ) throw (::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
EnsureIsAlive();
return OCommonAccessibleText::getText( );
}
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -695,7 +695,7 @@ throw(RuntimeException)
return bRet;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleActionDescription( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+ OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleActionDescription( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -703,7 +703,7 @@ throw(RuntimeException)
checkActionIndex_Impl( nIndex );
EnsureIsAlive();
- static const ::rtl::OUString sActionDesc( RTL_CONSTASCII_USTRINGPARAM( "Select" ) );
+ static const OUString sActionDesc( "Select" );
return sActionDesc;
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/extended/accessiblelistbox.cxx b/accessibility/source/extended/accessiblelistbox.cxx
index d3fa4c6f1c08..e9a719cd6690 100644
--- a/accessibility/source/extended/accessiblelistbox.cxx
+++ b/accessibility/source/extended/accessiblelistbox.cxx
@@ -176,21 +176,21 @@ namespace accessibility
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleListBox::getImplementationName() throw(RuntimeException)
+ OUString SAL_CALL AccessibleListBox::getImplementationName() throw(RuntimeException)
{
return getImplementationName_Static();
}
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > SAL_CALL AccessibleListBox::getSupportedServiceNames() throw(RuntimeException)
+ Sequence< OUString > SAL_CALL AccessibleListBox::getSupportedServiceNames() throw(RuntimeException)
{
return getSupportedServiceNames_Static();
}
// -----------------------------------------------------------------------------
- sal_Bool SAL_CALL AccessibleListBox::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeException)
+ sal_Bool SAL_CALL AccessibleListBox::supportsService( const OUString& _rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aSupported( getSupportedServiceNames() );
- const ::rtl::OUString* pSupported = aSupported.getConstArray();
- const ::rtl::OUString* pEnd = pSupported + aSupported.getLength();
+ Sequence< OUString > aSupported( getSupportedServiceNames() );
+ const OUString* pSupported = aSupported.getConstArray();
+ const OUString* pEnd = pSupported + aSupported.getLength();
for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported )
;
@@ -199,18 +199,18 @@ namespace accessibility
// -----------------------------------------------------------------------------
// XServiceInfo - static methods
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > AccessibleListBox::getSupportedServiceNames_Static(void) throw( RuntimeException )
+ Sequence< OUString > AccessibleListBox::getSupportedServiceNames_Static(void) throw( RuntimeException )
{
- Sequence< ::rtl::OUString > aSupported(3);
- aSupported[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.AccessibleContext") );
- aSupported[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.AccessibleComponent") );
- aSupported[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleTreeListBox") );
+ Sequence< OUString > aSupported(3);
+ aSupported[0] = "com.sun.star.accessibility.AccessibleContext";
+ aSupported[1] = "com.sun.star.accessibility.AccessibleComponent";
+ aSupported[2] = "com.sun.star.awt.AccessibleTreeListBox";
return aSupported;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleListBox::getImplementationName_Static(void) throw( RuntimeException )
+ OUString AccessibleListBox::getImplementationName_Static(void) throw( RuntimeException )
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.svtools.AccessibleTreeListBox") );
+ return OUString( "com.sun.star.comp.svtools.AccessibleTreeListBox" );
}
// -----------------------------------------------------------------------------
// XAccessible
@@ -262,7 +262,7 @@ namespace accessibility
return AccessibleRole::TREE;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleListBox::getAccessibleDescription( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleListBox::getAccessibleDescription( ) throw (RuntimeException)
{
::comphelper::OExternalLockGuard aGuard( this );
@@ -270,7 +270,7 @@ namespace accessibility
return getListBox()->GetAccessibleDescription();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleListBox::getAccessibleName( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleListBox::getAccessibleName( ) throw (RuntimeException)
{
::comphelper::OExternalLockGuard aGuard( this );
diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx
index af9c3cc615ac..2d5081293a3e 100644
--- a/accessibility/source/extended/accessiblelistboxentry.cxx
+++ b/accessibility/source/extended/accessiblelistboxentry.cxx
@@ -178,9 +178,9 @@ namespace accessibility
throw lang::DisposedException();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleListBoxEntry::implGetText()
+ OUString AccessibleListBoxEntry::implGetText()
{
- ::rtl::OUString sRet;
+ OUString sRet;
SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath );
if ( pEntry )
sRet = getListBox()->SearchEntryText( pEntry );
@@ -256,21 +256,21 @@ namespace accessibility
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleListBoxEntry::getImplementationName() throw(RuntimeException)
+ OUString SAL_CALL AccessibleListBoxEntry::getImplementationName() throw(RuntimeException)
{
return getImplementationName_Static();
}
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > SAL_CALL AccessibleListBoxEntry::getSupportedServiceNames() throw(RuntimeException)
+ Sequence< OUString > SAL_CALL AccessibleListBoxEntry::getSupportedServiceNames() throw(RuntimeException)
{
return getSupportedServiceNames_Static();
}
// -----------------------------------------------------------------------------
- sal_Bool SAL_CALL AccessibleListBoxEntry::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeException)
+ sal_Bool SAL_CALL AccessibleListBoxEntry::supportsService( const OUString& _rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aSupported( getSupportedServiceNames() );
- const ::rtl::OUString* pSupported = aSupported.getConstArray();
- const ::rtl::OUString* pEnd = pSupported + aSupported.getLength();
+ Sequence< OUString > aSupported( getSupportedServiceNames() );
+ const OUString* pSupported = aSupported.getConstArray();
+ const OUString* pEnd = pSupported + aSupported.getLength();
for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported )
;
@@ -279,18 +279,18 @@ namespace accessibility
// -----------------------------------------------------------------------------
// XServiceInfo - static methods
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > AccessibleListBoxEntry::getSupportedServiceNames_Static(void) throw( RuntimeException )
+ Sequence< OUString > AccessibleListBoxEntry::getSupportedServiceNames_Static(void) throw( RuntimeException )
{
- Sequence< ::rtl::OUString > aSupported(3);
- aSupported[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.AccessibleContext") );
- aSupported[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.AccessibleComponent") );
- aSupported[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleTreeListBoxEntry") );
+ Sequence< OUString > aSupported(3);
+ aSupported[0] = "com.sun.star.accessibility.AccessibleContext";
+ aSupported[1] = "com.sun.star.accessibility.AccessibleComponent";
+ aSupported[2] = "com.sun.star.awt.AccessibleTreeListBoxEntry";
return aSupported;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleListBoxEntry::getImplementationName_Static(void) throw( RuntimeException )
+ OUString AccessibleListBoxEntry::getImplementationName_Static(void) throw( RuntimeException )
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.svtools.AccessibleTreeListBoxEntry") );
+ return OUString( "com.sun.star.comp.svtools.AccessibleTreeListBoxEntry" );
}
// -----------------------------------------------------------------------------
// XAccessible
@@ -389,13 +389,13 @@ namespace accessibility
return AccessibleRole::LABEL;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleListBoxEntry::getAccessibleDescription( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleListBoxEntry::getAccessibleDescription( ) throw (RuntimeException)
{
// no description for every item
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleListBoxEntry::getAccessibleName( ) throw (RuntimeException)
+ OUString SAL_CALL AccessibleListBoxEntry::getAccessibleName( ) throw (RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -671,7 +671,7 @@ namespace accessibility
return bRet;
}
// -----------------------------------------------------------------------------
- ::rtl::OUString SAL_CALL AccessibleListBoxEntry::getAccessibleActionDescription( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+ OUString SAL_CALL AccessibleListBoxEntry::getAccessibleActionDescription( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -679,7 +679,7 @@ namespace accessibility
checkActionIndex_Impl( nIndex );
EnsureIsAlive();
- static const ::rtl::OUString sActionDesc( RTL_CONSTASCII_USTRINGPARAM( "toggleExpand" ) );
+ static const OUString sActionDesc( "toggleExpand" );
return sActionDesc;
}
// -----------------------------------------------------------------------------
@@ -857,13 +857,13 @@ namespace accessibility
EnsureIsAlive();
return OCommonAccessibleText::getCharacter( nIndex );
}
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL AccessibleListBoxEntry::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL AccessibleListBoxEntry::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< OUString >& ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
EnsureIsAlive();
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -878,7 +878,7 @@ namespace accessibility
return OCommonAccessibleText::getCharacterCount( );
}
- ::rtl::OUString SAL_CALL AccessibleListBoxEntry::getSelectedText( ) throw (::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleListBoxEntry::getSelectedText( ) throw (::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -910,14 +910,14 @@ namespace accessibility
return sal_False;
}
- ::rtl::OUString SAL_CALL AccessibleListBoxEntry::getText( ) throw (::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleListBoxEntry::getText( ) throw (::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
EnsureIsAlive();
return OCommonAccessibleText::getText( );
}
- ::rtl::OUString SAL_CALL AccessibleListBoxEntry::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
+ OUString SAL_CALL AccessibleListBoxEntry::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
diff --git a/accessibility/source/extended/accessibletabbar.cxx b/accessibility/source/extended/accessibletabbar.cxx
index e9ccbdf7e280..0f01b164426c 100644
--- a/accessibility/source/extended/accessibletabbar.cxx
+++ b/accessibility/source/extended/accessibletabbar.cxx
@@ -199,18 +199,18 @@ namespace accessibility
// XServiceInfo
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBar::getImplementationName() throw (RuntimeException)
+ OUString AccessibleTabBar::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.AccessibleTabBar" ));
+ return OUString( "com.sun.star.comp.svtools.AccessibleTabBar" );
}
// -----------------------------------------------------------------------------
- sal_Bool AccessibleTabBar::supportsService( const ::rtl::OUString& rServiceName ) throw (RuntimeException)
+ sal_Bool AccessibleTabBar::supportsService( const OUString& rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames( getSupportedServiceNames() );
- const ::rtl::OUString* pNames = aNames.getConstArray();
- const ::rtl::OUString* pEnd = pNames + aNames.getLength();
+ Sequence< OUString > aNames( getSupportedServiceNames() );
+ const OUString* pNames = aNames.getConstArray();
+ const OUString* pEnd = pNames + aNames.getLength();
for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames )
;
@@ -219,10 +219,10 @@ namespace accessibility
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > AccessibleTabBar::getSupportedServiceNames() throw (RuntimeException)
+ Sequence< OUString > AccessibleTabBar::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.AccessibleTabBar" ));
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleTabBar";
return aNames;
}
@@ -338,11 +338,11 @@ namespace accessibility
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBar::getAccessibleDescription( ) throw (RuntimeException)
+ OUString AccessibleTabBar::getAccessibleDescription( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sDescription;
+ OUString sDescription;
if ( m_pTabBar )
sDescription = m_pTabBar->GetAccessibleDescription();
@@ -351,11 +351,11 @@ namespace accessibility
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBar::getAccessibleName( ) throw (RuntimeException)
+ OUString AccessibleTabBar::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sName;
+ OUString sName;
if ( m_pTabBar )
sName = m_pTabBar->GetAccessibleName();
@@ -517,11 +517,11 @@ namespace accessibility
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBar::getTitledBorderText( ) throw (RuntimeException)
+ OUString AccessibleTabBar::getTitledBorderText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sText;
+ OUString sText;
if ( m_pTabBar )
sText = m_pTabBar->GetText();
@@ -530,11 +530,11 @@ namespace accessibility
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBar::getToolTipText( ) throw (RuntimeException)
+ OUString AccessibleTabBar::getToolTipText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sText;
+ OUString sText;
if ( m_pTabBar )
sText = m_pTabBar->GetQuickHelpText();
diff --git a/accessibility/source/extended/accessibletabbarpage.cxx b/accessibility/source/extended/accessibletabbarpage.cxx
index 70da3e84a037..1d991d0e5dde 100644
--- a/accessibility/source/extended/accessibletabbarpage.cxx
+++ b/accessibility/source/extended/accessibletabbarpage.cxx
@@ -166,7 +166,7 @@ namespace accessibility
// -----------------------------------------------------------------------------
- void AccessibleTabBarPage::SetPageText( const ::rtl::OUString& sPageText )
+ void AccessibleTabBarPage::SetPageText( const OUString& sPageText )
{
if ( !m_sPageText.equals( sPageText ) )
{
@@ -249,25 +249,25 @@ namespace accessibility
void AccessibleTabBarPage::disposing()
{
AccessibleTabBarBase::disposing();
- m_sPageText = ::rtl::OUString();
+ m_sPageText = OUString();
}
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBarPage::getImplementationName() throw (RuntimeException)
+ OUString AccessibleTabBarPage::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.AccessibleTabBarPage" ));
+ return OUString( "com.sun.star.comp.svtools.AccessibleTabBarPage" );
}
// -----------------------------------------------------------------------------
- sal_Bool AccessibleTabBarPage::supportsService( const ::rtl::OUString& rServiceName ) throw (RuntimeException)
+ sal_Bool AccessibleTabBarPage::supportsService( const OUString& rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames( getSupportedServiceNames() );
- const ::rtl::OUString* pNames = aNames.getConstArray();
- const ::rtl::OUString* pEnd = pNames + aNames.getLength();
+ Sequence< OUString > aNames( getSupportedServiceNames() );
+ const OUString* pNames = aNames.getConstArray();
+ const OUString* pEnd = pNames + aNames.getLength();
for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames )
;
@@ -276,10 +276,10 @@ namespace accessibility
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > AccessibleTabBarPage::getSupportedServiceNames() throw (RuntimeException)
+ Sequence< OUString > AccessibleTabBarPage::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.AccessibleTabBarPage" ));
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleTabBarPage";
return aNames;
}
@@ -350,11 +350,11 @@ namespace accessibility
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBarPage::getAccessibleDescription( ) throw (RuntimeException)
+ OUString AccessibleTabBarPage::getAccessibleDescription( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sDescription;
+ OUString sDescription;
if ( m_pTabBar )
sDescription = m_pTabBar->GetHelpText( m_nPageId );
@@ -363,7 +363,7 @@ namespace accessibility
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBarPage::getAccessibleName( ) throw (RuntimeException)
+ OUString AccessibleTabBarPage::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -496,11 +496,11 @@ namespace accessibility
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBarPage::getToolTipText( ) throw (RuntimeException)
+ OUString AccessibleTabBarPage::getToolTipText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/extended/accessibletabbarpagelist.cxx b/accessibility/source/extended/accessibletabbarpagelist.cxx
index a856fc2e8795..b85c8a8d9963 100644
--- a/accessibility/source/extended/accessibletabbarpagelist.cxx
+++ b/accessibility/source/extended/accessibletabbarpagelist.cxx
@@ -131,7 +131,7 @@ namespace accessibility
{
if ( m_pTabBar )
{
- ::rtl::OUString sPageText = m_pTabBar->GetPageText( m_pTabBar->GetPageId( (sal_uInt16)i ) );
+ OUString sPageText = m_pTabBar->GetPageText( m_pTabBar->GetPageId( (sal_uInt16)i ) );
pAccessibleTabBarPage->SetPageText( sPageText );
}
}
@@ -419,18 +419,18 @@ namespace accessibility
// XServiceInfo
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBarPageList::getImplementationName() throw (RuntimeException)
+ OUString AccessibleTabBarPageList::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.AccessibleTabBarPageList" ));
+ return OUString( "com.sun.star.comp.svtools.AccessibleTabBarPageList" );
}
// -----------------------------------------------------------------------------
- sal_Bool AccessibleTabBarPageList::supportsService( const ::rtl::OUString& rServiceName ) throw (RuntimeException)
+ sal_Bool AccessibleTabBarPageList::supportsService( const OUString& rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames( getSupportedServiceNames() );
- const ::rtl::OUString* pNames = aNames.getConstArray();
- const ::rtl::OUString* pEnd = pNames + aNames.getLength();
+ Sequence< OUString > aNames( getSupportedServiceNames() );
+ const OUString* pNames = aNames.getConstArray();
+ const OUString* pEnd = pNames + aNames.getLength();
for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames )
;
@@ -439,10 +439,10 @@ namespace accessibility
// -----------------------------------------------------------------------------
- Sequence< ::rtl::OUString > AccessibleTabBarPageList::getSupportedServiceNames() throw (RuntimeException)
+ Sequence< OUString > AccessibleTabBarPageList::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.AccessibleTabBarPageList" ));
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleTabBarPageList";
return aNames;
}
@@ -527,20 +527,20 @@ namespace accessibility
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBarPageList::getAccessibleDescription( ) throw (RuntimeException)
+ OUString AccessibleTabBarPageList::getAccessibleDescription( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBarPageList::getAccessibleName( ) throw (RuntimeException)
+ OUString AccessibleTabBarPageList::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
@@ -680,20 +680,20 @@ namespace accessibility
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBarPageList::getTitledBorderText( ) throw (RuntimeException)
+ OUString AccessibleTabBarPageList::getTitledBorderText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabBarPageList::getToolTipText( ) throw (RuntimeException)
+ OUString AccessibleTabBarPageList::getToolTipText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/extended/accessibletablistboxtable.cxx b/accessibility/source/extended/accessibletablistboxtable.cxx
index 803bd412c4ff..1c252177c537 100644
--- a/accessibility/source/extended/accessibletablistboxtable.cxx
+++ b/accessibility/source/extended/accessibletablistboxtable.cxx
@@ -178,8 +178,8 @@ namespace accessibility
Reference< XAccessible > xChild =
m_pTabListBox->CreateAccessibleCell( nRow, nCol );
uno::Any aOldValue, aNewValue;
- aOldValue <<= ::rtl::OUString( pData->m_sOldText );
- ::rtl::OUString sNewText( m_pTabListBox->GetCellText( nRow, nCol ) );
+ aOldValue <<= OUString( pData->m_sOldText );
+ OUString sNewText( m_pTabListBox->GetCellText( nRow, nCol ) );
aNewValue <<= sNewText;
TriState eState = STATE_DONTKNOW;
@@ -273,9 +273,9 @@ namespace accessibility
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
- ::rtl::OUString AccessibleTabListBoxTable::getImplementationName (void) throw (RuntimeException)
+ OUString AccessibleTabListBoxTable::getImplementationName (void) throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.svtools.AccessibleTabListBoxTable" ));
+ return OUString( "com.sun.star.comp.svtools.AccessibleTabListBoxTable" );
}
// -----------------------------------------------------------------------------
// XAccessibleSelection
diff --git a/accessibility/source/extended/textwindowaccessibility.cxx b/accessibility/source/extended/textwindowaccessibility.cxx
index 865a31d59f5e..3fb4c8f6cd35 100644
--- a/accessibility/source/extended/textwindowaccessibility.cxx
+++ b/accessibility/source/extended/textwindowaccessibility.cxx
@@ -108,7 +108,7 @@ ParagraphImpl::numberChanged(bool bIncremented)
void ParagraphImpl::textChanged()
{
- ::rtl::OUString aParagraphText = implGetText();
+ OUString aParagraphText = implGetText();
::css::uno::Any aOldValue, aNewValue;
if ( implInitTextChangedEvent( m_aParagraphText, aParagraphText, aOldValue, aNewValue ) )
{
@@ -153,10 +153,8 @@ ParagraphImpl::getAccessibleChild(::sal_Int32)
{
checkDisposed();
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " ParagraphImpl::getAccessibleChild")),
+ "textwindowaccessibility.cxx:"
+ " ParagraphImpl::getAccessibleChild",
static_cast< ::css::uno::XWeak * >(this));
}
@@ -186,19 +184,19 @@ ParagraphImpl::getAccessibleParent()
}
// virtual
-::rtl::OUString SAL_CALL ParagraphImpl::getAccessibleDescription()
+OUString SAL_CALL ParagraphImpl::getAccessibleDescription()
throw (::css::uno::RuntimeException)
{
checkDisposed();
- return ::rtl::OUString();
+ return OUString();
}
// virtual
-::rtl::OUString SAL_CALL ParagraphImpl::getAccessibleName()
+OUString SAL_CALL ParagraphImpl::getAccessibleName()
throw (::css::uno::RuntimeException)
{
checkDisposed();
- return ::rtl::OUString();
+ return OUString();
}
// virtual
@@ -308,7 +306,7 @@ void SAL_CALL ParagraphImpl::grabFocus() throw (::css::uno::RuntimeException)
OSL_TRACE(
"textwindowaccessibility.cxx: ParagraphImpl::grabFocus:"
" caught unexpected %s\n",
- ::rtl::OUStringToOString(rEx.Message, RTL_TEXTENCODING_UTF8).
+ OUStringToOString(rEx.Message, RTL_TEXTENCODING_UTF8).
getStr());
}
}
@@ -364,7 +362,7 @@ void SAL_CALL ParagraphImpl::grabFocus() throw (::css::uno::RuntimeException)
// virtual
::css::uno::Sequence< ::css::beans::PropertyValue > SAL_CALL
-ParagraphImpl::getCharacterAttributes(::sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aRequestedAttributes)
+ParagraphImpl::getCharacterAttributes(::sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< OUString >& aRequestedAttributes)
throw (::css::lang::IndexOutOfBoundsException,
::css::uno::RuntimeException)
{
@@ -408,7 +406,7 @@ ParagraphImpl::getIndexAtPoint(::css::awt::Point const & rPoint)
}
// virtual
-::rtl::OUString SAL_CALL ParagraphImpl::getSelectedText()
+OUString SAL_CALL ParagraphImpl::getSelectedText()
throw (::css::uno::RuntimeException)
{
checkDisposed();
@@ -444,7 +442,7 @@ ParagraphImpl::getIndexAtPoint(::css::awt::Point const & rPoint)
}
// virtual
-::rtl::OUString SAL_CALL ParagraphImpl::getText()
+OUString SAL_CALL ParagraphImpl::getText()
throw (::css::uno::RuntimeException)
{
checkDisposed();
@@ -452,7 +450,7 @@ ParagraphImpl::getIndexAtPoint(::css::awt::Point const & rPoint)
}
// virtual
-::rtl::OUString SAL_CALL ParagraphImpl::getTextRange(::sal_Int32 nStartIndex,
+OUString SAL_CALL ParagraphImpl::getTextRange(::sal_Int32 nStartIndex,
::sal_Int32 nEndIndex)
throw (::css::lang::IndexOutOfBoundsException,
::css::uno::RuntimeException)
@@ -501,7 +499,7 @@ ParagraphImpl::getIndexAtPoint(::css::awt::Point const & rPoint)
{
checkDisposed();
m_xDocument->changeParagraphText(this, nStartIndex, nEndIndex, true, false,
- ::rtl::OUString());
+ OUString());
return true;
}
@@ -512,7 +510,7 @@ ParagraphImpl::getIndexAtPoint(::css::awt::Point const & rPoint)
{
checkDisposed();
m_xDocument->changeParagraphText(this, nIndex, nIndex, false, true,
- ::rtl::OUString());
+ OUString());
return true;
}
@@ -524,12 +522,12 @@ ParagraphImpl::getIndexAtPoint(::css::awt::Point const & rPoint)
{
checkDisposed();
m_xDocument->changeParagraphText(this, nStartIndex, nEndIndex, false, false,
- ::rtl::OUString());
+ OUString());
return true;
}
// virtual
-::sal_Bool SAL_CALL ParagraphImpl::insertText(::rtl::OUString const & rText,
+::sal_Bool SAL_CALL ParagraphImpl::insertText(OUString const & rText,
::sal_Int32 nIndex)
throw (::css::lang::IndexOutOfBoundsException,
::css::uno::RuntimeException)
@@ -542,7 +540,7 @@ ParagraphImpl::getIndexAtPoint(::css::awt::Point const & rPoint)
// virtual
::sal_Bool SAL_CALL
ParagraphImpl::replaceText(::sal_Int32 nStartIndex, ::sal_Int32 nEndIndex,
- ::rtl::OUString const & rReplacement)
+ OUString const & rReplacement)
throw (::css::lang::IndexOutOfBoundsException,
::css::uno::RuntimeException)
{
@@ -566,7 +564,7 @@ ParagraphImpl::replaceText(::sal_Int32 nStartIndex, ::sal_Int32 nEndIndex,
}
// virtual
-::sal_Bool SAL_CALL ParagraphImpl::setText(::rtl::OUString const & rText)
+::sal_Bool SAL_CALL ParagraphImpl::setText(OUString const & rText)
throw (::css::uno::RuntimeException)
{
checkDisposed();
@@ -576,7 +574,7 @@ ParagraphImpl::replaceText(::sal_Int32 nStartIndex, ::sal_Int32 nEndIndex,
// virtual
::css::uno::Sequence< ::css::beans::PropertyValue > SAL_CALL
-ParagraphImpl::getDefaultAttributes(const ::css::uno::Sequence< ::rtl::OUString >& RequestedAttributes)
+ParagraphImpl::getDefaultAttributes(const ::css::uno::Sequence< OUString >& RequestedAttributes)
throw (::css::uno::RuntimeException)
{
checkDisposed();
@@ -585,7 +583,7 @@ ParagraphImpl::getDefaultAttributes(const ::css::uno::Sequence< ::rtl::OUString
// virtual
::css::uno::Sequence< ::css::beans::PropertyValue > SAL_CALL
-ParagraphImpl::getRunAttributes(::sal_Int32 Index, const ::css::uno::Sequence< ::rtl::OUString >& RequestedAttributes)
+ParagraphImpl::getRunAttributes(::sal_Int32 Index, const ::css::uno::Sequence< OUString >& RequestedAttributes)
throw (::css::lang::IndexOutOfBoundsException,
::css::uno::RuntimeException)
{
@@ -634,10 +632,8 @@ ParagraphImpl::getRunAttributes(::sal_Int32 Index, const ::css::uno::Sequence< :
::css::accessibility::TextSegment();
} catch (const ::css::lang::IndexOutOfBoundsException&) {
throw ::css::uno::RuntimeException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " ParagraphImpl::getTextAtLineWithCaret") ),
+ "textwindowaccessibility.cxx:"
+ " ParagraphImpl::getTextAtLineWithCaret",
static_cast< ::css::uno::XWeak * >( this ) );
}
}
@@ -715,7 +711,7 @@ void SAL_CALL ParagraphImpl::disposing()
}
// virtual
-::rtl::OUString ParagraphImpl::implGetText()
+OUString ParagraphImpl::implGetText()
{
return m_xDocument->retrieveParagraphText(this);
}
@@ -737,7 +733,7 @@ void ParagraphImpl::implGetSelection(::sal_Int32 & rStartIndex,
void ParagraphImpl::implGetParagraphBoundary( ::css::i18n::Boundary& rBoundary,
::sal_Int32 nIndex )
{
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
::sal_Int32 nLength = sText.getLength();
if ( implIsValidIndex( nIndex, nLength ) )
@@ -756,7 +752,7 @@ void ParagraphImpl::implGetParagraphBoundary( ::css::i18n::Boundary& rBoundary,
void ParagraphImpl::implGetLineBoundary( ::css::i18n::Boundary& rBoundary,
::sal_Int32 nIndex )
{
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
::sal_Int32 nLength = sText.getLength();
if ( implIsValidIndex( nIndex, nLength ) || nIndex == nLength )
@@ -780,7 +776,7 @@ void ParagraphImpl::checkDisposed()
if (!(rBHelper.bDisposed || rBHelper.bInDispose))
return;
throw ::css::lang::DisposedException(
- ::rtl::OUString(), static_cast< ::css::uno::XWeak * >(this));
+ OUString(), static_cast< ::css::uno::XWeak * >(this));
}
Document::Document(::VCLXWindow * pVclXWindow, ::TextEngine & rEngine,
@@ -889,7 +885,7 @@ Document::retrieveParagraphBounds(ParagraphImpl const * pParagraph,
// XXX numeric overflow (3x)
}
-::rtl::OUString
+OUString
Document::retrieveParagraphText(ParagraphImpl const * pParagraph)
{
::osl::Guard< ::comphelper::IMutex > aExternalGuard(getExternalLock());
@@ -955,10 +951,8 @@ Document::retrieveCharacterBounds(ParagraphImpl const * pParagraph,
// XXX numeric overflow
if (nIndex < 0 || nIndex > nLength)
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::retrieveCharacterAttributes")),
+ "textwindowaccessibility.cxx:"
+ " Document::retrieveCharacterAttributes",
static_cast< ::css::uno::XWeak * >(this));
::css::awt::Rectangle aBounds( 0, 0, 0, 0 );
if ( nIndex == nLength )
@@ -1015,7 +1009,7 @@ Document::retrieveCharacterBounds(ParagraphImpl const * pParagraph,
::css::uno::Sequence< ::css::beans::PropertyValue >
Document::retrieveCharacterAttributes(
ParagraphImpl const * pParagraph, ::sal_Int32 nIndex,
- const ::css::uno::Sequence< ::rtl::OUString >& aRequestedAttributes)
+ const ::css::uno::Sequence< OUString >& aRequestedAttributes)
{
::osl::Guard< ::comphelper::IMutex > aExternalGuard(getExternalLock());
::osl::MutexGuard aInternalGuard(GetMutex());
@@ -1023,10 +1017,8 @@ Document::retrieveCharacterAttributes(
// XXX numeric overflow
if (nIndex < 0 || nIndex >= m_rEngine.GetText(nNumber).Len())
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::retrieveCharacterAttributes")),
+ "textwindowaccessibility.cxx:"
+ " Document::retrieveCharacterAttributes",
static_cast< ::css::uno::XWeak * >(this));
// retrieve default attributes
@@ -1050,7 +1042,7 @@ Document::retrieveCharacterAttributes(
void Document::retrieveDefaultAttributesImpl(
ParagraphImpl const * pParagraph,
- const ::css::uno::Sequence< ::rtl::OUString >& RequestedAttributes,
+ const ::css::uno::Sequence< OUString >& RequestedAttributes,
tPropValMap& rDefAttrSeq)
{
// default attributes are not supported by text engine
@@ -1062,7 +1054,7 @@ void Document::retrieveDefaultAttributesImpl(
::css::uno::Sequence< ::css::beans::PropertyValue >
Document::retrieveDefaultAttributes(
ParagraphImpl const * pParagraph,
- const ::css::uno::Sequence< ::rtl::OUString >& RequestedAttributes)
+ const ::css::uno::Sequence< OUString >& RequestedAttributes)
{
::osl::Guard< ::comphelper::IMutex > aExternalGuard( getExternalLock() );
::osl::MutexGuard aInternalGuard( GetMutex() );
@@ -1091,7 +1083,7 @@ Document::convertHashMapToSequence(tPropValMap& rAttrSeq)
void Document::retrieveRunAttributesImpl(
ParagraphImpl const * pParagraph, ::sal_Int32 Index,
- const ::css::uno::Sequence< ::rtl::OUString >& RequestedAttributes,
+ const ::css::uno::Sequence< OUString >& RequestedAttributes,
tPropValMap& rRunAttrSeq)
{
::sal_uLong nNumber = static_cast< ::sal_uLong >( pParagraph->getNumber() );
@@ -1108,8 +1100,7 @@ void Document::retrieveRunAttributesImpl(
if ( pColor )
{
::css::beans::PropertyValue aPropVal;
- aPropVal.Name =
- ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharColor" ) );
+ aPropVal.Name = "CharColor";
aPropVal.Handle = -1;
aPropVal.Value = mapFontColor( pColor->GetColor() );
aPropVal.State = ::css::beans::PropertyState_DIRECT_VALUE;
@@ -1118,8 +1109,7 @@ void Document::retrieveRunAttributesImpl(
if ( pWeight )
{
::css::beans::PropertyValue aPropVal;
- aPropVal.Name =
- ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharWeight" ) );
+ aPropVal.Name = "CharWeight";
aPropVal.Handle = -1;
aPropVal.Value = mapFontWeight( pWeight->getFontWeight() );
aPropVal.State = ::css::beans::PropertyState_DIRECT_VALUE;
@@ -1131,7 +1121,7 @@ void Document::retrieveRunAttributesImpl(
}
else
{
- const ::rtl::OUString* pReqAttrs = RequestedAttributes.getConstArray();
+ const OUString* pReqAttrs = RequestedAttributes.getConstArray();
const ::sal_Int32 nLength = RequestedAttributes.getLength();
for ( ::sal_Int32 i = 0; i < nLength; ++i )
{
@@ -1147,7 +1137,7 @@ void Document::retrieveRunAttributesImpl(
::css::uno::Sequence< ::css::beans::PropertyValue >
Document::retrieveRunAttributes(
ParagraphImpl const * pParagraph, ::sal_Int32 Index,
- const ::css::uno::Sequence< ::rtl::OUString >& RequestedAttributes)
+ const ::css::uno::Sequence< OUString >& RequestedAttributes)
{
::osl::Guard< ::comphelper::IMutex > aExternalGuard( getExternalLock() );
::osl::MutexGuard aInternalGuard( GetMutex() );
@@ -1155,10 +1145,8 @@ Document::retrieveRunAttributes(
// XXX numeric overflow
if ( Index < 0 || Index >= m_rEngine.GetText(nNumber).Len() )
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::retrieveRunAttributes") ),
+ "textwindowaccessibility.cxx:"
+ " Document::retrieveRunAttributes",
static_cast< ::css::uno::XWeak * >( this ) );
tPropValMap aRunAttrSeq;
@@ -1167,7 +1155,7 @@ Document::retrieveRunAttributes(
}
void Document::changeParagraphText(ParagraphImpl * pParagraph,
- ::rtl::OUString const & rText)
+ OUString const & rText)
{
::osl::Guard< ::comphelper::IMutex > aExternalGuard(getExternalLock());
{
@@ -1182,7 +1170,7 @@ void Document::changeParagraphText(ParagraphImpl * pParagraph,
void Document::changeParagraphText(ParagraphImpl * pParagraph,
::sal_Int32 nBegin, ::sal_Int32 nEnd,
bool bCut, bool bPaste,
- ::rtl::OUString const & rText)
+ OUString const & rText)
{
::osl::Guard< ::comphelper::IMutex > aExternalGuard(getExternalLock());
{
@@ -1192,10 +1180,8 @@ void Document::changeParagraphText(ParagraphImpl * pParagraph,
if (nBegin < 0 || nBegin > nEnd
|| nEnd > m_rEngine.GetText(nNumber).Len())
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::changeParagraphText")),
+ "textwindowaccessibility.cxx:"
+ " Document::changeParagraphText",
static_cast< ::css::uno::XWeak * >(this));
changeParagraphText(nNumber, static_cast< ::sal_uInt16 >(nBegin),
static_cast< ::sal_uInt16 >(nEnd), bCut, bPaste, rText);
@@ -1214,9 +1200,8 @@ void Document::copyParagraphText(ParagraphImpl const * pParagraph,
if (nBegin < 0 || nBegin > nEnd
|| nEnd > m_rEngine.GetText(nNumber).Len())
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::copyParagraphText")),
+ "textwindowaccessibility.cxx:"
+ " Document::copyParagraphText",
static_cast< ::css::uno::XWeak * >(this));
m_rView.SetSelection(
::TextSelection(::TextPaM(nNumber, static_cast< ::sal_uInt16 >(nBegin)),
@@ -1238,10 +1223,8 @@ void Document::changeParagraphAttributes(
if (nBegin < 0 || nBegin > nEnd
|| nEnd > m_rEngine.GetText(nNumber).Len())
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::changeParagraphAttributes")),
+ "textwindowaccessibility.cxx:"
+ " Document::changeParagraphAttributes",
static_cast< ::css::uno::XWeak * >(this));
// FIXME The new attributes are added to any attributes already set,
@@ -1274,9 +1257,8 @@ void Document::changeParagraphSelection(ParagraphImpl * pParagraph,
if (nBegin < 0 || nBegin > nEnd
|| nEnd > m_rEngine.GetText(nNumber).Len())
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::changeParagraphSelection")),
+ "textwindowaccessibility.cxx:"
+ " Document::changeParagraphSelection",
static_cast< ::css::uno::XWeak * >(this));
m_rView.SetSelection(
::TextSelection(::TextPaM(nNumber, static_cast< ::sal_uInt16 >(nBegin)),
@@ -1299,10 +1281,8 @@ Document::retrieveParagraphLineBoundary( ParagraphImpl const * pParagraph,
::sal_uLong nNumber = static_cast< ::sal_uLong >( pParagraph->getNumber() );
if ( nIndex < 0 || nIndex > m_rEngine.GetText( nNumber ).Len() )
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::retrieveParagraphLineBoundary" ) ),
+ "textwindowaccessibility.cxx:"
+ " Document::retrieveParagraphLineBoundary",
static_cast< ::css::uno::XWeak * >( this ) );
::sal_Int32 nLineStart = 0;
::sal_Int32 nLineEnd = 0;
@@ -1341,10 +1321,8 @@ Document::retrieveParagraphBoundaryOfLine( ParagraphImpl const * pParagraph,
::sal_uLong nNumber = static_cast< ::sal_uLong >( pParagraph->getNumber() );
if ( nLineNo >= m_rEngine.GetLineCount( nNumber ) )
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::retrieveParagraphBoundaryOfLine" ) ),
+ "textwindowaccessibility.cxx:"
+ " Document::retrieveParagraphBoundaryOfLine",
static_cast< ::css::uno::XWeak * >( this ) );
::sal_Int32 nLineStart = 0;
::sal_Int32 nLineEnd = 0;
@@ -1442,10 +1420,8 @@ Document::getAccessibleChild(::sal_Int32 i)
init();
if (i < 0 || i >= m_aVisibleEnd - m_aVisibleBegin)
throw ::css::lang::IndexOutOfBoundsException(
- ::rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "textwindowaccessibility.cxx:"
- " Document::getAccessibleChild")),
+ "textwindowaccessibility.cxx:"
+ " Document::getAccessibleChild",
static_cast< ::css::uno::XWeak * >(this));
return getAccessibleChild(m_aVisibleBegin
+ static_cast< Paragraphs::size_type >(i));
@@ -1786,7 +1762,7 @@ void Document::notifyVisibleRangeChanges(
void
Document::changeParagraphText(::sal_uLong nNumber, ::sal_uInt16 nBegin, ::sal_uInt16 nEnd,
bool bCut, bool bPaste,
- ::rtl::OUString const & rText)
+ OUString const & rText)
{
m_rView.SetSelection(::TextSelection(::TextPaM(nNumber, nBegin),
::TextPaM(nNumber, nEnd)));
diff --git a/accessibility/source/helper/accresmgr.cxx b/accessibility/source/helper/accresmgr.cxx
index 6034d6b8dc6e..9ab4d1d91942 100644
--- a/accessibility/source/helper/accresmgr.cxx
+++ b/accessibility/source/helper/accresmgr.cxx
@@ -65,9 +65,9 @@ void TkResMgr::ensureImplExists()
// -----------------------------------------------------------------------------
-::rtl::OUString TkResMgr::loadString( sal_uInt16 nResId )
+OUString TkResMgr::loadString( sal_uInt16 nResId )
{
- ::rtl::OUString sReturn;
+ OUString sReturn;
ensureImplExists();
if ( m_pImpl )
diff --git a/accessibility/source/helper/characterattributeshelper.cxx b/accessibility/source/helper/characterattributeshelper.cxx
index 7fd0a3bc95c0..a609e9936282 100644
--- a/accessibility/source/helper/characterattributeshelper.cxx
+++ b/accessibility/source/helper/characterattributeshelper.cxx
@@ -34,18 +34,18 @@ using namespace ::com::sun::star::beans;
CharacterAttributesHelper::CharacterAttributesHelper( const Font& rFont, sal_Int32 nBackColor, sal_Int32 nColor )
{
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharBackColor" )), makeAny( (sal_Int32) nBackColor ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharColor" )), makeAny( (sal_Int32) nColor ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharFontCharSet" )), makeAny( (sal_Int16) rFont.GetCharSet() ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharFontFamily" )), makeAny( (sal_Int16) rFont.GetFamily() ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharFontName" )), makeAny( (::rtl::OUString) rFont.GetName() ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharFontPitch" )), makeAny( (sal_Int16) rFont.GetPitch() ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharFontStyleName" )), makeAny( (::rtl::OUString) rFont.GetStyleName() ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeight" )), makeAny( (sal_Int16) rFont.GetSize().Height() ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharScaleWidth" )), makeAny( (sal_Int16) rFont.GetSize().Width() ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharStrikeout" )), makeAny( (sal_Int16) rFont.GetStrikeout() ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharUnderline" )), makeAny( (sal_Int16) rFont.GetUnderline() ) ) );
- m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharWeight" )), makeAny( (float) rFont.GetWeight() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharBackColor" ), makeAny( (sal_Int32) nBackColor ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharColor" ), makeAny( (sal_Int32) nColor ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharFontCharSet" ), makeAny( (sal_Int16) rFont.GetCharSet() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharFontFamily" ), makeAny( (sal_Int16) rFont.GetFamily() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharFontName" ), makeAny( (OUString) rFont.GetName() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharFontPitch" ), makeAny( (sal_Int16) rFont.GetPitch() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharFontStyleName" ), makeAny( (OUString) rFont.GetStyleName() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharHeight" ), makeAny( (sal_Int16) rFont.GetSize().Height() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharScaleWidth" ), makeAny( (sal_Int16) rFont.GetSize().Width() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharStrikeout" ), makeAny( (sal_Int16) rFont.GetStrikeout() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharUnderline" ), makeAny( (sal_Int16) rFont.GetUnderline() ) ) );
+ m_aAttributeMap.insert( AttributeMap::value_type( OUString( "CharWeight" ), makeAny( (float) rFont.GetWeight() ) ) );
}
@@ -72,14 +72,14 @@ Sequence< PropertyValue > CharacterAttributesHelper::GetCharacterAttributes()
}
-Sequence< PropertyValue > CharacterAttributesHelper::GetCharacterAttributes( const Sequence< ::rtl::OUString >& aRequestedAttributes )
+Sequence< PropertyValue > CharacterAttributesHelper::GetCharacterAttributes( const Sequence< OUString >& aRequestedAttributes )
{
Sequence< PropertyValue > aValues;
sal_Int32 nLength = aRequestedAttributes.getLength();
if ( nLength != 0 )
{
- const ::rtl::OUString* pNames = aRequestedAttributes.getConstArray();
+ const OUString* pNames = aRequestedAttributes.getConstArray();
AttributeMap aAttributeMap;
for ( sal_Int32 i = 0; i < nLength; ++i )
diff --git a/accessibility/source/standard/accessiblemenubasecomponent.cxx b/accessibility/source/standard/accessiblemenubasecomponent.cxx
index e0b33b6fbbbd..ceda5edb56a4 100644
--- a/accessibility/source/standard/accessiblemenubasecomponent.cxx
+++ b/accessibility/source/standard/accessiblemenubasecomponent.cxx
@@ -722,11 +722,11 @@ void OAccessibleMenuBaseComponent::disposing()
// XServiceInfo
// -----------------------------------------------------------------------------
-sal_Bool OAccessibleMenuBaseComponent::supportsService( const ::rtl::OUString& rServiceName ) throw (RuntimeException)
+sal_Bool OAccessibleMenuBaseComponent::supportsService( const OUString& rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames( getSupportedServiceNames() );
- const ::rtl::OUString* pNames = aNames.getConstArray();
- const ::rtl::OUString* pEnd = pNames + aNames.getLength();
+ Sequence< OUString > aNames( getSupportedServiceNames() );
+ const OUString* pNames = aNames.getConstArray();
+ const OUString* pEnd = pNames + aNames.getLength();
for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames )
;
diff --git a/accessibility/source/standard/accessiblemenucomponent.cxx b/accessibility/source/standard/accessiblemenucomponent.cxx
index b4cfd56065f0..f6a4ba362b0d 100644
--- a/accessibility/source/standard/accessiblemenucomponent.cxx
+++ b/accessibility/source/standard/accessiblemenucomponent.cxx
@@ -206,11 +206,11 @@ sal_Int16 OAccessibleMenuComponent::getAccessibleRole( ) throw (RuntimeExceptio
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuComponent::getAccessibleDescription( ) throw (RuntimeException)
+OUString OAccessibleMenuComponent::getAccessibleDescription( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sDescription;
+ OUString sDescription;
if ( m_pMenu )
{
Window* pWindow = m_pMenu->GetWindow();
@@ -223,11 +223,11 @@ sal_Int16 OAccessibleMenuComponent::getAccessibleRole( ) throw (RuntimeExceptio
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuComponent::getAccessibleName( ) throw (RuntimeException)
+OUString OAccessibleMenuComponent::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
@@ -348,20 +348,20 @@ Reference< awt::XFont > OAccessibleMenuComponent::getFont( ) throw (RuntimeExce
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuComponent::getTitledBorderText( ) throw (RuntimeException)
+OUString OAccessibleMenuComponent::getTitledBorderText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuComponent::getToolTipText( ) throw (RuntimeException)
+OUString OAccessibleMenuComponent::getToolTipText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/standard/accessiblemenuitemcomponent.cxx b/accessibility/source/standard/accessiblemenuitemcomponent.cxx
index f36dcb820b62..2d38b685529c 100644
--- a/accessibility/source/standard/accessiblemenuitemcomponent.cxx
+++ b/accessibility/source/standard/accessiblemenuitemcomponent.cxx
@@ -187,7 +187,7 @@ void OAccessibleMenuItemComponent::SetItemPos( sal_uInt16 nItemPos )
// -----------------------------------------------------------------------------
-void OAccessibleMenuItemComponent::SetAccessibleName( const ::rtl::OUString& sAccessibleName )
+void OAccessibleMenuItemComponent::SetAccessibleName( const OUString& sAccessibleName )
{
if ( !m_sAccessibleName.equals( sAccessibleName ) )
{
@@ -201,9 +201,9 @@ void OAccessibleMenuItemComponent::SetAccessibleName( const ::rtl::OUString& sAc
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuItemComponent::GetAccessibleName()
+OUString OAccessibleMenuItemComponent::GetAccessibleName()
{
- ::rtl::OUString sName;
+ OUString sName;
if ( m_pParent )
{
sal_uInt16 nItemId = m_pParent->GetItemId( m_nItemPos );
@@ -218,7 +218,7 @@ void OAccessibleMenuItemComponent::SetAccessibleName( const ::rtl::OUString& sAc
// -----------------------------------------------------------------------------
-void OAccessibleMenuItemComponent::SetItemText( const ::rtl::OUString& sItemText )
+void OAccessibleMenuItemComponent::SetItemText( const OUString& sItemText )
{
Any aOldValue, aNewValue;
if ( OCommonAccessibleText::implInitTextChangedEvent( m_sItemText, sItemText, aOldValue, aNewValue ) )
@@ -230,9 +230,9 @@ void OAccessibleMenuItemComponent::SetItemText( const ::rtl::OUString& sItemText
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuItemComponent::GetItemText()
+OUString OAccessibleMenuItemComponent::GetItemText()
{
- ::rtl::OUString sText;
+ OUString sText;
if ( m_pParent )
sText = OutputDevice::GetNonMnemonicString( m_pParent->GetItemText( m_pParent->GetItemId( m_nItemPos ) ) );
@@ -307,8 +307,8 @@ void SAL_CALL OAccessibleMenuItemComponent::disposing()
OAccessibleMenuBaseComponent::disposing();
m_pParent = NULL;
- m_sAccessibleName = ::rtl::OUString();
- m_sItemText = ::rtl::OUString();
+ m_sAccessibleName = OUString();
+ m_sItemText = OUString();
}
// -----------------------------------------------------------------------------
@@ -363,11 +363,11 @@ sal_Int16 OAccessibleMenuItemComponent::getAccessibleRole( ) throw (RuntimeExce
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuItemComponent::getAccessibleDescription( ) throw (RuntimeException)
+OUString OAccessibleMenuItemComponent::getAccessibleDescription( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sDescription;
+ OUString sDescription;
if ( m_pParent )
sDescription = m_pParent->GetHelpText( m_pParent->GetItemId( m_nItemPos ) );
@@ -376,7 +376,7 @@ sal_Int16 OAccessibleMenuItemComponent::getAccessibleRole( ) throw (RuntimeExce
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuItemComponent::getAccessibleName( ) throw (RuntimeException)
+OUString OAccessibleMenuItemComponent::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -479,20 +479,20 @@ Reference< awt::XFont > OAccessibleMenuItemComponent::getFont( ) throw (Runtime
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuItemComponent::getTitledBorderText( ) throw (RuntimeException)
+OUString OAccessibleMenuItemComponent::getTitledBorderText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
-::rtl::OUString OAccessibleMenuItemComponent::getToolTipText( ) throw (RuntimeException)
+OUString OAccessibleMenuItemComponent::getToolTipText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sRet;
+ OUString sRet;
if ( m_pParent )
sRet = m_pParent->GetTipHelpText( m_pParent->GetItemId( m_nItemPos ) );
diff --git a/accessibility/source/standard/vclxaccessiblebox.cxx b/accessibility/source/standard/vclxaccessiblebox.cxx
index c59eb5bda2d7..d48fec71ff31 100644
--- a/accessibility/source/standard/vclxaccessiblebox.cxx
+++ b/accessibility/source/standard/vclxaccessiblebox.cxx
@@ -155,7 +155,7 @@ void VCLXAccessibleBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEven
Reference<XAccessibleText> xText (m_xText->getAccessibleContext(), UNO_QUERY);
if ( xText.is() )
{
- ::rtl::OUString sText = xText->getSelectedText();
+ OUString sText = xText->getSelectedText();
if ( sText.isEmpty() )
sText = xText->getText();
pList->UpdateSelection (sText);
@@ -340,7 +340,7 @@ sal_Bool SAL_CALL VCLXAccessibleBox::doAccessibleAction (sal_Int32 nIndex)
return bNotify;
}
-::rtl::OUString SAL_CALL VCLXAccessibleBox::getAccessibleActionDescription (sal_Int32 nIndex)
+OUString SAL_CALL VCLXAccessibleBox::getAccessibleActionDescription (sal_Int32 nIndex)
throw (IndexOutOfBoundsException, RuntimeException)
{
::osl::Guard< ::osl::Mutex > aGuard( GetMutex() );
diff --git a/accessibility/source/standard/vclxaccessiblebutton.cxx b/accessibility/source/standard/vclxaccessiblebutton.cxx
index acbc8e521e70..8ba61069761d 100644
--- a/accessibility/source/standard/vclxaccessiblebutton.cxx
+++ b/accessibility/source/standard/vclxaccessiblebutton.cxx
@@ -123,17 +123,17 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleButton, VCLXAccessibleTextCompon
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleButton::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleButton::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleButton") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleButton" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleButton::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleButton::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleButton") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleButton";
return aNames;
}
@@ -141,11 +141,11 @@ Sequence< ::rtl::OUString > VCLXAccessibleButton::getSupportedServiceNames() thr
// XAccessibleContext
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleButton::getAccessibleName( ) throw (RuntimeException)
+OUString VCLXAccessibleButton::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString aName( VCLXAccessibleTextComponent::getAccessibleName() );
+ OUString aName( VCLXAccessibleTextComponent::getAccessibleName() );
sal_Int32 nLength = aName.getLength();
if ( nLength >= 3 && aName.matchAsciiL( RTL_CONSTASCII_STRINGPARAM("..."), nLength - 3 ) )
@@ -153,7 +153,7 @@ Sequence< ::rtl::OUString > VCLXAccessibleButton::getSupportedServiceNames() thr
if ( nLength == 3 )
{
// it's a browse button
- aName = ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_NAME_BROWSEBUTTON ) );
+ aName = OUString( TK_RES_STRING( RID_STR_ACC_NAME_BROWSEBUTTON ) );
}
else
{
@@ -204,14 +204,14 @@ sal_Bool VCLXAccessibleButton::doAccessibleAction ( sal_Int32 nIndex ) throw (In
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleButton::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString VCLXAccessibleButton::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
if ( nIndex < 0 || nIndex >= getAccessibleActionCount() )
throw IndexOutOfBoundsException();
- return ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
+ return OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/standard/vclxaccessiblecheckbox.cxx b/accessibility/source/standard/vclxaccessiblecheckbox.cxx
index 6c9defb84255..878e7648d8c1 100644
--- a/accessibility/source/standard/vclxaccessiblecheckbox.cxx
+++ b/accessibility/source/standard/vclxaccessiblecheckbox.cxx
@@ -173,17 +173,17 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleCheckBox, VCLXAccessibleTextComp
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleCheckBox::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleCheckBox::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleCheckBox") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleCheckBox" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleCheckBox::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleCheckBox::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleCheckBox") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleCheckBox";
return aNames;
}
@@ -232,14 +232,14 @@ sal_Bool VCLXAccessibleCheckBox::doAccessibleAction ( sal_Int32 nIndex ) throw (
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleCheckBox::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString VCLXAccessibleCheckBox::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
if ( nIndex < 0 || nIndex >= getAccessibleActionCount() )
throw IndexOutOfBoundsException();
- return ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
+ return OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/standard/vclxaccessiblecombobox.cxx b/accessibility/source/standard/vclxaccessiblecombobox.cxx
index ec6a5249e20f..7da7de7a50ae 100644
--- a/accessibility/source/standard/vclxaccessiblecombobox.cxx
+++ b/accessibility/source/standard/vclxaccessiblecombobox.cxx
@@ -74,22 +74,22 @@ void VCLXAccessibleComboBox::ProcessWindowEvent (const VclWindowEvent& rVclWindo
//===== XServiceInfo ========================================================
-::rtl::OUString VCLXAccessibleComboBox::getImplementationName (void)
+OUString VCLXAccessibleComboBox::getImplementationName (void)
throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleComboBox" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleComboBox" );
}
-Sequence< ::rtl::OUString > VCLXAccessibleComboBox::getSupportedServiceNames (void)
+Sequence< OUString > VCLXAccessibleComboBox::getSupportedServiceNames (void)
throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames = VCLXAccessibleBox::getSupportedServiceNames();
+ Sequence< OUString > aNames = VCLXAccessibleBox::getSupportedServiceNames();
sal_Int32 nLength = aNames.getLength();
aNames.realloc( nLength + 1 );
- aNames[nLength] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleComboBox" ));
+ aNames[nLength] = OUString( "com.sun.star.accessibility.AccessibleComboBox" );
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx b/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx
index b8d5430d1cec..808ada19f8ef 100644
--- a/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx
+++ b/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx
@@ -97,22 +97,22 @@ void VCLXAccessibleDropDownComboBox::ProcessWindowEvent (const VclWindowEvent& r
//===== XServiceInfo ========================================================
-::rtl::OUString VCLXAccessibleDropDownComboBox::getImplementationName()
+OUString VCLXAccessibleDropDownComboBox::getImplementationName()
throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleDropDownComboBox" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleDropDownComboBox" );
}
-Sequence< ::rtl::OUString > VCLXAccessibleDropDownComboBox::getSupportedServiceNames (void)
+Sequence< OUString > VCLXAccessibleDropDownComboBox::getSupportedServiceNames (void)
throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames = VCLXAccessibleBox::getSupportedServiceNames();
+ Sequence< OUString > aNames = VCLXAccessibleBox::getSupportedServiceNames();
sal_Int32 nLength = aNames.getLength();
aNames.realloc( nLength + 1 );
- aNames[nLength] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleDropDownComboBox" ));
+ aNames[nLength] = "com.sun.star.accessibility.AccessibleDropDownComboBox";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessibledropdownlistbox.cxx b/accessibility/source/standard/vclxaccessibledropdownlistbox.cxx
index 24765a7891db..504d289800a9 100644
--- a/accessibility/source/standard/vclxaccessibledropdownlistbox.cxx
+++ b/accessibility/source/standard/vclxaccessibledropdownlistbox.cxx
@@ -87,22 +87,22 @@ void VCLXAccessibleDropDownListBox::ProcessWindowEvent( const VclWindowEvent& rV
//===== XServiceInfo ========================================================
-::rtl::OUString VCLXAccessibleDropDownListBox::getImplementationName()
+OUString VCLXAccessibleDropDownListBox::getImplementationName()
throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleDropDownListBox" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleDropDownListBox" );
}
-Sequence< ::rtl::OUString > VCLXAccessibleDropDownListBox::getSupportedServiceNames (void)
+Sequence< OUString > VCLXAccessibleDropDownListBox::getSupportedServiceNames (void)
throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames = VCLXAccessibleBox::getSupportedServiceNames();
+ Sequence< OUString > aNames = VCLXAccessibleBox::getSupportedServiceNames();
sal_Int32 nLength = aNames.getLength();
aNames.realloc( nLength + 1 );
- aNames[nLength] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleDropDownListBox" ));
+ aNames[nLength] = "com.sun.star.accessibility.AccessibleDropDownListBox";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessibleedit.cxx b/accessibility/source/standard/vclxaccessibleedit.cxx
index 352965a42026..2fb078a6593f 100644
--- a/accessibility/source/standard/vclxaccessibleedit.cxx
+++ b/accessibility/source/standard/vclxaccessibleedit.cxx
@@ -140,9 +140,9 @@ void VCLXAccessibleEdit::FillAccessibleStateSet( utl::AccessibleStateSetHelper&
// OCommonAccessibleText
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleEdit::implGetText()
+OUString VCLXAccessibleEdit::implGetText()
{
- ::rtl::OUString aText;
+ OUString aText;
Edit* pEdit = static_cast< Edit* >( GetWindow() );
if ( pEdit )
@@ -191,17 +191,17 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleEdit, VCLXAccessibleTextComponen
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleEdit::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleEdit::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleEdit") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleEdit" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleEdit::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleEdit::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleEdit") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleEdit";
return aNames;
}
@@ -278,14 +278,14 @@ sal_Bool VCLXAccessibleEdit::doAccessibleAction ( sal_Int32 nIndex ) throw (Inde
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleEdit::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString VCLXAccessibleEdit::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
if ( nIndex < 0 || nIndex >= getAccessibleActionCount() )
throw IndexOutOfBoundsException();
- static const ::rtl::OUString sAction( RTL_CONSTASCII_USTRINGPARAM( "activate" ) );
+ static const OUString sAction( "activate" );
return sAction;
}
@@ -328,7 +328,7 @@ sal_Unicode VCLXAccessibleEdit::getCharacter( sal_Int32 nIndex ) throw (IndexOut
// -----------------------------------------------------------------------------
-Sequence< PropertyValue > VCLXAccessibleEdit::getCharacterAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (IndexOutOfBoundsException, RuntimeException)
+Sequence< PropertyValue > VCLXAccessibleEdit::getCharacterAttributes( sal_Int32 nIndex, const Sequence< OUString >& aRequestedAttributes ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -398,7 +398,7 @@ sal_Int32 VCLXAccessibleEdit::getIndexAtPoint( const awt::Point& aPoint ) throw
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleEdit::getSelectedText( ) throw (RuntimeException)
+OUString VCLXAccessibleEdit::getSelectedText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -430,7 +430,7 @@ sal_Bool VCLXAccessibleEdit::setSelection( sal_Int32 nStartIndex, sal_Int32 nEnd
OExternalLockGuard aGuard( this );
sal_Bool bReturn = sal_False;
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -448,7 +448,7 @@ sal_Bool VCLXAccessibleEdit::setSelection( sal_Int32 nStartIndex, sal_Int32 nEnd
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleEdit::getText( ) throw (RuntimeException)
+OUString VCLXAccessibleEdit::getText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -457,7 +457,7 @@ sal_Bool VCLXAccessibleEdit::setSelection( sal_Int32 nStartIndex, sal_Int32 nEnd
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleEdit::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString VCLXAccessibleEdit::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -534,7 +534,7 @@ sal_Bool VCLXAccessibleEdit::pasteText( sal_Int32 nIndex ) throw (IndexOutOfBoun
if ( xDataObj->isDataFlavorSupported( aFlavor ) )
{
Any aData = xDataObj->getTransferData( aFlavor );
- ::rtl::OUString sText;
+ OUString sText;
aData >>= sText;
bReturn = replaceText( nIndex, nIndex, sText );
}
@@ -551,12 +551,12 @@ sal_Bool VCLXAccessibleEdit::deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIn
{
OExternalLockGuard aGuard( this );
- return replaceText( nStartIndex, nEndIndex, ::rtl::OUString() );
+ return replaceText( nStartIndex, nEndIndex, OUString() );
}
// -----------------------------------------------------------------------------
-sal_Bool VCLXAccessibleEdit::insertText( const ::rtl::OUString& sText, sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+sal_Bool VCLXAccessibleEdit::insertText( const OUString& sText, sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -565,12 +565,12 @@ sal_Bool VCLXAccessibleEdit::insertText( const ::rtl::OUString& sText, sal_Int32
// -----------------------------------------------------------------------------
-sal_Bool VCLXAccessibleEdit::replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::rtl::OUString& sReplacement ) throw (IndexOutOfBoundsException, RuntimeException)
+sal_Bool VCLXAccessibleEdit::replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const OUString& sReplacement ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
sal_Bool bReturn = sal_False;
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -604,7 +604,7 @@ sal_Bool VCLXAccessibleEdit::setAttributes( sal_Int32 nStartIndex, sal_Int32 nEn
// -----------------------------------------------------------------------------
-sal_Bool VCLXAccessibleEdit::setText( const ::rtl::OUString& sText ) throw (RuntimeException)
+sal_Bool VCLXAccessibleEdit::setText( const OUString& sText ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
diff --git a/accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx b/accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx
index c1c7a87d49d0..96d000de97d8 100644
--- a/accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx
+++ b/accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx
@@ -64,17 +64,17 @@ void VCLXAccessibleFixedHyperlink::implGetLineBoundary( i18n::Boundary& rBoundar
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleFixedHyperlink::getImplementationName() throw (uno::RuntimeException)
+OUString VCLXAccessibleFixedHyperlink::getImplementationName() throw (uno::RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleFixedHyperlink") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleFixedHyperlink" );
}
// -----------------------------------------------------------------------------
-uno::Sequence< ::rtl::OUString > VCLXAccessibleFixedHyperlink::getSupportedServiceNames() throw (uno::RuntimeException)
+uno::Sequence< OUString > VCLXAccessibleFixedHyperlink::getSupportedServiceNames() throw (uno::RuntimeException)
{
- uno::Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleFixedHyperlink") );
+ uno::Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleFixedHyperlink";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessiblefixedtext.cxx b/accessibility/source/standard/vclxaccessiblefixedtext.cxx
index 1c26919b6456..aca45fb554aa 100644
--- a/accessibility/source/standard/vclxaccessiblefixedtext.cxx
+++ b/accessibility/source/standard/vclxaccessiblefixedtext.cxx
@@ -76,17 +76,17 @@ void VCLXAccessibleFixedText::implGetLineBoundary( i18n::Boundary& rBoundary, sa
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleFixedText::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleFixedText::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleFixedText") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleFixedText" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleFixedText::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleFixedText::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleFixedText") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleFixedText";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessiblelist.cxx b/accessibility/source/standard/vclxaccessiblelist.cxx
index 75085418dea5..35150491cb52 100644
--- a/accessibility/source/standard/vclxaccessiblelist.cxx
+++ b/accessibility/source/standard/vclxaccessiblelist.cxx
@@ -253,7 +253,7 @@ void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEve
state of the associated accessibility objects accordingly we exploit the
fact that the
*/
-void VCLXAccessibleList::UpdateSelection (::rtl::OUString sTextOfSelectedItem)
+void VCLXAccessibleList::UpdateSelection (OUString sTextOfSelectedItem)
{
if ( m_aBoxType == COMBOBOX )
{
@@ -495,20 +495,20 @@ Reference< XAccessible > SAL_CALL VCLXAccessibleList::getAccessibleAt( const awt
//===== XServiceInfo ==========================================================
-::rtl::OUString VCLXAccessibleList::getImplementationName (void)
+OUString VCLXAccessibleList::getImplementationName (void)
throw (RuntimeException)
{
- return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleList"));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleList" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleList::getSupportedServiceNames (void)
+Sequence< OUString > VCLXAccessibleList::getSupportedServiceNames (void)
throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames = VCLXAccessibleComponent::getSupportedServiceNames();
+ Sequence< OUString > aNames = VCLXAccessibleComponent::getSupportedServiceNames();
sal_Int32 nLength = aNames.getLength();
aNames.realloc( nLength + 1 );
- aNames[nLength] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.AccessibleList"));
+ aNames[nLength] = "com.sun.star.accessibility.AccessibleList";
return aNames;
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/standard/vclxaccessiblelistbox.cxx b/accessibility/source/standard/vclxaccessiblelistbox.cxx
index 3bc0355014eb..0f8f35d960e5 100644
--- a/accessibility/source/standard/vclxaccessiblelistbox.cxx
+++ b/accessibility/source/standard/vclxaccessiblelistbox.cxx
@@ -85,22 +85,22 @@ void VCLXAccessibleListBox::ProcessWindowEvent (const VclWindowEvent& rVclWindow
//===== XServiceInfo ========================================================
-::rtl::OUString VCLXAccessibleListBox::getImplementationName (void)
+OUString VCLXAccessibleListBox::getImplementationName (void)
throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleListBox" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleListBox" );
}
-Sequence< ::rtl::OUString > VCLXAccessibleListBox::getSupportedServiceNames (void)
+Sequence< OUString > VCLXAccessibleListBox::getSupportedServiceNames (void)
throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames = VCLXAccessibleBox::getSupportedServiceNames();
+ Sequence< OUString > aNames = VCLXAccessibleBox::getSupportedServiceNames();
sal_Int32 nLength = aNames.getLength();
aNames.realloc( nLength + 1 );
- aNames[nLength] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleListBox" ));
+ aNames[nLength] = "com.sun.star.accessibility.AccessibleListBox";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessiblelistitem.cxx b/accessibility/source/standard/vclxaccessiblelistitem.cxx
index 35954b3d4f0f..cf7c8a5f0f96 100644
--- a/accessibility/source/standard/vclxaccessiblelistitem.cxx
+++ b/accessibility/source/standard/vclxaccessiblelistitem.cxx
@@ -50,7 +50,7 @@
namespace
{
- void checkIndex_Impl( sal_Int32 _nIndex, const ::rtl::OUString& _sText ) throw (::com::sun::star::lang::IndexOutOfBoundsException)
+ void checkIndex_Impl( sal_Int32 _nIndex, const OUString& _sText ) throw (::com::sun::star::lang::IndexOutOfBoundsException)
{
if ( _nIndex < 0 || _nIndex > _sText.getLength() )
throw ::com::sun::star::lang::IndexOutOfBoundsException();
@@ -135,7 +135,7 @@ void VCLXAccessibleListItem::NotifyAccessibleEvent( sal_Int16 _nEventId,
// -----------------------------------------------------------------------------
// OCommonAccessibleText
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleListItem::implGetText()
+OUString VCLXAccessibleListItem::implGetText()
{
return m_sEntryText;
}
@@ -202,7 +202,7 @@ void SAL_CALL VCLXAccessibleListItem::disposing()
::osl::MutexGuard aGuard( m_aMutex );
VCLXAccessibleListItem_BASE::disposing();
- m_sEntryText = ::rtl::OUString();
+ m_sEntryText = OUString();
m_pListBoxHelper = NULL;
m_xParent = NULL;
m_xParentContext = NULL;
@@ -220,28 +220,28 @@ void SAL_CALL VCLXAccessibleListItem::disposing()
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleListItem::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleListItem::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleListItem" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleListItem" );
}
// -----------------------------------------------------------------------------
-sal_Bool VCLXAccessibleListItem::supportsService( const ::rtl::OUString& rServiceName ) throw (RuntimeException)
+sal_Bool VCLXAccessibleListItem::supportsService( const OUString& rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames( getSupportedServiceNames() );
- const ::rtl::OUString* pNames = aNames.getConstArray();
- const ::rtl::OUString* pEnd = pNames + aNames.getLength();
+ Sequence< OUString > aNames( getSupportedServiceNames() );
+ const OUString* pNames = aNames.getConstArray();
+ const OUString* pEnd = pNames + aNames.getLength();
for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames )
;
return pNames != pEnd;
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleListItem::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleListItem::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(3);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleContext" ));
- aNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleComponent" ));
- aNames[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleListItem" ));
+ Sequence< OUString > aNames(3);
+ aNames[0] = "com.sun.star.accessibility.AccessibleContext";
+ aNames[1] = "com.sun.star.accessibility.AccessibleComponent";
+ aNames[2] = "com.sun.star.accessibility.AccessibleListItem";
return aNames;
}
// -----------------------------------------------------------------------------
@@ -283,13 +283,13 @@ sal_Int16 SAL_CALL VCLXAccessibleListItem::getAccessibleRole( ) throw (RuntimeE
// return AccessibleRole::LABEL;
}
// -----------------------------------------------------------------------------
-::rtl::OUString SAL_CALL VCLXAccessibleListItem::getAccessibleDescription( ) throw (RuntimeException)
+OUString SAL_CALL VCLXAccessibleListItem::getAccessibleDescription( ) throw (RuntimeException)
{
// no description for every item
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
-::rtl::OUString SAL_CALL VCLXAccessibleListItem::getAccessibleName( ) throw (RuntimeException)
+OUString SAL_CALL VCLXAccessibleListItem::getAccessibleName( ) throw (RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
@@ -445,12 +445,12 @@ sal_Unicode SAL_CALL VCLXAccessibleListItem::getCharacter( sal_Int32 nIndex ) th
return OCommonAccessibleText::getCharacter( nIndex );
}
// -----------------------------------------------------------------------------
-Sequence< PropertyValue > SAL_CALL VCLXAccessibleListItem::getCharacterAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& ) throw (IndexOutOfBoundsException, RuntimeException)
+Sequence< PropertyValue > SAL_CALL VCLXAccessibleListItem::getCharacterAttributes( sal_Int32 nIndex, const Sequence< OUString >& ) throw (IndexOutOfBoundsException, RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -462,7 +462,7 @@ awt::Rectangle SAL_CALL VCLXAccessibleListItem::getCharacterBounds( sal_Int32 nI
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -505,7 +505,7 @@ sal_Int32 SAL_CALL VCLXAccessibleListItem::getIndexAtPoint( const awt::Point& aP
return nIndex;
}
// -----------------------------------------------------------------------------
-::rtl::OUString SAL_CALL VCLXAccessibleListItem::getSelectedText() throw (RuntimeException)
+OUString SAL_CALL VCLXAccessibleListItem::getSelectedText() throw (RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -540,7 +540,7 @@ sal_Bool SAL_CALL VCLXAccessibleListItem::setSelection( sal_Int32 nStartIndex, s
return sal_False;
}
// -----------------------------------------------------------------------------
-::rtl::OUString SAL_CALL VCLXAccessibleListItem::getText() throw (RuntimeException)
+OUString SAL_CALL VCLXAccessibleListItem::getText() throw (RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -548,7 +548,7 @@ sal_Bool SAL_CALL VCLXAccessibleListItem::setSelection( sal_Int32 nStartIndex, s
return OCommonAccessibleText::getText();
}
// -----------------------------------------------------------------------------
-::rtl::OUString SAL_CALL VCLXAccessibleListItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString SAL_CALL VCLXAccessibleListItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
SolarMutexGuard aSolarGuard;
::osl::MutexGuard aGuard( m_aMutex );
@@ -594,7 +594,7 @@ sal_Bool SAL_CALL VCLXAccessibleListItem::copyText( sal_Int32 nStartIndex, sal_I
Reference< datatransfer::clipboard::XClipboard > xClipboard = m_pListBoxHelper->GetClipboard();
if ( xClipboard.is() )
{
- ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) );
+ OUString sText( getTextRange( nStartIndex, nEndIndex ) );
::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );
const sal_uInt32 nRef = Application::ReleaseSolarMutex();
diff --git a/accessibility/source/standard/vclxaccessiblemenu.cxx b/accessibility/source/standard/vclxaccessiblemenu.cxx
index ffe03f9570c6..b45e35b7a9db 100644
--- a/accessibility/source/standard/vclxaccessiblemenu.cxx
+++ b/accessibility/source/standard/vclxaccessiblemenu.cxx
@@ -98,17 +98,17 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleMenu, VCLXAccessibleMenuItem, VC
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleMenu::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleMenu::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleMenu") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleMenu" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleMenu::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleMenu::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleMenu") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleMenu";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessiblemenubar.cxx b/accessibility/source/standard/vclxaccessiblemenubar.cxx
index 832f1bc21cb2..cea52f42fc32 100644
--- a/accessibility/source/standard/vclxaccessiblemenubar.cxx
+++ b/accessibility/source/standard/vclxaccessiblemenubar.cxx
@@ -139,17 +139,17 @@ void VCLXAccessibleMenuBar::disposing()
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleMenuBar::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleMenuBar::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleMenuBar") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleMenuBar" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleMenuBar::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleMenuBar::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleMenuBar") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleMenuBar";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessiblemenuitem.cxx b/accessibility/source/standard/vclxaccessiblemenuitem.cxx
index 10c72b412b17..6ec29ad89b28 100644
--- a/accessibility/source/standard/vclxaccessiblemenuitem.cxx
+++ b/accessibility/source/standard/vclxaccessiblemenuitem.cxx
@@ -137,7 +137,7 @@ void VCLXAccessibleMenuItem::FillAccessibleStateSet( utl::AccessibleStateSetHelp
// OCommonAccessibleText
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleMenuItem::implGetText()
+OUString VCLXAccessibleMenuItem::implGetText()
{
return m_sItemText;
}
@@ -173,17 +173,17 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleMenuItem, OAccessibleMenuItemCom
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleMenuItem::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleMenuItem::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleMenuItem") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleMenuItem" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleMenuItem::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleMenuItem::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleMenuItem") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleMenuItem";
return aNames;
}
@@ -233,12 +233,12 @@ sal_Unicode VCLXAccessibleMenuItem::getCharacter( sal_Int32 nIndex ) throw (Inde
// -----------------------------------------------------------------------------
-Sequence< PropertyValue > VCLXAccessibleMenuItem::getCharacterAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (IndexOutOfBoundsException, RuntimeException)
+Sequence< PropertyValue > VCLXAccessibleMenuItem::getCharacterAttributes( sal_Int32 nIndex, const Sequence< OUString >& aRequestedAttributes ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
Sequence< PropertyValue > aValues;
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -306,7 +306,7 @@ sal_Int32 VCLXAccessibleMenuItem::getIndexAtPoint( const awt::Point& aPoint ) th
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleMenuItem::getSelectedText() throw (RuntimeException)
+OUString VCLXAccessibleMenuItem::getSelectedText() throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -345,7 +345,7 @@ sal_Bool VCLXAccessibleMenuItem::setSelection( sal_Int32 nStartIndex, sal_Int32
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleMenuItem::getText() throw (RuntimeException)
+OUString VCLXAccessibleMenuItem::getText() throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -354,7 +354,7 @@ sal_Bool VCLXAccessibleMenuItem::setSelection( sal_Int32 nStartIndex, sal_Int32
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleMenuItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString VCLXAccessibleMenuItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -404,7 +404,7 @@ sal_Bool VCLXAccessibleMenuItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEnd
Reference< datatransfer::clipboard::XClipboard > xClipboard = pWindow->GetClipboard();
if ( xClipboard.is() )
{
- ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) );
+ OUString sText( getTextRange( nStartIndex, nEndIndex ) );
::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );
const sal_uInt32 nRef = Application::ReleaseSolarMutex();
@@ -451,14 +451,14 @@ sal_Bool VCLXAccessibleMenuItem::doAccessibleAction ( sal_Int32 nIndex ) throw (
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleMenuItem::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString VCLXAccessibleMenuItem::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
if ( nIndex < 0 || nIndex >= getAccessibleActionCount() )
throw IndexOutOfBoundsException();
- return ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
+ return OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/standard/vclxaccessiblemenuseparator.cxx b/accessibility/source/standard/vclxaccessiblemenuseparator.cxx
index 60ba1c03f17a..b239ea48c92a 100644
--- a/accessibility/source/standard/vclxaccessiblemenuseparator.cxx
+++ b/accessibility/source/standard/vclxaccessiblemenuseparator.cxx
@@ -56,17 +56,17 @@ VCLXAccessibleMenuSeparator::~VCLXAccessibleMenuSeparator()
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleMenuSeparator::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleMenuSeparator::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleMenuSeparator") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleMenuSeparator" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleMenuSeparator::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleMenuSeparator::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleMenuSeparator") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleMenuSeparator";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessiblepopupmenu.cxx b/accessibility/source/standard/vclxaccessiblepopupmenu.cxx
index 13bb7c5f18a4..7ecfde472283 100644
--- a/accessibility/source/standard/vclxaccessiblepopupmenu.cxx
+++ b/accessibility/source/standard/vclxaccessiblepopupmenu.cxx
@@ -62,17 +62,17 @@ sal_Bool VCLXAccessiblePopupMenu::IsFocused()
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessiblePopupMenu::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessiblePopupMenu::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessiblePopupMenu") );
+ return OUString( "com.sun.star.comp.toolkit.AccessiblePopupMenu" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessiblePopupMenu::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessiblePopupMenu::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessiblePopupMenu") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessiblePopupMenu";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessibleradiobutton.cxx b/accessibility/source/standard/vclxaccessibleradiobutton.cxx
index 836ca39dc7ba..467bf5bd7d01 100644
--- a/accessibility/source/standard/vclxaccessibleradiobutton.cxx
+++ b/accessibility/source/standard/vclxaccessibleradiobutton.cxx
@@ -149,17 +149,17 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleRadioButton, VCLXAccessibleTextC
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleRadioButton::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleRadioButton::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleRadioButton") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleRadioButton" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleRadioButton::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleRadioButton::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleRadioButton") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleRadioButton";
return aNames;
}
@@ -192,14 +192,14 @@ sal_Bool VCLXAccessibleRadioButton::doAccessibleAction ( sal_Int32 nIndex ) thro
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleRadioButton::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString VCLXAccessibleRadioButton::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
if ( nIndex < 0 || nIndex >= getAccessibleActionCount() )
throw IndexOutOfBoundsException();
- return ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
+ return OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/standard/vclxaccessiblescrollbar.cxx b/accessibility/source/standard/vclxaccessiblescrollbar.cxx
index 2336f7db847a..5dc9e0ea6fb4 100644
--- a/accessibility/source/standard/vclxaccessiblescrollbar.cxx
+++ b/accessibility/source/standard/vclxaccessiblescrollbar.cxx
@@ -112,17 +112,17 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleScrollBar, VCLXAccessibleCompone
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleScrollBar::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleScrollBar::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleScrollBar") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleScrollBar" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleScrollBar::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleScrollBar::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleScrollBar") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleScrollBar";
return aNames;
}
@@ -168,21 +168,21 @@ sal_Bool VCLXAccessibleScrollBar::doAccessibleAction ( sal_Int32 nIndex ) throw
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleScrollBar::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString VCLXAccessibleScrollBar::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
if ( nIndex < 0 || nIndex >= getAccessibleActionCount() )
throw IndexOutOfBoundsException();
- ::rtl::OUString sDescription;
+ OUString sDescription;
switch ( nIndex )
{
- case 0: sDescription = ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_DECLINE ) ); break;
- case 1: sDescription = ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_INCLINE ) ); break;
- case 2: sDescription = ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_DECBLOCK ) ); break;
- case 3: sDescription = ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_INCBLOCK ) ); break;
+ case 0: sDescription = OUString( TK_RES_STRING( RID_STR_ACC_ACTION_DECLINE ) ); break;
+ case 1: sDescription = OUString( TK_RES_STRING( RID_STR_ACC_ACTION_INCLINE ) ); break;
+ case 2: sDescription = OUString( TK_RES_STRING( RID_STR_ACC_ACTION_DECBLOCK ) ); break;
+ case 3: sDescription = OUString( TK_RES_STRING( RID_STR_ACC_ACTION_INCBLOCK ) ); break;
default: break;
}
diff --git a/accessibility/source/standard/vclxaccessiblestatusbar.cxx b/accessibility/source/standard/vclxaccessiblestatusbar.cxx
index 4783925f8cbb..327cf7bfc13f 100644
--- a/accessibility/source/standard/vclxaccessiblestatusbar.cxx
+++ b/accessibility/source/standard/vclxaccessiblestatusbar.cxx
@@ -87,7 +87,7 @@ void VCLXAccessibleStatusBar::UpdateItemName( sal_Int32 i )
VCLXAccessibleStatusBarItem* pVCLXAccessibleStatusBarItem = static_cast< VCLXAccessibleStatusBarItem* >( xChild.get() );
if ( pVCLXAccessibleStatusBarItem )
{
- ::rtl::OUString sItemName = pVCLXAccessibleStatusBarItem->GetItemName();
+ OUString sItemName = pVCLXAccessibleStatusBarItem->GetItemName();
pVCLXAccessibleStatusBarItem->SetItemName( sItemName );
}
}
@@ -106,7 +106,7 @@ void VCLXAccessibleStatusBar::UpdateItemText( sal_Int32 i )
VCLXAccessibleStatusBarItem* pVCLXAccessibleStatusBarItem = static_cast< VCLXAccessibleStatusBarItem* >( xChild.get() );
if ( pVCLXAccessibleStatusBarItem )
{
- ::rtl::OUString sItemText = pVCLXAccessibleStatusBarItem->GetItemText();
+ OUString sItemText = pVCLXAccessibleStatusBarItem->GetItemText();
pVCLXAccessibleStatusBarItem->SetItemText( sItemText );
}
}
@@ -291,17 +291,17 @@ void VCLXAccessibleStatusBar::disposing()
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleStatusBar::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleStatusBar::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleStatusBar") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleStatusBar" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleStatusBar::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleStatusBar::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleStatusBar") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = OUString( "com.sun.star.awt.AccessibleStatusBar" );
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessiblestatusbaritem.cxx b/accessibility/source/standard/vclxaccessiblestatusbaritem.cxx
index 54746e7e0553..1d2184b035d7 100644
--- a/accessibility/source/standard/vclxaccessiblestatusbaritem.cxx
+++ b/accessibility/source/standard/vclxaccessiblestatusbaritem.cxx
@@ -109,7 +109,7 @@ void VCLXAccessibleStatusBarItem::SetShowing( sal_Bool bShowing )
// -----------------------------------------------------------------------------
-void VCLXAccessibleStatusBarItem::SetItemName( const ::rtl::OUString& sItemName )
+void VCLXAccessibleStatusBarItem::SetItemName( const OUString& sItemName )
{
if ( !m_sItemName.equals( sItemName ) )
{
@@ -123,9 +123,9 @@ void VCLXAccessibleStatusBarItem::SetItemName( const ::rtl::OUString& sItemName
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleStatusBarItem::GetItemName()
+OUString VCLXAccessibleStatusBarItem::GetItemName()
{
- ::rtl::OUString sName;
+ OUString sName;
if ( m_pStatusBar )
sName = m_pStatusBar->GetAccessibleName( m_nItemId );
@@ -134,7 +134,7 @@ void VCLXAccessibleStatusBarItem::SetItemName( const ::rtl::OUString& sItemName
// -----------------------------------------------------------------------------
-void VCLXAccessibleStatusBarItem::SetItemText( const ::rtl::OUString& sItemText )
+void VCLXAccessibleStatusBarItem::SetItemText( const OUString& sItemText )
{
Any aOldValue, aNewValue;
if ( implInitTextChangedEvent( m_sItemText, sItemText, aOldValue, aNewValue ) )
@@ -146,9 +146,9 @@ void VCLXAccessibleStatusBarItem::SetItemText( const ::rtl::OUString& sItemText
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleStatusBarItem::GetItemText()
+OUString VCLXAccessibleStatusBarItem::GetItemText()
{
- ::rtl::OUString sText;
+ OUString sText;
::vcl::ControlLayoutData aLayoutData;
if ( m_pStatusBar )
{
@@ -191,7 +191,7 @@ awt::Rectangle VCLXAccessibleStatusBarItem::implGetBounds() throw (RuntimeExcept
// OCommonAccessibleText
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleStatusBarItem::implGetText()
+OUString VCLXAccessibleStatusBarItem::implGetText()
{
return GetItemText();
}
@@ -232,26 +232,26 @@ void VCLXAccessibleStatusBarItem::disposing()
AccessibleTextHelper_BASE::disposing();
m_pStatusBar = NULL;
- m_sItemName = ::rtl::OUString();
- m_sItemText = ::rtl::OUString();
+ m_sItemName = OUString();
+ m_sItemText = OUString();
}
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleStatusBarItem::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleStatusBarItem::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleStatusBarItem" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleStatusBarItem" );
}
// -----------------------------------------------------------------------------
-sal_Bool VCLXAccessibleStatusBarItem::supportsService( const ::rtl::OUString& rServiceName ) throw (RuntimeException)
+sal_Bool VCLXAccessibleStatusBarItem::supportsService( const OUString& rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames( getSupportedServiceNames() );
- const ::rtl::OUString* pNames = aNames.getConstArray();
- const ::rtl::OUString* pEnd = pNames + aNames.getLength();
+ Sequence< OUString > aNames( getSupportedServiceNames() );
+ const OUString* pNames = aNames.getConstArray();
+ const OUString* pEnd = pNames + aNames.getLength();
for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames )
;
@@ -260,10 +260,10 @@ sal_Bool VCLXAccessibleStatusBarItem::supportsService( const ::rtl::OUString& rS
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleStatusBarItem::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleStatusBarItem::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.AccessibleStatusBarItem" ));
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleStatusBarItem";
return aNames;
}
@@ -338,11 +338,11 @@ sal_Int16 VCLXAccessibleStatusBarItem::getAccessibleRole( ) throw (RuntimeExcep
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleStatusBarItem::getAccessibleDescription( ) throw (RuntimeException)
+OUString VCLXAccessibleStatusBarItem::getAccessibleDescription( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sDescription;
+ OUString sDescription;
if ( m_pStatusBar )
sDescription = m_pStatusBar->GetHelpText( m_nItemId );
@@ -351,7 +351,7 @@ sal_Int16 VCLXAccessibleStatusBarItem::getAccessibleRole( ) throw (RuntimeExcep
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleStatusBarItem::getAccessibleName( ) throw (RuntimeException)
+OUString VCLXAccessibleStatusBarItem::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -475,7 +475,7 @@ Reference< awt::XFont > VCLXAccessibleStatusBarItem::getFont( ) throw (RuntimeE
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleStatusBarItem::getTitledBorderText( ) throw (RuntimeException)
+OUString VCLXAccessibleStatusBarItem::getTitledBorderText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -484,11 +484,11 @@ Reference< awt::XFont > VCLXAccessibleStatusBarItem::getFont( ) throw (RuntimeE
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleStatusBarItem::getToolTipText( ) throw (RuntimeException)
+OUString VCLXAccessibleStatusBarItem::getToolTipText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
@@ -516,12 +516,12 @@ sal_Bool VCLXAccessibleStatusBarItem::setCaretPosition( sal_Int32 nIndex ) throw
// -----------------------------------------------------------------------------
-Sequence< PropertyValue > VCLXAccessibleStatusBarItem::getCharacterAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (IndexOutOfBoundsException, RuntimeException)
+Sequence< PropertyValue > VCLXAccessibleStatusBarItem::getCharacterAttributes( sal_Int32 nIndex, const Sequence< OUString >& aRequestedAttributes ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
Sequence< PropertyValue > aValues;
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -606,7 +606,7 @@ sal_Bool VCLXAccessibleStatusBarItem::copyText( sal_Int32 nStartIndex, sal_Int32
Reference< datatransfer::clipboard::XClipboard > xClipboard = m_pStatusBar->GetClipboard();
if ( xClipboard.is() )
{
- ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) );
+ OUString sText( getTextRange( nStartIndex, nEndIndex ) );
::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );
const sal_uInt32 nRef = Application::ReleaseSolarMutex();
diff --git a/accessibility/source/standard/vclxaccessibletabcontrol.cxx b/accessibility/source/standard/vclxaccessibletabcontrol.cxx
index 26a9f396a953..e34ef52868dc 100644
--- a/accessibility/source/standard/vclxaccessibletabcontrol.cxx
+++ b/accessibility/source/standard/vclxaccessibletabcontrol.cxx
@@ -351,17 +351,17 @@ void VCLXAccessibleTabControl::disposing()
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleTabControl::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleTabControl::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.toolkit.AccessibleTabControl") );
+ return OUString( "com.sun.star.comp.toolkit.AccessibleTabControl" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleTabControl::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleTabControl::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleTabControl") );
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleTabControl";
return aNames;
}
@@ -413,11 +413,11 @@ sal_Int16 VCLXAccessibleTabControl::getAccessibleRole( ) throw (RuntimeExceptio
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleTabControl::getAccessibleName( ) throw (RuntimeException)
+OUString VCLXAccessibleTabControl::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/standard/vclxaccessibletabpage.cxx b/accessibility/source/standard/vclxaccessibletabpage.cxx
index faa74af71e52..738dabffefb0 100644
--- a/accessibility/source/standard/vclxaccessibletabpage.cxx
+++ b/accessibility/source/standard/vclxaccessibletabpage.cxx
@@ -136,7 +136,7 @@ void VCLXAccessibleTabPage::SetSelected( bool bSelected )
// -----------------------------------------------------------------------------
-void VCLXAccessibleTabPage::SetPageText( const ::rtl::OUString& sPageText )
+void VCLXAccessibleTabPage::SetPageText( const OUString& sPageText )
{
Any aOldValue, aNewValue;
if ( OCommonAccessibleText::implInitTextChangedEvent( m_sPageText, sPageText, aOldValue, aNewValue ) )
@@ -152,9 +152,9 @@ void VCLXAccessibleTabPage::SetPageText( const ::rtl::OUString& sPageText )
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleTabPage::GetPageText()
+OUString VCLXAccessibleTabPage::GetPageText()
{
- ::rtl::OUString sText;
+ OUString sText;
if ( m_pTabControl )
sText = OutputDevice::GetNonMnemonicString( m_pTabControl->GetPageText( m_nPageId ) );
@@ -224,7 +224,7 @@ awt::Rectangle VCLXAccessibleTabPage::implGetBounds() throw (RuntimeException)
// OCommonAccessibleText
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleTabPage::implGetText()
+OUString VCLXAccessibleTabPage::implGetText()
{
return GetPageText();
}
@@ -265,25 +265,25 @@ void VCLXAccessibleTabPage::disposing()
AccessibleTextHelper_BASE::disposing();
m_pTabControl = NULL;
- m_sPageText = ::rtl::OUString();
+ m_sPageText = OUString();
}
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleTabPage::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleTabPage::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleTabPage" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleTabPage" );
}
// -----------------------------------------------------------------------------
-sal_Bool VCLXAccessibleTabPage::supportsService( const ::rtl::OUString& rServiceName ) throw (RuntimeException)
+sal_Bool VCLXAccessibleTabPage::supportsService( const OUString& rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames( getSupportedServiceNames() );
- const ::rtl::OUString* pNames = aNames.getConstArray();
- const ::rtl::OUString* pEnd = pNames + aNames.getLength();
+ Sequence< OUString > aNames( getSupportedServiceNames() );
+ const OUString* pNames = aNames.getConstArray();
+ const OUString* pEnd = pNames + aNames.getLength();
for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames )
;
@@ -292,10 +292,10 @@ sal_Bool VCLXAccessibleTabPage::supportsService( const ::rtl::OUString& rService
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleTabPage::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleTabPage::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(1);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.AccessibleTabPage" ));
+ Sequence< OUString > aNames(1);
+ aNames[0] = "com.sun.star.awt.AccessibleTabPage";
return aNames;
}
@@ -386,11 +386,11 @@ sal_Int16 VCLXAccessibleTabPage::getAccessibleRole( ) throw (RuntimeException)
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleTabPage::getAccessibleDescription( ) throw (RuntimeException)
+OUString VCLXAccessibleTabPage::getAccessibleDescription( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sDescription;
+ OUString sDescription;
if ( m_pTabControl )
sDescription = m_pTabControl->GetHelpText( m_nPageId );
@@ -399,7 +399,7 @@ sal_Int16 VCLXAccessibleTabPage::getAccessibleRole( ) throw (RuntimeException)
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleTabPage::getAccessibleName( ) throw (RuntimeException)
+OUString VCLXAccessibleTabPage::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -549,20 +549,20 @@ Reference< awt::XFont > VCLXAccessibleTabPage::getFont( ) throw (RuntimeExcepti
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleTabPage::getTitledBorderText( ) throw (RuntimeException)
+OUString VCLXAccessibleTabPage::getTitledBorderText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleTabPage::getToolTipText( ) throw (RuntimeException)
+OUString VCLXAccessibleTabPage::getToolTipText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- return ::rtl::OUString();
+ return OUString();
}
// -----------------------------------------------------------------------------
@@ -590,12 +590,12 @@ sal_Bool VCLXAccessibleTabPage::setCaretPosition( sal_Int32 nIndex ) throw (Inde
// -----------------------------------------------------------------------------
-Sequence< PropertyValue > VCLXAccessibleTabPage::getCharacterAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& aRequestedAttributes ) throw (IndexOutOfBoundsException, RuntimeException)
+Sequence< PropertyValue > VCLXAccessibleTabPage::getCharacterAttributes( sal_Int32 nIndex, const Sequence< OUString >& aRequestedAttributes ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
Sequence< PropertyValue > aValues;
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -679,7 +679,7 @@ sal_Bool VCLXAccessibleTabPage::copyText( sal_Int32 nStartIndex, sal_Int32 nEndI
Reference< datatransfer::clipboard::XClipboard > xClipboard = m_pTabControl->GetClipboard();
if ( xClipboard.is() )
{
- ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) );
+ OUString sText( getTextRange( nStartIndex, nEndIndex ) );
::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );
const sal_uInt32 nRef = Application::ReleaseSolarMutex();
diff --git a/accessibility/source/standard/vclxaccessibletextfield.cxx b/accessibility/source/standard/vclxaccessibletextfield.cxx
index de7ec0287190..f38331f27714 100644
--- a/accessibility/source/standard/vclxaccessibletextfield.cxx
+++ b/accessibility/source/standard/vclxaccessibletextfield.cxx
@@ -65,9 +65,9 @@ VCLXAccessibleTextField::~VCLXAccessibleTextField (void)
-::rtl::OUString VCLXAccessibleTextField::implGetText (void)
+OUString VCLXAccessibleTextField::implGetText (void)
{
- ::rtl::OUString aText;
+ OUString aText;
ListBox* pListBox = static_cast<ListBox*>(GetWindow());
if (pListBox!=NULL && !pListBox->IsInDropDown())
aText = pListBox->GetSelectEntry();
@@ -132,22 +132,22 @@ Reference< XAccessible > SAL_CALL VCLXAccessibleTextField::getAccessibleParent(
//===== XServiceInfo ==========================================================
-::rtl::OUString VCLXAccessibleTextField::getImplementationName (void)
+OUString VCLXAccessibleTextField::getImplementationName (void)
throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleTextField" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleTextField" );
}
-Sequence< ::rtl::OUString > VCLXAccessibleTextField::getSupportedServiceNames (void)
+Sequence< OUString > VCLXAccessibleTextField::getSupportedServiceNames (void)
throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames = VCLXAccessibleTextComponent::getSupportedServiceNames();
+ Sequence< OUString > aNames = VCLXAccessibleTextComponent::getSupportedServiceNames();
sal_Int32 nLength = aNames.getLength();
aNames.realloc( nLength + 1 );
- aNames[nLength] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleTextField" ));
+ aNames[nLength] = "com.sun.star.accessibility.AccessibleTextField";
return aNames;
}
diff --git a/accessibility/source/standard/vclxaccessibletoolbox.cxx b/accessibility/source/standard/vclxaccessibletoolbox.cxx
index 4a42dc972597..e2ca26e28172 100644
--- a/accessibility/source/standard/vclxaccessibletoolbox.cxx
+++ b/accessibility/source/standard/vclxaccessibletoolbox.cxx
@@ -674,17 +674,17 @@ void SAL_CALL VCLXAccessibleToolBox::disposing()
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleToolBox::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleToolBox::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleToolBox" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleToolBox" );
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleToolBox::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleToolBox::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames = VCLXAccessibleComponent::getSupportedServiceNames();
+ Sequence< OUString > aNames = VCLXAccessibleComponent::getSupportedServiceNames();
sal_Int32 nLength = aNames.getLength();
aNames.realloc( nLength + 1 );
- aNames[nLength] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleToolBox" ));
+ aNames[nLength] = "com.sun.star.accessibility.AccessibleToolBox";
return aNames;
}
// -----------------------------------------------------------------------------
diff --git a/accessibility/source/standard/vclxaccessibletoolboxitem.cxx b/accessibility/source/standard/vclxaccessibletoolboxitem.cxx
index 0517d10c7def..86402cc11d6f 100644
--- a/accessibility/source/standard/vclxaccessibletoolboxitem.cxx
+++ b/accessibility/source/standard/vclxaccessibletoolboxitem.cxx
@@ -122,9 +122,9 @@ VCLXAccessibleToolBoxItem::~VCLXAccessibleToolBoxItem()
m_pExternalLock = NULL;
}
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleToolBoxItem::GetText( bool _bAsName )
+OUString VCLXAccessibleToolBoxItem::GetText( bool _bAsName )
{
- ::rtl::OUString sRet;
+ OUString sRet;
// no text for separators and spaces
if ( m_pToolBox && m_nItemId > 0 && ( _bAsName || m_pToolBox->GetButtonType() != BUTTON_SYMBOL ) )
{
@@ -179,7 +179,7 @@ void VCLXAccessibleToolBoxItem::SetIndeterminate( bool _bIndeterminate )
// -----------------------------------------------------------------------------
void VCLXAccessibleToolBoxItem::NameChanged()
{
- ::rtl::OUString sNewName = implGetText();
+ OUString sNewName = implGetText();
if ( sNewName != m_sOldName )
{
Any aOldValue, aNewValue;
@@ -230,7 +230,7 @@ awt::Rectangle SAL_CALL VCLXAccessibleToolBoxItem::implGetBounds( ) throw (Runt
return aRect;
}
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleToolBoxItem::implGetText()
+OUString VCLXAccessibleToolBoxItem::implGetText()
{
return GetText (true);
}
@@ -276,29 +276,29 @@ void SAL_CALL VCLXAccessibleToolBoxItem::disposing()
// -----------------------------------------------------------------------------
// XServiceInfo
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleToolBoxItem::getImplementationName() throw (RuntimeException)
+OUString VCLXAccessibleToolBoxItem::getImplementationName() throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.AccessibleToolBoxItem" ));
+ return OUString( "com.sun.star.comp.toolkit.AccessibleToolBoxItem" );
}
// -----------------------------------------------------------------------------
-sal_Bool VCLXAccessibleToolBoxItem::supportsService( const ::rtl::OUString& rServiceName ) throw (RuntimeException)
+sal_Bool VCLXAccessibleToolBoxItem::supportsService( const OUString& rServiceName ) throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames( getSupportedServiceNames() );
- const ::rtl::OUString* pNames = aNames.getConstArray();
- const ::rtl::OUString* pEnd = pNames + aNames.getLength();
+ Sequence< OUString > aNames( getSupportedServiceNames() );
+ const OUString* pNames = aNames.getConstArray();
+ const OUString* pEnd = pNames + aNames.getLength();
for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames )
;
return pNames != pEnd;
}
// -----------------------------------------------------------------------------
-Sequence< ::rtl::OUString > VCLXAccessibleToolBoxItem::getSupportedServiceNames() throw (RuntimeException)
+Sequence< OUString > VCLXAccessibleToolBoxItem::getSupportedServiceNames() throw (RuntimeException)
{
- Sequence< ::rtl::OUString > aNames(4);
- aNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleContext" ));
- aNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleComponent" ));
- aNames[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleExtendedComponent" ));
- aNames[3] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.accessibility.AccessibleToolBoxItem" ));
+ Sequence< OUString > aNames(4);
+ aNames[0] = "com.sun.star.accessibility.AccessibleContext";
+ aNames[1] = "com.sun.star.accessibility.AccessibleComponent";
+ aNames[2] = "com.sun.star.accessibility.AccessibleExtendedComponent";
+ aNames[3] = "com.sun.star.accessibility.AccessibleToolBoxItem";
return aNames;
}
// -----------------------------------------------------------------------------
@@ -350,18 +350,18 @@ sal_Int16 SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleRole( ) throw (Runti
return m_nRole;
}
// -----------------------------------------------------------------------------
-::rtl::OUString SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleDescription( ) throw (RuntimeException)
+OUString SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleDescription( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sDescription;
+ OUString sDescription;
if ( m_pToolBox )
sDescription = m_pToolBox->GetHelpText( m_nItemId );
return sDescription;
}
// -----------------------------------------------------------------------------
-::rtl::OUString SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleName( ) throw (RuntimeException)
+OUString SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleName( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -427,11 +427,11 @@ sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::setCaretPosition( sal_Int32 nIndex
return sal_False;
}
// -----------------------------------------------------------------------------
-Sequence< PropertyValue > SAL_CALL VCLXAccessibleToolBoxItem::getCharacterAttributes( sal_Int32 nIndex, const Sequence< ::rtl::OUString >& ) throw (IndexOutOfBoundsException, RuntimeException)
+Sequence< PropertyValue > SAL_CALL VCLXAccessibleToolBoxItem::getCharacterAttributes( sal_Int32 nIndex, const Sequence< OUString >& ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -443,7 +443,7 @@ awt::Rectangle SAL_CALL VCLXAccessibleToolBoxItem::getCharacterBounds( sal_Int32
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sText( implGetText() );
+ OUString sText( implGetText() );
if ( !implIsValidIndex( nIndex, sText.getLength() ) )
throw IndexOutOfBoundsException();
@@ -503,7 +503,7 @@ sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::copyText( sal_Int32 nStartIndex, sa
Reference< datatransfer::clipboard::XClipboard > xClipboard = m_pToolBox->GetClipboard();
if ( xClipboard.is() )
{
- ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) );
+ OUString sText( getTextRange( nStartIndex, nEndIndex ) );
::vcl::unohelper::TextDataObject* pDataObj = new ::vcl::unohelper::TextDataObject( sText );
const sal_uInt32 nRef = Application::ReleaseSolarMutex();
@@ -578,18 +578,18 @@ awt::FontDescriptor SAL_CALL VCLXAccessibleToolBoxItem::getFontMetrics( const Re
return xFont->getFontDescriptor();
}
// -----------------------------------------------------------------------------
-::rtl::OUString SAL_CALL VCLXAccessibleToolBoxItem::getTitledBorderText( ) throw (RuntimeException)
+OUString SAL_CALL VCLXAccessibleToolBoxItem::getTitledBorderText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
- ::rtl::OUString sRet;
+ OUString sRet;
if ( m_pToolBox )
sRet = m_pToolBox->GetItemText( m_nItemId );
return sRet;
}
// -----------------------------------------------------------------------------
-::rtl::OUString SAL_CALL VCLXAccessibleToolBoxItem::getToolTipText( ) throw (RuntimeException)
+OUString SAL_CALL VCLXAccessibleToolBoxItem::getToolTipText( ) throw (RuntimeException)
{
OExternalLockGuard aGuard( this );
@@ -628,14 +628,14 @@ sal_Bool VCLXAccessibleToolBoxItem::doAccessibleAction ( sal_Int32 nIndex ) thro
return sal_True;
}
// -----------------------------------------------------------------------------
-::rtl::OUString VCLXAccessibleToolBoxItem::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
+OUString VCLXAccessibleToolBoxItem::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)
{
OExternalLockGuard aGuard( this );
if ( nIndex < 0 || nIndex >= getAccessibleActionCount() )
throw IndexOutOfBoundsException();
- return ::rtl::OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
+ return OUString( TK_RES_STRING( RID_STR_ACC_ACTION_CLICK ) );
}
// -----------------------------------------------------------------------------
Reference< XAccessibleKeyBinding > VCLXAccessibleToolBoxItem::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException)