Bug 66003 - an option to copy existing sheet while creating a new one
Summary: an option to copy existing sheet while creating a new one
Status: RESOLVED FIXED
Alias: None
Product: calligrasheets
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Laurent Montel
URL:
Keywords:
: 136452 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-13 23:41 UTC by Rafał Rzepecki
Modified: 2007-08-06 17:06 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Rzepecki 2003-10-13 23:41:02 UTC
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").
Comment 1 Pino Toscano 2005-07-07 17:59:29 UTC
Yes, the option "Duplicate sheet" in the sheet tabbar popup menu would be nice.
Comment 2 Stefan Nikolaus 2006-10-29 11:43:40 UTC
*** Bug 136452 has been marked as a duplicate of this bug. ***
Comment 3 Stefan Nikolaus 2007-08-06 17:06:24 UTC
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