Kaydet (Commit) 29c3a013 authored tarafından Ricardo Montania's avatar Ricardo Montania Kaydeden (comit) Olivier Hallot

Finished ::rtl::OUString to OUString in UnoControls

Change-Id: I48409908bd1639d6a69217c7f94ebce04464487f
Reviewed-on: https://gerrit.libreoffice.org/601Reviewed-by: 's avatarOlivier Hallot <olivier.hallot@alta.org.br>
Tested-by: 's avatarOlivier Hallot <olivier.hallot@alta.org.br>
üst 11b85ee2
...@@ -91,8 +91,8 @@ namespace unocontrols{ ...@@ -91,8 +91,8 @@ namespace unocontrols{
/// Item of TextList /// Item of TextList
struct IMPL_TextlistItem struct IMPL_TextlistItem
{ {
::rtl::OUString sTopic ; /// Left site of textline in dialog OUString sTopic ; /// Left site of textline in dialog
::rtl::OUString sText ; /// Right site of textline in dialog OUString sText ; /// Right site of textline in dialog
}; };
//____________________________________________________________________________________________________________ //____________________________________________________________________________________________________________
...@@ -261,8 +261,8 @@ public: ...@@ -261,8 +261,8 @@ public:
*/ */
virtual void SAL_CALL addText( virtual void SAL_CALL addText(
const ::rtl::OUString& sTopic , const OUString& sTopic ,
const ::rtl::OUString& sText , const OUString& sText ,
sal_Bool bbeforeProgress sal_Bool bbeforeProgress
) throw( ::com::sun::star::uno::RuntimeException ); ) throw( ::com::sun::star::uno::RuntimeException );
...@@ -280,7 +280,7 @@ public: ...@@ -280,7 +280,7 @@ public:
*/ */
virtual void SAL_CALL removeText( virtual void SAL_CALL removeText(
const ::rtl::OUString& sTopic , const OUString& sTopic ,
sal_Bool bbeforeProgress sal_Bool bbeforeProgress
) throw( ::com::sun::star::uno::RuntimeException ); ) throw( ::com::sun::star::uno::RuntimeException );
...@@ -298,8 +298,8 @@ public: ...@@ -298,8 +298,8 @@ public:
*/ */
virtual void SAL_CALL updateText( virtual void SAL_CALL updateText(
const ::rtl::OUString& sTopic , const OUString& sTopic ,
const ::rtl::OUString& sText , const OUString& sText ,
sal_Bool bbeforeProgress sal_Bool bbeforeProgress
) throw( ::com::sun::star::uno::RuntimeException ); ) throw( ::com::sun::star::uno::RuntimeException );
...@@ -434,7 +434,7 @@ public: ...@@ -434,7 +434,7 @@ public:
@onerror - @onerror -
*/ */
virtual void SAL_CALL setLabel( const ::rtl::OUString& sLabel ) throw( ::com::sun::star::uno::RuntimeException ); virtual void SAL_CALL setLabel( const OUString& sLabel ) throw( ::com::sun::star::uno::RuntimeException );
/**_______________________________________________________________________________________________________ /**_______________________________________________________________________________________________________
@short - @short -
...@@ -449,7 +449,7 @@ public: ...@@ -449,7 +449,7 @@ public:
@onerror - @onerror -
*/ */
virtual void SAL_CALL setActionCommand( const ::rtl::OUString& sCommand ) virtual void SAL_CALL setActionCommand( const OUString& sCommand )
throw( ::com::sun::star::uno::RuntimeException ); throw( ::com::sun::star::uno::RuntimeException );
//________________________________________________________________________________________________________ //________________________________________________________________________________________________________
...@@ -615,7 +615,7 @@ public: ...@@ -615,7 +615,7 @@ public:
@onerror - @onerror -
*/ */
static const ::com::sun::star::uno::Sequence< ::rtl::OUString > impl_getStaticSupportedServiceNames(); static const ::com::sun::star::uno::Sequence< OUString > impl_getStaticSupportedServiceNames();
/**_______________________________________________________________________________________________________ /**_______________________________________________________________________________________________________
@short - @short -
...@@ -630,7 +630,7 @@ public: ...@@ -630,7 +630,7 @@ public:
@onerror - @onerror -
*/ */
static const ::rtl::OUString impl_getStaticImplementationName(); static const OUString impl_getStaticImplementationName();
//____________________________________________________________________________________________________________ //____________________________________________________________________________________________________________
// protected methods // protected methods
...@@ -719,7 +719,7 @@ private: ...@@ -719,7 +719,7 @@ private:
@onerror - @onerror -
*/ */
IMPL_TextlistItem* impl_searchTopic( const ::rtl::OUString& sTopic , sal_Bool bbeforeProgress ); IMPL_TextlistItem* impl_searchTopic( const OUString& sTopic , sal_Bool bbeforeProgress );
//____________________________________________________________________________________________________________ //____________________________________________________________________________________________________________
// debug methods // debug methods
...@@ -742,8 +742,8 @@ private: ...@@ -742,8 +742,8 @@ private:
#ifdef DBG_UTIL #ifdef DBG_UTIL
sal_Bool impl_debug_checkParameter( const ::rtl::OUString& sTopic, const ::rtl::OUString& sText, sal_Bool bbeforeProgress ); // addText, updateText sal_Bool impl_debug_checkParameter( const OUString& sTopic, const OUString& sText, sal_Bool bbeforeProgress ); // addText, updateText
sal_Bool impl_debug_checkParameter( const ::rtl::OUString& rTopic, sal_Bool bbeforeProgress ); // removeText sal_Bool impl_debug_checkParameter( const OUString& rTopic, sal_Bool bbeforeProgress ); // removeText
#endif #endif
//____________________________________________________________________________________________________________ //____________________________________________________________________________________________________________
......
...@@ -211,7 +211,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains ...@@ -211,7 +211,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
virtual void SAL_CALL start( virtual void SAL_CALL start(
const ::rtl::OUString& sText , const OUString& sText ,
sal_Int32 nRange sal_Int32 nRange
) throw( ::com::sun::star::uno::RuntimeException ); ) throw( ::com::sun::star::uno::RuntimeException );
...@@ -258,7 +258,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains ...@@ -258,7 +258,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains
@onerror - @onerror -
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
virtual void SAL_CALL setText( const ::rtl::OUString& sText ) throw( ::com::sun::star::uno::RuntimeException ); virtual void SAL_CALL setText( const OUString& sText ) throw( ::com::sun::star::uno::RuntimeException );
/*-****************************************************************************************************//** /*-****************************************************************************************************//**
@short - @short -
...@@ -438,7 +438,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains ...@@ -438,7 +438,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains
@onerror - @onerror -
*/ */
static const ::com::sun::star::uno::Sequence< ::rtl::OUString > impl_getStaticSupportedServiceNames(); static const ::com::sun::star::uno::Sequence< OUString > impl_getStaticSupportedServiceNames();
/**_______________________________________________________________________________________________________ /**_______________________________________________________________________________________________________
@short - @short -
...@@ -453,7 +453,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains ...@@ -453,7 +453,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains
@onerror - @onerror -
*/ */
static const ::rtl::OUString impl_getStaticImplementationName(); static const OUString impl_getStaticImplementationName();
//____________________________________________________________________________________________________________ //____________________________________________________________________________________________________________
// protected methods // protected methods
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment