Bug 137375

Summary: KSpread ignores cell format when inserting text files
Product: [Applications] calligrasheets Reporter: Edgar Ibsen <edgaribsen2>
Component: generalAssignee: Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.6   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Edgar Ibsen 2006-11-15 05:03:42 UTC
Version:           1.6.0 (using KDE KDE 3.5.5)
Installed from:    Debian testing/unstable Packages
OS:                Linux

When inserting text files using the "text" format, all cells will be inserted as a "generic" format cell, and not "text" format.
Comment 1 Stefan Nikolaus 2007-08-05 12:44:10 UTC
SVN commit 696591 by nikolaus:

Painting	Content Format.
		The Style's content format now takes precedence over the one of Value.
		This fixes the issue, that you were not able to change the format after
		importing CSV values as text.

		Errors will always be centered now.

BUGS: 87471, 137375


 M  +1 -1      Cell.cpp  
 M  +57 -20    ValueConverter.cpp  
 M  +8 -8      ValueConverter.h  
 M  +92 -54    ValueFormatter.cpp  
 M  +6 -6      ValueFormatter.h  
 M  +1 -1      dialogs/LayoutDialog.cpp  
 M  +29 -13    ui/CellView.cpp