summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xename.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-30 11:37:14 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:49:01 +0200
commit0d0cd2b3aeb89bd223c7b779e89805cab2dd340f (patch)
tree56b12a42c8b061c9b23ed3519e53887badce52bf /sc/source/filter/inc/xename.hxx
parent52fcc738eeb9c7ff3fc023668dc335076e8bef42 (diff)
convert sc/source/file/inc/xe*.hxx from String to OUString
Change-Id: I3e0a0edb7a49ceed94bf64800bbd4ca8481b89db
Diffstat (limited to 'sc/source/filter/inc/xename.hxx')
-rw-r--r--sc/source/filter/inc/xename.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xename.hxx b/sc/source/filter/inc/xename.hxx
index 7c457657d8d6..3d4c1f9d832f 100644
--- a/sc/source/filter/inc/xename.hxx
+++ b/sc/source/filter/inc/xename.hxx
@@ -52,16 +52,16 @@ public:
sal_uInt16 InsertBuiltInName( sal_Unicode cBuiltIn, const ScRangeList& rRangeList );
/** Inserts a new defined name. Sets another unused name, if rName already exists. */
- sal_uInt16 InsertUniqueName( const String& rName, XclTokenArrayRef xTokArr, SCTAB nScTab );
+ sal_uInt16 InsertUniqueName( const OUString& rName, XclTokenArrayRef xTokArr, SCTAB nScTab );
/** Returns index of an existing name, or creates a name without definition. */
- sal_uInt16 InsertRawName( const String& rName );
+ sal_uInt16 InsertRawName( const OUString& rName );
/** Searches or inserts a defined name describing a macro name.
@param bVBasic true = Visual Basic macro, false = Sheet macro.
@param bFunc true = Macro function; false = Macro procedure. */
- sal_uInt16 InsertMacroCall( const String& rMacroName, bool bVBasic, bool bFunc, bool bHidden = false );
+ sal_uInt16 InsertMacroCall( const OUString& rMacroName, bool bVBasic, bool bFunc, bool bHidden = false );
/** Returns the Calc sheet of a local defined name, or SCTAB_GLOBAL for global defined names. */
- const String& GetOrigName( sal_uInt16 nNameIdx ) const;
+ const OUString& GetOrigName( sal_uInt16 nNameIdx ) const;
/** Returns the Calc sheet of a local defined name, or SCTAB_GLOBAL for global defined names. */
SCTAB GetScTab( sal_uInt16 nNameIdx ) const;
/** Returns true, if the specified defined name is volatile. */