RE: html code generated from Open Office

2018-10-13 Thread Howard Cary Morris
ink/?LinkId=550986> for Windows 10 From: Andrea Pescetti Sent: Saturday, October 13, 2018 3:24:52 PM To: dev@openoffice.apache.org Subject: Re: html code generated from Open Office Howard Cary Morris wrote: > I want the HTML5 look identical to printed code. I

Re: html code generated from Open Office

2018-10-13 Thread Andrea Pescetti
Howard Cary Morris wrote: I want the HTML5 look identical to printed code. I will have additional references to understand the code. I see many mixed ideas in this conversations. Let me give you some pointers, and sorry for being late at this. Start here: https://archive.fosdem.org/2014/sch

Re: html code generated from Open Office

2018-10-01 Thread Damjan Jovanovic
On Tue, Oct 2, 2018 at 1:27 AM Peter Kovacs wrote: > #include Okay this is special, since it > refers to Javacode. But I do not know how to find the corresponding Java > class file. > That isn't Java, that is a header file generated from the UNO IDL in main/offapi/com/sun/star/form/XForm.idl

Re: html code generated from Open Office

2018-10-01 Thread Peter Kovacs
.apache.org> *Subject: *RE: html code generated from Open Office Only reason I want to see Print and print preview code is that I want the HTML5 look identical to printed code. I will have additional references to understand the code. Sent from Mail<https://go.microsoft.com/fwlink/?Lin

RE: html code generated from Open Office

2018-10-01 Thread Howard Cary Morris
ailto:dev@openoffice.apache.org> Cc: Apache OO<mailto:dev@openoffice.apache.org> Subject: RE: html code generated from Open Office Only reason I want to see Print and print preview code is that I want the HTML5 look identical to printed code. I will have additional references to understand the code.

RE: html code generated from Open Office

2018-09-12 Thread Howard Cary Morris
_ From: Damjan Jovanovic Sent: Wednesday, September 12, 2018 7:59:53 PM To: Howard Cary Morris Cc: Apache OO Subject: Re: html code generated from Open Office Those modules are in our source code, see this link about getting it: https://openoffice.apache.org/source.html Building it is quite in

Re: html code generated from Open Office

2018-09-12 Thread Damjan Jovanovic
ainly for comparison purposes.) > > If there is documentation of the format of the .odt files, I might be able > to write the module from scratch. > > > > Howard > > > > *From: *Damjan Jovanovic > *Sent: *Monday, September 3, 2018 11:20 PM > *To: *Apache OO ; > h

RE: html code generated from Open Office

2018-09-12 Thread Howard Cary Morris
: Damjan Jovanovic<mailto:dam...@apache.org> Sent: Monday, September 3, 2018 11:20 PM To: Apache OO<mailto:dev@openoffice.apache.org>; howard_cary_mor...@hotmail.com<mailto:howard_cary_mor...@hotmail.com> Subject: Re: html code generated from Open Office Hi If it was me, I said

Re: html code generated from Open Office

2018-09-03 Thread Damjan Jovanovic
Hi If it was me, I said: The code for the "Save As" -> "HTML document" feature seems to be in: main/sc/source/filter/html for Calc, and main/sw/source/filter/html for Writer. (Not sure if there are more?) Thank you for your contribution, and please let us know if you need any further help. Damja

RE: html code generated from Open Office

2018-09-03 Thread Howard Cary Morris
Sorry, I seem too have deleted a more recent version of this request. Someone sent me name of module that gets invoked for a save as HTML request. I also like to compare that with the module that does the print request and the module that does the print preview. What are all those module names. Wh

Re: html code generated from Open Office

2015-01-06 Thread Howard Morris (aka Col Boogie)
Thank you again, Brief comment. I know about MathML. Last time I tried it I ran into a browser that didn’t support it. Hmm, let the user get a better browser, they are cheap enough. In this case no need for full Unicode %beta becomes β in html. My comment on Greek letters is that the prompts

RE: html code generated from Open Office

2015-01-06 Thread Dennis E. Hamilton
Just a short note about tables in paragraphs, ... -- replying below to -- From: Howard Morris (aka Col Boogie) [mailto:howard_cary_mor...@hotmail.com] Sent: Tuesday, January 6, 2015 11:41 To: dev@openoffice.apache.org; dennis.hamil...@acm.org Subject: Re: html code generated from Open Office

Re: html code generated from Open Office

2015-01-06 Thread Howard Morris (aka Col Boogie)
I’d like to thank everyone for their suggestions. I think I will try Dennis Hamilton’s suggestions first. I will continue my conversion approach for a while just to get a better understanding of what is going on. When I get into the Open Office code, I will also try to look at the copy paste fro

Re: html code generated from Open Office

2015-01-06 Thread Andrea Pescetti
On 06/01/2015 Regina Henschel wrote: Howard Morris (aka Col Boogie) schrieb: The reason I joined Open Office was to enhance the html code generated from writer. ... OpenOffice has the ability to execute XSLT. Please open a text document and then try File > Export > type XHTML. You get a nice XH

Re: html code generated from Open Office

2015-01-06 Thread Regina Henschel
Hi Howard, Howard Morris (aka Col Boogie) schrieb: The reason I joined Open Office was to enhance the html code generated from writer. Writer/Web is currently not maintained. For now, I have constructed html code to upload an html file generated by Open Office OpenOffice generates bad HTML

Re: html code generated from Open Office

2015-01-06 Thread Andrea Pescetti
On 06/01/2015 Howard Morris (aka Col Boogie) wrote: The reason I joined Open Office was to enhance the html code generated from writer. Good! There a number of valid points in your ZIP file. There are also several possible ways to produce HTML from within OpenOffice, which do different things

RE: html code generated from Open Office

2015-01-05 Thread Dennis E. Hamilton
You need to download and read the OASIS ODF Specification. Since you are interested specifically in Writer, you might as well start with ODF 1.1 (a single document). You can get all of the bits at http://docs.oasis-open.org/office/v1.1/OS/. The ODT file is a Zip file that has multiple parts