From 5f9a4c48c87dbb3c5e0d8969799f5bb920a09eb0 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Mon, 13 Nov 2000 18:24:17 +0000 Subject: DoImportUno --- sc/source/ui/inc/dbdocfun.hxx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/inc/dbdocfun.hxx') diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx index b571de46cca1..e2119e687205 100644 --- a/sc/source/ui/inc/dbdocfun.hxx +++ b/sc/source/ui/inc/dbdocfun.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbdocfun.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-11-10 19:02:05 $ + * last change: $Author: nn $ $Date: 2000-11-13 19:23:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,10 @@ #include #endif +#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ +#include +#endif + class String; struct ScImportParam; @@ -77,9 +81,14 @@ class SfxViewFrame; class SbaSelectionList; class ScDBData; class ScDocShell; +class ScAddress; class ScRange; class ScDPObject; +namespace com { namespace sun { namespace star { namespace beans { + struct PropertyValue; +} } } } + // --------------------------------------------------------------------------- class ScDBDocFunc @@ -101,6 +110,10 @@ public: const SbaSelectionList* pSelection, BOOL bRecord, BOOL bAddrInsert = FALSE ); + BOOL DoImportUno( const ScAddress& rPos, + const com::sun::star::uno::Sequence< + com::sun::star::beans::PropertyValue>& aArgs ); + static void ShowInBeamer( const ScImportParam& rParam, SfxViewFrame* pFrame ); BOOL Sort( USHORT nTab, const ScSortParam& rSortParam, -- cgit