commit: re: PATCH: export no table borders to RTF

From: <msevior_at_physics.unimelb.edu.au>
Date: Tue Sep 27 2005 - 01:12:26 CEST

>
> YAY!!!!!!! This will be fixed in 2.4?
>
>

Yes. It's committed along with a full unix fix for the blocker bug 9548.

Bug 9548 was that if you openned an odt called say, myDoc.odt, (or other
document where we can only import the file type) and clicked save,

myDoc.odt would be overwritten with *.abw content.

Now when you click "save" on unix the file-save dialog is openned with the
file name myDoc.abw preselected.

At this point the other platfroms will get a warning message asking to
confirm the overwrite of myDoc.odt. Other platforms will have to write the
code to replace the *.odt extension with *.abw.

My algorthim on whether to do this in the fileSaveAs dialog is:

1. Is this file-SaveAS?
2. Is the filetype requested (*.abw) different from the extension given to
the saveAS dialog (myDoc.odt)
3. If both are true, replace the filename initially present to the user
with myDoc.abw (or whatever the requested filetype is.

Cheers

Martin

>
> -------- Original Message --------
> Subject: PATCH: export no table borders to RTF.
> Date: Tue, 27 Sep 2005 00:48:39 +1000 (EST)
> From: msevior@physics.unimelb.edu.au
> To: abiword-dev@abisource.com
>
>
>
> HI everyone,
>
> This patch makes the exported RTF honour the "No Borders" setting for
> tables.
>
> My tests indicate this works fine.
>
> Permission to commit?
>
> Cheers
>
> Martin
>
>
>
>
>
Received on Tue Sep 27 01:14:20 2005

This archive was generated by hypermail 2.1.8 : Tue Sep 27 2005 - 01:14:21 CEST