summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-10-13 23:21:02 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-13 23:21:02 -0400
commit1708b3497f767b0298ec93518b14614180c096bc (patch)
tree9fbc7bad4c9b0bab013e8252510f03905ea67ee4 /sc/source/ui/inc/docsh.hxx
parent2be03e2ec720cbe9aa04f7e463c7e19944347d96 (diff)
parent167c1f3a9566fdb4d197675b520b690326d8eaa9 (diff)
Merge branch 'master' into feature/calc-key-binding-compat
Conflicts: sc/source/ui/attrdlg/scdlgfact.cxx
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index f7061e179fae..db675399d688 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -43,6 +43,7 @@
#include "optutil.hxx"
#include <hash_map>
+#include <cppuhelper/implbase1.hxx>
class ScEditEngineDefaulter;
class FontList;
@@ -301,6 +302,10 @@ public:
ScMarkData& rMark, BOOL bRecord = TRUE );
void ModifyScenario( SCTAB nTab, const String& rName, const String& rComment,
const Color& rColor, USHORT nFlags );
+ ULONG TransferTab( ScDocShell& rSrcDocShell, SCTAB nSrcPos,
+ SCTAB nDestPos, BOOL bInsertNew,
+ BOOL bNotifyAndPaint );
+
BOOL MoveTable( SCTAB nSrcTab, SCTAB nDestTab, BOOL bCopy, BOOL bRecord );
void DoRecalc( BOOL bApi );