Bug 137375 - KSpread ignores cell format when inserting text files
Summary: KSpread ignores cell format when inserting text files
Status: RESOLVED FIXED
Alias: None
Product: calligrasheets
Classification: Applications
Component: general (show other bugs)
Version: 1.6
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Calligra Sheets (KSpread) Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-15 05:03 UTC by Edgar Ibsen
Modified: 2007-08-05 12:44 UTC (History)
0 users

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 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