svn commit: r511909 - /jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java

2007-02-26 Thread yegor
Author: yegor Date: Mon Feb 26 09:17:26 2007 New Revision: 511909 URL: http://svn.apache.org/viewvc?view=revrev=511909 Log: not autofit for formula cells Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java Modified: jakarta/poi/trunk/src/java/org/apache/poi

svn commit: r520398 - /jakarta/poi/trunk/src/documentation/content/xdocs/hssf/limitations.xml

2007-03-20 Thread yegor
Author: yegor Date: Tue Mar 20 07:04:49 2007 New Revision: 520398 URL: http://svn.apache.org/viewvc?view=revrev=520398 Log: excluded rich text and outlines from POI 2.5 limitations Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hssf/limitations.xml Modified: jakarta/poi/trunk

svn commit: r520416 - in /jakarta/poi/trunk/src: java/org/apache/poi/hssf/model/Sheet.java java/org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.java testcases/org/apache/poi/hssf/usermodel/T

2007-03-20 Thread yegor
Author: yegor Date: Tue Mar 20 07:59:29 2007 New Revision: 520416 URL: http://svn.apache.org/viewvc?view=revrev=520416 Log: fixed bug 41761: NPE when serializing a workbook with empty rows Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/model/Sheet.java jakarta/poi/trunk/src

svn commit: r520893 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/record/Record.java testcases/org/apache/poi/hslf/data/41384.ppt testcases/org/apache/poi/hslf/usermodel/TestBugs.jav

2007-03-21 Thread yegor
Author: yegor Date: Wed Mar 21 07:04:32 2007 New Revision: 520893 URL: http://svn.apache.org/viewvc?view=revrev=520893 Log: fixed bug 41384: Array index wrong in record creation Added: jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/data/41384.ppt (with props) jakarta

svn commit: r524085 - /jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/model/Picture.java

2007-03-30 Thread yegor
Author: yegor Date: Fri Mar 30 06:48:56 2007 New Revision: 524085 URL: http://svn.apache.org/viewvc?view=revrev=524085 Log: convert from pixels (96dpi) to points(72dpi) when setting picture anchor Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/model/Picture.java Modified

svn commit: r529197 - in /jakarta/poi/trunk/src/testcases/org/apache/poi/hssf: data/SimpleWithAutofilter.xls data/SimpleWithImages.xls usermodel/TestBugs.java

2007-04-16 Thread yegor
Author: yegor Date: Mon Apr 16 03:49:47 2007 New Revision: 529197 URL: http://svn.apache.org/viewvc?view=revrev=529197 Log: testcases for bugs 38266 and 40738 Added: jakarta/poi/trunk/src/testcases/org/apache/poi/hssf/data/SimpleWithAutofilter.xls (with props) jakarta/poi/trunk/src

svn commit: r530029 - /jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how-to-shapes.xml

2007-04-18 Thread yegor
Author: yegor Date: Wed Apr 18 07:21:40 2007 New Revision: 530029 URL: http://svn.apache.org/viewvc?view=revrev=530029 Log: fixed misc bugs in the hslf how-to doc Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how-to-shapes.xml Modified: jakarta/poi/trunk/src

svn commit: r530031 - in /jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/model: Picture.java SimpleShape.java

2007-04-18 Thread yegor
Author: yegor Date: Wed Apr 18 07:22:55 2007 New Revision: 530031 URL: http://svn.apache.org/viewvc?view=revrev=530031 Log: cleaning the code before release Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/model/Picture.java jakarta/poi/trunk/src/scratchpad/src/org

svn commit: r535623 - /jakarta/poi/trunk/src/documentation/content/xdocs/hssf/quick-guide.xml

2007-05-06 Thread yegor
Author: yegor Date: Sun May 6 08:35:39 2007 New Revision: 535623 URL: http://svn.apache.org/viewvc?view=revrev=535623 Log: HSSF docs updated: added a note on using HSSFSheet.autoSizeColumn in headless mode and added a note on how to read images from a workbook Modified: jakarta/poi/trunk

svn commit: r535929 - /jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how-to-shapes.xml

2007-05-07 Thread yegor
Author: yegor Date: Mon May 7 10:09:31 2007 New Revision: 535929 URL: http://svn.apache.org/viewvc?view=revrev=535929 Log: HSLF docs updated: added a note on using HSLF when graphical environment is not avaiable Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hslf/how

svn commit: r541219 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/model/ src/org/apache/poi/hslf/usermodel/ testcases/org/apache/poi/hslf/data/ testcases/org/apache/poi/hslf/usermode

2007-05-24 Thread yegor
Author: yegor Date: Thu May 24 00:52:04 2007 New Revision: 541219 URL: http://svn.apache.org/viewvc?view=revrev=541219 Log: applied patches from bug 42474: (1) Incorrect matching of notes to slides and (2) NPE in RichTextRun.isBold() when the RichTextRun comes from a Notes model object Added

svn commit: r541266 - /jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/model/Slide.java

2007-05-24 Thread yegor
Author: yegor Date: Thu May 24 04:04:22 2007 New Revision: 541266 URL: http://svn.apache.org/viewvc?view=revrev=541266 Log: return null instead of throwing exception when slide master is not found Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/model/Slide.java Modified

svn commit: r541267 - in /jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf: ./ blip/ exceptions/ model/ usermodel/

2007-05-24 Thread yegor
Author: yegor Date: Thu May 24 04:05:24 2007 New Revision: 541267 URL: http://svn.apache.org/viewvc?view=revrev=541267 Log: throw HSLFException instead of RuntimeException Added: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/exceptions/HSLFException.java Modified: jakarta/poi

svn commit: r541274 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/model/ShapeGroup.java testcases/org/apache/poi/hslf/data/42485.ppt testcases/org/apache/poi/hslf/usermodel/TestBugs.

2007-05-24 Thread yegor
Author: yegor Date: Thu May 24 04:38:36 2007 New Revision: 541274 URL: http://svn.apache.org/viewvc?view=revrev=541274 Log: fixed bug 42485: All TextBoxes inside ShapeGroups have null TextRuns Added: jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/data/42485.ppt

svn commit: r541281 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/model/ShapeGroup.java testcases/org/apache/poi/hslf/usermodel/TestBugs.java

2007-05-24 Thread yegor
Author: yegor Date: Thu May 24 05:09:34 2007 New Revision: 541281 URL: http://svn.apache.org/viewvc?view=revrev=541281 Log: fixed bug 42484: NullPointerException from ShapeGroup.getAnchor() Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/model/ShapeGroup.java jakarta

svn commit: r541622 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/model/ src/org/apache/poi/hslf/record/ src/org/apache/poi/hslf/usermodel/ testcases/org/apache/poi/hslf/data/ testca

2007-05-25 Thread yegor
Author: yegor Date: Fri May 25 05:04:45 2007 New Revision: 541622 URL: http://svn.apache.org/viewvc?view=revrev=541622 Log: added support for TitleMaster object Added: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/model/TitleMaster.java jakarta/poi/trunk/src/scratchpad/src

svn commit: r541632 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/record/ExHyperlink.java testcases/org/apache/poi/hslf/data/42486.ppt testcases/org/apache/poi/hslf/usermodel/TestBug

2007-05-25 Thread yegor
Author: yegor Date: Fri May 25 06:03:26 2007 New Revision: 541632 URL: http://svn.apache.org/viewvc?view=revrev=541632 Log: fixed bug 42486: Failure parsing a seemingly valid PPT. Some of the assertions in ExHyperlink were too strong. Write to log instead of throwing exception Added

svn commit: r541867 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/ src/org/apache/poi/hslf/model/ testcases/org/apache/poi/hslf/data/ testcases/org/apache/poi/hslf/model/ testcases/o

2007-05-26 Thread yegor
Author: yegor Date: Sat May 26 00:22:51 2007 New Revision: 541867 URL: http://svn.apache.org/viewvc?view=revrev=541867 Log: fixed bug 42520: NPE in Picture.getPictureData() and bug 42524: NPE in Shape.getShapeType(); Also changed the code to write messages to POILogger instead of System.err

svn commit: r542179 - in /jakarta/poi/trunk/src: documentation/content/xdocs/hslf/ scratchpad/examples/src/org/apache/poi/hslf/ scratchpad/examples/src/org/apache/poi/hslf/examples/ scratchpad/src/org

2007-05-28 Thread yegor
Author: yegor Date: Mon May 28 02:45:09 2007 New Revision: 542179 URL: http://svn.apache.org/viewvc?view=revrev=542179 Log: support for text bullets Added: jakarta/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hslf/ jakarta/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hslf

svn commit: r542453 - in /jakarta/poi/trunk/src/scratchpad: src/org/apache/poi/hslf/HSLFSlideShow.java testcases/org/apache/poi/hslf/data/38256.ppt testcases/org/apache/poi/hslf/usermodel/TestBugs.jav

2007-05-29 Thread yegor
Author: yegor Date: Tue May 29 01:32:56 2007 New Revision: 542453 URL: http://svn.apache.org/viewvc?view=revrev=542453 Log: fixed bug 38256: RuntimeException: Couldn't instantiate the class for type with id 0 Added: jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/data/38256

svn commit: r542804 - in /jakarta/poi/trunk/src: documentation/content/xdocs/hslf/ scratchpad/examples/src/org/apache/poi/hslf/examples/ scratchpad/src/org/apache/poi/hslf/model/ scratchpad/src/org/ap

2007-05-30 Thread yegor
Author: yegor Date: Wed May 30 04:56:46 2007 New Revision: 542804 URL: http://svn.apache.org/viewvc?view=revrev=542804 Log: HSLF: readonly support for hyperlinks Added: jakarta/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hslf/examples/Hyperlinks.java jakarta/poi/trunk/src

Re: DO NOT REPLY [Bug 39096] - bug: adding new slides fails

2006-03-27 Thread Yegor Kozlov
Hi Nick Thank you. It looks like it didn't work with the old stuff either. Regards, Yegor bao DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· bao RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT bao http://issues.apache.org/bugzilla/show_bug.cgi?id=39096. bao ANY REPLY MADE

Re: [VOTE] New alpha release

2006-05-29 Thread Yegor Kozlov
and it would be good to include this change in the release. Regards, Yegor NB Hi All NB As it has been 10 months since our last alpha release (alpha1, on NB 2005-07-04), I think we should have another alpha release. NB The voting on this will be open for 1 week, and your options are: NB +1 - We

Re: Java.awt.Color to HSSFColor

2006-06-02 Thread Yegor Kozlov
(), (byte)color.getBlue()); hssfColor = palette.getColor(HSSFColor.LAVENDER.index); } Regards, Yegor PM Hello All, PM I am a new-bie in using apache HSSF API for generating a excel sheet by java code. I am facing problem in converting java.awt.Color to org.apache.poi.hssf.util.HSSFColor

object model to work with styles in PowerPoint

2006-07-13 Thread Yegor Kozlov
= txrun.getParagraphStyle(); //do paragraph styling So, I would like to hear you comments. Also, If anyone knows a good alternative to the suggested architecture - please share your knowledge. Regards, Yegor Kozlov - To unsubscribe, e-mail

Re: Color problems

2006-07-17 Thread Yegor Kozlov
It's not a bug. RGB bytes in PowerPoint are swapped, i.e. it stores BGR instead of RGB. To get the real color just exchange red and green. P.S. This part of code is going to be refactored in nearest future. We want to make it easier and more user-friendly. The the architecture is being discussed.

Re[2]: RichTextRun.getFontSize()

2006-07-18 Thread Yegor Kozlov
EE Some integer. For example: I have a text box, and in it some text, with EE size 42, but the richTextRun says the size is 7. Does your text have format runs? Do some parts of the string have font size 42 and the other font size 7? EE

Re[4]: RichTextRun.getFontSize()

2006-07-18 Thread Yegor Kozlov
I could reproduce it. Looks like a bug. I'm investigating it. EE The whole line is size 32, but I get 2 richTextRuns, the first one with EE size -1, the second one with size 7 EE -Original Message- EE From: Yegor Kozlov [mailto:[EMAIL PROTECTED] EE Sent: Tuesday, July 18, 2006 2:07 PM

Re: Testing generated doc/... files

2006-11-02 Thread Yegor Kozlov
. Regards, Yegor KOzlov RS Hi, RS I'm thinking about how to semi automate testing of doc files which RS were created by HWPF. I'll explain what runs through my mind and RS would like to know, if anybody has an opinion on that and which tools RS would be ok or not. RS The first thing which came to my

Re[2]: [VOTE] Another alpha release?

2006-12-04 Thread Yegor Kozlov
+1a. Does the full release mean that HSLF will be moved out of the scratchpad area? Yegor NB * should we do a release now, freeze, work to a release now, release with NB some HSLF apis that are about to change, without excel comment support NB etc, then do another release in the new

Re: [vote] timescale and involvement for 3.0-final release process

2006-12-13 Thread Yegor Kozlov
I'm working on cell comments right now. It should be ready in two weeks. Any objections to [option 1] + cell comments? Regards, Yegor NB Hi All NB Now we've got the release of alpha 3 out of the way, it's time to decide NB on when we should start on the 3.0 final release process. NB

Re: DO NOT REPLY [Bug 41176] New: - Figure out what (if anything) we can do for PPT files where the first SlideListWithTexts has slides and masters

2006-12-14 Thread Yegor Kozlov
Who did create these ppt files? What software was used? Did it came from OpenOffice or saved as ppt in Adobe Illustrator or anything like this? I mean if we know the origin we can try to figure out why it happens. Yegor bao DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· bao RELATED

Re[2]: [VOTE] Yegor as commiter

2007-01-04 Thread Yegor Kozlov
I'm not bound by any NDA from Microsoft. Yegor ACO oh my +1 vote is of course conditional that he states on the list (if he ACO hasn't already) that he is not bound under any NDAs with Microsoft :-). ACO -Andy ACO Tetsuya Kitahata wrote: Avik wrote: Yegor Kozlov has put in significant

Re: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-11 Thread Yegor Kozlov
the release. Yegor - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List:http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Re[2]: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-14 Thread Yegor Kozlov
No, I didn't find any show stoppers. Yegor RK Yegor Kozlov schrieb: For HSSF we have 84 open issues in the bugzilla. RK Are there any show stoppers for a final release? RK Best regards RK Rainer Klute RKRainer Klute IT-Consulting GmbH RK Dipl.-Inform. RK

Re[2]: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-15 Thread Yegor Kozlov
/TestIntList2d.java ./src/testcases/org/apache/poi/util/TestList2d.java Looks like every project has files to fix. Regards, Yegor RK Yegor Kozlov schrieb: For HSSF we have 84 open issues in the bugzilla. RK Are there any show stoppers for a final release? RK Best regards RK Rainer Klute RK

Re: HSLF TextProp refactoring

2007-01-16 Thread Yegor Kozlov
it's impossible to create a 100% rendering engine but simple slides can be rendered pretty close to the originals. - Better understand how to polish HSLF API. Which of the character/paragraph accessors are missing? What else do we need to add? Yegor NB Hi All NB Just a heads-up that I've done

Re: Bug 28231 POIFS throws an IOException when trying to open a file whose size is not a multiple of 512

2007-02-02 Thread Yegor Kozlov
Can you upload a testcase that triggers this bug and proves that the suggested fix works? Regards, Yegor AC http://issues.apache.org/bugzilla/show_bug.cgi?id=28231 AC How can I push this toward being committed to the svn repository? I am AC stuck having to use a temporary disk file

Re[2]: svn commit: r507076 -

2007-02-16 Thread Yegor Kozlov
on the weekend and then will drop in poi-user an announcement about this new functionality. Yegor - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List:http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http

Re: Stealing outline code from Perl SpreadSheet::WriteExcel

2007-03-20 Thread Yegor Kozlov
Hi, HSSF supports outlining. Look at http://jakarta.apache.org/poi/hssf/quick-guide.html#Outlining Is it what you need? What version of POI are you using? Try the latest POI 3.0 release candidate. This can be downloaded from: http://people.apache.org/~nick/POI-3.0-RC1/ Regards, Yegor

Re: Stealing outline code from Perl SpreadSheet::WriteExcel

2007-03-20 Thread Yegor Kozlov
The Limitations doc page is old. It lists POI 2.0 limitations. Rich Text and Outlines are supported since POI 2.5. I'm going to update the limitations list. Regards, Yegor RN Hi, RN I am working on an application for which I need to generate Excel RN spreadsheets with outlining. I read

Re: some excel templates work, some won't work at all, and we don't quite know why

2007-03-26 Thread Yegor Kozlov
Hi, Is there anything special in the way you are inserting images? Any user actions after Insert image from file? I mean undo or delete image and insert a newer version? Regards, Yegor JO Hello, JO Relevant versions first: we're using Excel 2000 and tried out POI JO versions 2.5.1, 3.0alpha3

Is Glen Stampoultzis still a POI developer?

2007-03-27 Thread Yegor Kozlov
: [DrawingGroupRecord] [DrawingGroupRecord] [continued]... while it should be [DrawingGroupRecord] [continued] [continued] ... I found it when fixing Bug 28744 and have a test case which fails with Glen's code and works fine with my fix. Regards, Yegor

Re[2]: Is Glen Stampoultzis still a POI developer?

2007-03-27 Thread Yegor Kozlov
a real xls file. I'd like to clarify it. Regards, Yegor AS Yeah, Glen is one of the oldest commiters on POI. I imagine, real life would AS be taking more of his time these days... AS I'd wait for him to reply a day or two, otherwise, if we have testcases, we AS should be confident to commit

Re[2]: some excel templates work, some won't work at all, and we don't quite know why

2007-03-30 Thread Yegor Kozlov
Hi, JO No, there weren't any special user actions. But the bug is fixed now, JO Yegor Kozlov submitted a patch and inserting any images works flawlessly JO now (see http://issues.apache.org/bugzilla/show_bug.cgi?id=28744 ). JO Judging from the content of the patch it was rather subtle. It won't

Re: help needed to update Textbox value of an excel sheet

2007-04-03 Thread Yegor Kozlov
Hi, r I want to update existing textbox's value of an excel sheet. r Appreciate for urgent response. It's not yet supported. You can't edit text in existing textboxes. P.S. Please use poi-user for usage questions. Yegor

Re[2]: Change font of TextBox in SlideShow

2007-04-16 Thread Yegor Kozlov
Oops. There are more bugs in the docs. I will upload the correct version in an hour. Thanks for the help. Regards, Yegor YS Yegor, YS Thanks a lot for the update. YS I might be missing something, but I can't find getRichTextRuns in the YS TextBox class. How can it be? YS Regards, YS Yaniv. YS

Re: [VOTE] Move POI to TLP

2007-05-04 Thread Yegor Kozlov
[EMAIL PROTECTED] * Amol S. Deshmukh [EMAIL PROTECTED] * Jason Height [EMAIL PROTECTED] * Marc Johnson [EMAIL PROTECTED] * Rainer Klute [EMAIL PROTECTED] * Yegor Kozlov [EMAIL PROTECTED] * Danny Muid [EMAIL PROTECTED] * Andrew C

Re: [VOTE] Release 3.0 RC4 as 3.0 FINAL

2007-05-10 Thread Yegor Kozlov
+1 P.S. I think when POI is TLP we should have a release a year. At least, we should plan such a schedule. Yegor Hi All Since no-one has raised any objections in the last week, I guess we all think we're ready to release 3.0 RC4 as 3.0 FINAL. Voting will close in one week: [ ] +1 I

Re: future of POI?

2007-05-16 Thread Yegor Kozlov
by the next release (POI 3.5). Regards, Yegor - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List:http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Re[2]: future of POI?

2007-05-18 Thread Yegor Kozlov
We are on the way to accomplish that. Yegor I support continuing to enforce the follow guidelines for out of scratchpad: 1. round trip (Read/write test) 2. large number of unit tests 3. No duplication of org.poi.util.* 4. Documentation for a reasonable person to get started/etc

Re[2]: Patches for a couple of bugs in HSLF

2007-05-21 Thread Yegor Kozlov
://issues.apache.org/bugzilla/show_bug.cgi?id=42474 Could you attach sample ppts that were causing problems? One for Notes - Slides linkage problem and another for NPE in RichTextRun.isBold()? Regards, Yegor Forgot the attachments... On 20.05.2007 11:58, Ivan Todoroski wrote: 1. Incorrect matching of notes

change 3.0-dev to 3.0 in bugzilla

2007-05-25 Thread Yegor Kozlov
When opening a bug report in Bugzilla I see only 3.0-dev in the version list box. Does anybody know how to change it to 3.0 or to 3.0-FINAL? Yegor - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List:http

Re: Plan for 3.0.1

2007-05-29 Thread Yegor Kozlov
I'm going to commit some HSLF fixes by the weekend. If possible, wait until then. Yegor Hi All Hopefully within the next few days, we'll have the new website setup. Once I've put the site live on it, and finished the giant s/Jakarta POI/Apache POI/ on most of the docs, I was planning

Re: Bugs in old versions

2007-05-30 Thread Yegor Kozlov
/TestBugs.java When the unit tests are ready, create a patch (cumulative or a separate patch per bug - doesn't matter) and put in Bugzilla. Regards, Yegor Hi, we have some open issues which were opened on older verions. (about 20 in HSSF ) I would like to help a bit and clean up. Whats the correct