summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/workbookhelper.hxx
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.dev.libreoffice@gmail.com>2012-04-16 09:34:32 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-17 21:02:17 +0200
commitf892be678a036cd0fea665eda529e9cc906e0cfa (patch)
treeb085f93d19fa92a75ed8ea4e3ea0bd2d6d2500b3 /sc/source/filter/inc/workbookhelper.hxx
parent3ef53adf7eb7ea68fe4ba5b8f4fee8a7c6014756 (diff)
Converting UNO calls to direct in WorkbookHelper
Diffstat (limited to 'sc/source/filter/inc/workbookhelper.hxx')
-rw-r--r--sc/source/filter/inc/workbookhelper.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/filter/inc/workbookhelper.hxx b/sc/source/filter/inc/workbookhelper.hxx
index 7a529844ed9c..c4a4ee19b0aa 100644
--- a/sc/source/filter/inc/workbookhelper.hxx
+++ b/sc/source/filter/inc/workbookhelper.hxx
@@ -33,6 +33,7 @@
#include <rtl/ref.hxx>
#include "oox/helper/storagebase.hxx"
#include "biffhelper.hxx"
+#include "rangenam.hxx"
namespace com { namespace sun { namespace star {
namespace container { class XNameAccess; }
@@ -183,8 +184,7 @@ public:
/** Creates and returns a defined name on-the-fly in the Calc document.
The name will not be buffered in the global defined names buffer.
@param orName (in/out-parameter) Returns the resulting used name. */
- ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XNamedRange >
- createNamedRangeObject(
+ ScRangeData* createNamedRangeObject(
::rtl::OUString& orName,
const ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken>& rTokens,
sal_Int32 nIndex,
@@ -193,8 +193,7 @@ public:
/** Creates and returns a defined name on-the-fly in the sheet.
The name will not be buffered in the global defined names buffer.
@param orName (in/out-parameter) Returns the resulting used name. */
- ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XNamedRange >
- createLocalNamedRangeObject(
+ ScRangeData* createLocalNamedRangeObject(
::rtl::OUString& orName,
const ::com::sun::star::uno::Sequence< ::com::sun::star::sheet::FormulaToken>& rTokens,
sal_Int32 nIndex,