Version: 1.2.92 (using KDE 3.1.4) Installed from: Gentoo Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r2, propolice) OS: Linux (i686) release 2.4.20-gentoo-r5 When inserting a new sheet the user should have an opportunity to request the new sheet to be a duplicate copy of an existing one. Alternatively it could be made another option in sheet's context menu (for example "Duplicate sheet").
Yes, the option "Duplicate sheet" in the sheet tabbar popup menu would be nice.
*** Bug 136452 has been marked as a duplicate of this bug. ***
SVN commit 697014 by nikolaus: Commands Duplicate Sheet. Initial implementation. FEATURE: 66003 M +23 -0 CellStorage.cpp M +7 -1 CellStorage.h M +56 -0 Cluster.cpp M +10 -0 Cluster.h M +5 -1 Map.cpp M +2 -0 Map.h M +83 -0 RTree.h M +24 -7 RectStorage.h M +46 -0 Sheet.cpp M +8 -1 Sheet.h M +9 -0 SheetShapeContainer.cpp M +5 -0 SheetShapeContainer.h M +13 -0 StyleStorage.cpp M +3 -1 StyleStorage.h M +41 -0 commands/SheetCommands.cpp M +17 -0 commands/SheetCommands.h M +1 -0 kspread.rc M +27 -1 ui/View.cpp M +1 -0 ui/View.h