[dev] RTF Italic/Bold Problem

2010-05-20 Thread meddictate
Dear All, We are using OOO310_m19 build and we are working with .RTF format. We have a problem in rtf format. Problem: we have medical rtf documents it contains headers, footers and bookmarks, some times when we opened these rtf documents into Windows office 2000 it shows entire document as

[dev] Re: [ux-discuss] i47600 - action needed

2010-05-20 Thread Thorsten Behrens
Camille Moulin wrote: //UNUSED2009-05 void ScDocument::SetPrintRange( SCTAB nTab, const ScRange rNew ) //UNUSED2009-05 { //UNUSED2009-05 if (ValidTab(nTab) pTab[nTab]) //UNUSED2009-05 pTab[nTab]-SetPrintRange( rNew ); //UNUSED2009-05 } Ugh. Why are we still doing _this_ kind

[dev] Re: [ux-discuss] i47600 - action needed

2010-05-20 Thread camille . moulin
- Thorsten Behrens t...@openoffice.org a écrit : Camille Moulin wrote: //UNUSED2009-05 void ScDocument::SetPrintRange( SCTAB nTab, const ScRange rNew ) //UNUSED2009-05 { //UNUSED2009-05 if (ValidTab(nTab) pTab[nTab]) //UNUSED2009-05 pTab[nTab]-SetPrintRange( rNew );

[dev] Editing MS word documents with Java using UNO API

2010-05-20 Thread Steve Hodgson
Hi All, Background: - MS Word documents are transferred to a UNIX server where we plan to use OpenOffice 3.2.0 and JODConverter to transform them to PDFs. We have prototyped this successfully. Requirement: - We need to make changes to those documents before we convert them to PDF (unless anyone

Re: [dev] Editing MS word documents with Java using UNO API

2010-05-20 Thread Ariel Constenla-Haile
Hello Steve, On Thursday 20 May 2010, 23:26, Steve Hodgson wrote: Hi All, Background: - MS Word documents are transferred to a UNIX server where we plan to use OpenOffice 3.2.0 and JODConverter to transform them to PDFs. We have prototyped this successfully. Requirement: - We need to