summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewfunc.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-07-16 14:17:55 +0000
committerNiklas Nebel <nn@openoffice.org>2002-07-16 14:17:55 +0000
commit348c79f4b96ba4277196dc2252a79d46aa098185 (patch)
treee271244c71211736278017c8100195d3e27da1c6 /sc/source/ui/inc/viewfunc.hxx
parent4b30ad209b1c854d398a46477c2773e9ab37118e (diff)
#101160# warning when cells are overwritten in paste
Diffstat (limited to 'sc/source/ui/inc/viewfunc.hxx')
-rw-r--r--sc/source/ui/inc/viewfunc.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index e8cd6e652..b35ae16c6 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewfunc.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: nn $ $Date: 2002-07-15 14:25:33 $
+ * last change: $Author: nn $ $Date: 2002-07-16 15:15:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,8 @@ public:
USHORT nFunction = PASTE_NOFUNC, BOOL bSkipEmpty = FALSE,
BOOL bTranspose = FALSE, BOOL bAsLink = FALSE,
InsCellCmd eMoveMode = INS_NONE,
- USHORT nUndoExtraFlags = IDF_NONE );
+ USHORT nUndoExtraFlags = IDF_NONE,
+ BOOL bAllowDialogs = FALSE );
void FillTab( USHORT nFlags, USHORT nFunction, BOOL bSkipEmpty, BOOL bAsLink );
@@ -166,7 +167,7 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::datatransfer::XTransferable >& rxTransferable,
USHORT nPosX, USHORT nPosY, Point* pLogicPos = NULL,
- BOOL bLink = FALSE );
+ BOOL bLink = FALSE, BOOL bAllowDialogs = FALSE );
BOOL PasteFile( const Point&, const String&, BOOL bLink=FALSE );
BOOL PasteObject( const Point&, SvInPlaceObject*, const Size* = NULL );