diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-13 18:24:17 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-13 18:24:17 +0000 |
commit | 5f9a4c48c87dbb3c5e0d8969799f5bb920a09eb0 (patch) | |
tree | d411028c853c6b941280f1f3a174dee24cbd84e7 /sc/source/ui/inc | |
parent | 33e4cf0a0be2ffea5112270803b78eaed7396957 (diff) |
DoImportUno
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/dbdocfun.hxx | 17 |
1 files changed, 15 insertions, 2 deletions
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 <tools/solar.h> #endif +#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ +#include <com/sun/star/uno/Sequence.hxx> +#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, |