summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-07 12:06:47 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:23:11 +0200
commit1946794ae09ba732022fe6a74ea45e304ab70b84 (patch)
treee32bd7ba61fa021ecc7f8c85959df8ca837d6e81 /sw/inc/unocrsrhelper.hxx
parent5b08c6e7a21dda94d5b755eea0b1ed1e9c199bec (diff)
mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index 251057e50c6e..b882582bf2af 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -119,7 +119,7 @@ namespace SwUnoCursorHelper
bool DocInsertStringSplitCR( SwDoc &rDoc,
const SwPaM &rNewCursor, const String &rText,
const bool bForceExpandHints );
- void makeRedline( SwPaM& rPaM, const ::rtl::OUString& RedlineType,
+ void makeRedline( SwPaM& rPaM, const OUString& RedlineType,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& RedlineProperties )
throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
@@ -131,11 +131,11 @@ namespace SwUnoCursorHelper
void GetCrsrAttr(SwPaM & rPam, SfxItemSet & rSet,
const bool bOnlyTxtAttr = false,
const bool bGetFromChrFmt = true);
- void GetTextFromPam(SwPaM & rPam, ::rtl::OUString & rBuffer);
+ void GetTextFromPam(SwPaM & rPam, OUString & rBuffer);
SwFmtColl * GetCurTxtFmtColl(SwPaM & rPam, const bool bConditional);
void SelectPam(SwPaM & rPam, const bool bExpand);
- void SetString(SwCursor & rCursor, const ::rtl::OUString & rString);
+ void SetString(SwCursor & rCursor, const OUString & rString);
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >
CreateSortDescriptor(const bool bFromTable);
@@ -148,7 +148,7 @@ namespace SwUnoCursorHelper
void SetPropertyValue(
SwPaM& rPaM,
const SfxItemPropertySet & rPropSet,
- const ::rtl::OUString & rPropertyName,
+ const OUString & rPropertyName,
const ::com::sun::star::uno::Any & rValue,
const SetAttrMode nAttrMode = nsSetAttrMode::SETATTR_DEFAULT,
const bool bTableMode = false)
@@ -173,7 +173,7 @@ namespace SwUnoCursorHelper
::com::sun::star::uno::Any GetPropertyValue(
SwPaM& rPaM,
const SfxItemPropertySet & rPropSet,
- const ::rtl::OUString & rPropertyName)
+ const OUString & rPropertyName)
throw (::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException);
@@ -181,7 +181,7 @@ namespace SwUnoCursorHelper
::com::sun::star::beans::PropertyState > GetPropertyStates(
SwPaM & rPaM,
const SfxItemPropertySet & rPropSet,
- const ::com::sun::star::uno::Sequence< ::rtl::OUString >&
+ const ::com::sun::star::uno::Sequence< OUString >&
rPropertyNames,
const SwGetPropertyStatesCaller eCaller =
SW_PROPERTY_STATE_CALLER_DEFAULT)
@@ -190,19 +190,19 @@ namespace SwUnoCursorHelper
::com::sun::star::beans::PropertyState GetPropertyState(
SwPaM & rPaM,
const SfxItemPropertySet & rPropSet,
- const ::rtl::OUString & rPropertyName)
+ const OUString & rPropertyName)
throw (::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::uno::RuntimeException);
void SetPropertyToDefault(
SwPaM & rPaM,
const SfxItemPropertySet & rPropSet,
- const ::rtl::OUString & rPropertyName)
+ const OUString & rPropertyName)
throw (::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::uno::RuntimeException);
::com::sun::star::uno::Any GetPropertyDefault(
SwPaM & rPaM,
const SfxItemPropertySet & rPropSet,
- const ::rtl::OUString & rPropertyName)
+ const OUString & rPropertyName)
throw (::com::sun::star::beans::UnknownPropertyException,
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException);