Yegor Kozlov
|
177caeec53
|
Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573878 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-08 16:34:10 +00:00 |
|
Yegor Kozlov
|
a82e65ea7b
|
Support for getting OLE object data from slide show. See Bug 43247 for details.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573872 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-08 16:12:29 +00:00 |
|
Yegor Kozlov
|
f52957b77d
|
initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). See Bug 43125 for details.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569827 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-26 15:26:29 +00:00 |
|
Yegor Kozlov
|
22350f3b21
|
fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of 4111 characters
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569821 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-26 15:03:13 +00:00 |
|
Nick Burch
|
3d40a25d36
|
Changelog update
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569102 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 18:22:06 +00:00 |
|
Nick Burch
|
e518cdfbbc
|
Fix for bug #42844 - Include some of the crazy continue record handling that we have in RecordFactory into HSSFEventFactory, so that we can handle when records aren't immediately followed by their continue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569101 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 18:20:39 +00:00 |
|
Nick Burch
|
490bdc3fe6
|
When writing out a workbook, skip a WORKBOOK stream (if there is one), since we always write out as Workbook + test (bug #43055)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569082 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 17:40:24 +00:00 |
|
Nick Burch
|
6e2b416925
|
Implementation of Month and Year functions, from Guenter Kickinger (bug #43199)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569062 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 16:33:36 +00:00 |
|
Nick Burch
|
ac3c57b0d8
|
When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOB
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@568949 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 12:03:20 +00:00 |
|
Nick Burch
|
1998bb30a5
|
Add in missing copyright headers to a couple of new testcases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566198 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 14:41:46 +00:00 |
|
Nick Burch
|
3098e0474a
|
Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566196 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 14:40:02 +00:00 |
|
Nick Burch
|
df10c7b072
|
Patch from bug #43108 - when fetching system properties, use sensible defaults if we're not able to access them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566183 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 14:19:08 +00:00 |
|
Nick Burch
|
6708ebde80
|
Patch from David Law in bug #43093 - handle Area3D formula references that refer to a different sheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566157 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 13:58:12 +00:00 |
|
Yegor Kozlov
|
4f98781194
|
Bug 43090: autoSizeColumn can calculate negative sizes for the column width due to a cast from integer to short
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564689 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-10 17:34:57 +00:00 |
|
Nick Burch
|
09bcbf7f97
|
Further enhancements to Font Metrics support, wrt fonts with bold/italic varients, such as dialog (plus tests)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564263 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-09 16:27:16 +00:00 |
|
Nick Burch
|
03f738225f
|
If the Escher layer is asked to draw text with an invalid font, throw a much more useful error. Plus test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564219 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-09 14:27:06 +00:00 |
|
Yegor Kozlov
|
65c68651ab
|
fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEditAtom.MaxPersistWritten wasn't updated when adding new slides.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@563185 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-06 16:49:47 +00:00 |
|
Nick Burch
|
d03f88c96b
|
Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat. A few improvements to isADateFormat, and to HSSFCellStyle to allow calling of it. Plus tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@563129 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-06 13:38:48 +00:00 |
|
Yegor Kozlov
|
0171d85885
|
fixed Bug 42999: HSSFPatriarch positioning problem
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@562536 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-03 18:09:41 +00:00 |
|
Andrew C. Oliver
|
222e406a69
|
you can now protect files with writeProtectWorkbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@557333 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-18 17:00:14 +00:00 |
|
Nick Burch
|
c90ce0e7ce
|
Add stub hsmf documentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@554782 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-09 22:50:00 +00:00 |
|
Nick Burch
|
ca73f5eb7e
|
Initial HSMF (outlook) support from Travis
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@554774 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-09 22:19:21 +00:00 |
|
Nick Burch
|
af86158ea2
|
Update the homepage for 3.0.1 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@553874 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-06 13:27:15 +00:00 |
|
Nick Burch
|
cdd0ecd84a
|
Update the changelog with a couple of things
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552532 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-02 16:24:00 +00:00 |
|
Yegor Kozlov
|
9e320e3f37
|
keep the javadoc compiler quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552525 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-02 16:08:26 +00:00 |
|
Andrew C. Oliver
|
e794d7e85c
|
oops...forgot these
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552522 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-02 16:02:58 +00:00 |
|
Andrew C. Oliver
|
b8933243ec
|
Now can protect sheets with a password. So everyone may cease whining about it
already :-)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552425 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-02 08:10:28 +00:00 |
|
Nick Burch
|
313191f5aa
|
Yet more javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551914 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-29 15:01:01 +00:00 |
|
Nick Burch
|
63ca62be36
|
Lots more javadoc warning fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551912 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-29 14:48:00 +00:00 |
|
Nick Burch
|
aaf2c3119e
|
Some more fixes for javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551908 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-29 14:18:11 +00:00 |
|
Nick Burch
|
4461ddc84e
|
Fix a whole slew of javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551903 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-29 14:09:07 +00:00 |
|
Nick Burch
|
25f21236cd
|
Several TLP tweaks and typo fixes in the documentation. Update the changelog for recent commits, and add some initial documentation on HDGF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551309 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-27 20:19:18 +00:00 |
|
Nick Burch
|
3f4950fa82
|
Include a test for the text extraction code. Update code to use POILogger instead of System.err. Update the NOTICE file for the TLP change, and add entries for JUnit and the small GPL v3 bits of HDGF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551273 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-27 19:00:35 +00:00 |
|
Nick Burch
|
27f71146d8
|
Lots more HDGF support for chunks, and add support for basic text extraction
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551258 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-27 18:34:17 +00:00 |
|
Rainer Klute
|
cd3e480727
|
Restored the cast: JDK 1.4 needs it. :-(
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550886 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-26 17:58:28 +00:00 |
|
Yegor Kozlov
|
f6e06619e7
|
fixed [Bug 42677] - HSLF SlideShow write() issues on tables
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550731 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-26 08:09:24 +00:00 |
|
Yegor Kozlov
|
ada61241db
|
make the code compatible with JDK 1.4.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550726 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-26 08:00:37 +00:00 |
|
Rainer Klute
|
0191b2e01b
|
Removed unnecessary cast.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550566 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-25 17:58:28 +00:00 |
|
Joe Schaefer
|
bf1f322ba4
|
move poi to top level
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550311 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-25 01:51:34 +00:00 |
|
Rainer Klute
|
05347bb63d
|
Consistency check added when reading property set stream. An IllegalPropertyDataException is thrown if the property set stream is larger than it claims to be.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@550021 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-23 07:44:47 +00:00 |
|
Nick Burch
|
d04f8956c5
|
Make a start on processing the commands within the chunks, and their values. Includes some tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549616 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-21 21:24:25 +00:00 |
|
Nick Burch
|
2a0276c665
|
Start on processing the commands stored within a HDGF chunk, plus initial tests for it
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549588 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-21 19:28:04 +00:00 |
|
Nick Burch
|
8ff8c4733c
|
Tweak test to match last V11 related change
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549111 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-20 13:58:14 +00:00 |
|
Nick Burch
|
456d639e55
|
Improved support for chunks and chunk streams, plus tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548870 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-19 22:41:33 +00:00 |
|
Nick Burch
|
0df13bee23
|
Make a start on supporting Chunks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548836 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-19 19:55:30 +00:00 |
|
Nick Burch
|
79823fed3e
|
Add a developer helper class, which prints out the stream+pointer structure of a visio file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548525 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 23:00:36 +00:00 |
|
Nick Burch
|
44288ba5e5
|
Convert HDGFDiagram to using the new pointer and stream code, and add tests for it
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548518 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 22:44:56 +00:00 |
|
Nick Burch
|
58a5831942
|
Basic support for a few key kinds of streams, and tests to go with this
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548511 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 22:26:04 +00:00 |
|
Nick Burch
|
ca88624f6f
|
Initial HDGF support for streams, plus tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548476 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 20:24:39 +00:00 |
|
Nick Burch
|
407d10ffd1
|
Initial support for HDGF pointers, along with tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548461 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 19:39:29 +00:00 |
|