aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-301-1/+1
* close resourcesAndreas Beeker2015-11-294-5/+19
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-253-8/+11
* close workbook at end of exampleJaven O'Neal2015-11-241-0/+1
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-242-2/+3
* fix unnecessary cast warningsAndreas Beeker2015-11-226-25/+38
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-212-3/+5
* Eclipse warnings, typos, ...Dominik Stadler2015-11-081-14/+12
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-294-157/+121
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-122-15/+5
* Update the XSSF EventModel example, to show how to do it better using the She...Nick Burch2015-10-072-263/+83
* sonar fixes and closing resources after useAndreas Beeker2015-10-064-169/+94
* obsoleted Codec classes by HexDumpAndreas Beeker2015-10-053-265/+29
* sonar fixesAndreas Beeker2015-09-302-2/+2
* sonar fixesAndreas Beeker2015-09-291-9/+4
* Removed HDF APIAndreas Beeker2015-09-289-72/+80
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-211-2/+2
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-201-1/+1
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-132-21/+629
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-124-26/+24
* Fix some Forbidden APIs errorsNick Burch2015-09-012-4/+4
* Fix some Forbidden APIs errorsNick Burch2015-09-012-4/+6
* Move and rename hslf line because of ambiguity with common sl lineAndreas Beeker2015-08-152-6/+6
* Bigger warnings that new users should use SXSSF, and not mess around with the...Nick Burch2015-08-151-8/+17
* Bring over some fixes from XSSFSheetXMLHandler, and note that in the javadocsNick Burch2015-08-111-13/+22
* add ASL headerAndreas Beeker2015-08-071-0/+16
* Make it a complete sentence.David North2015-08-061-0/+2
* Example to go with refactor for https://bz.apache.org/bugzilla/show_bug.cgi?i...David North2015-08-061-0/+57
* #58190 - The current picture handling uses raw integers for types and index, ...Andreas Beeker2015-08-022-26/+4
* merged common_sl branch to trunkAndreas Beeker2015-07-2424-505/+522
|\
| * merge trunk to common sl branchAndreas Beeker2015-07-196-31/+173
| |\
| * | junit fixesAndreas Beeker2015-07-154-22/+22
| * | downgraded xjc params to jdk6 and regenerated geometry binding classesAndreas Beeker2015-07-083-12/+14
| * | Rendering fixesAndreas Beeker2015-06-173-8/+8
| * | Fixed TextRun handling and various junit testsAndreas Beeker2015-06-103-8/+8
| * | Fixed several test drivers or the implementationAndreas Beeker2015-05-282-5/+5
| * | Creating a new slideshow and manipulating existing ones works again :)Andreas Beeker2015-05-231-120/+108
| * | Commit changes in common_sl - need to update trunk ...Andreas Beeker2015-05-117-78/+70
| * | HSLF table and example fixesAndreas Beeker2015-05-043-133/+100
| * | committing intermediate results - hslf is mostly migrated to common interface...Andreas Beeker2015-04-2712-72/+66
| * | Snapshot commit - still lots of errors, xslf rendering works, started work on...Andreas Beeker2015-03-1914-161/+160
| * | committing intermediate results - xslf now compiles - hslf needs to be migrat...Andreas Beeker2015-03-075-8/+8
| * | initial commit - still lots of errors, but I need to switch to a clean trunk ...Andreas Beeker2015-02-212-1/+4
* | | #58130 CF DataBar example and testsNick Burch2015-07-201-2/+66
* | | #58130 Support for creating CF Color Scale FormattingsNick Burch2015-07-201-2/+67
| |/ |/|
* | #58130 Mostly there with CF Icon setsNick Burch2015-07-181-4/+66
* | Fix some Eclipse warnings and adjust use of Generics, Comments, close()Dominik Stadler2015-07-162-17/+23
* | Javadoc and comment updates for CFsNick Burch2015-07-121-0/+2
* | Add another Conditional Formatting example - multiple rules which overlapNick Burch2015-07-111-1/+67
* | Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-231-1/+2