/[Apache-SVN]
ViewVC logotype

Revision 1667902


Jump to revision: Previous Next
Author: kiwiwings
Date: Thu Mar 19 23:44:23 2015 UTC (9 years, 3 months ago)
Changed paths: 193 (showing only 100; show all)
Log Message:
Snapshot commit - still lots of errors, xslf rendering works, started work on hslf

Changed paths

Path Details
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/ApacheconEU08.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/BulletsDemo.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/CreateHyperlink.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/DataExtraction.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/Graphics2DDemo.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/HeadersFootersDemo.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/Hyperlinks.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/PPT2PNG.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/SoundFinder.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hslf/examples/TableDemo.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/hssf/usermodel/examples/EmeddedObjects.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/xslf/usermodel/DataExtraction.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/xslf/usermodel/Tutorial4.java modified , text changed
Directorypoi/branches/common_sl/src/examples/src/org/apache/poi/xssf/usermodel/examples/EmbeddedObjects.java modified , text changed
Directorypoi/branches/common_sl/src/integrationtest/org/apache/poi/stress/HSLFFileHandler.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFGroupShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFNotes.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFNotesMaster.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFPictureShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFShadow.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFSheet.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFSimpleShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFSlide.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFSlideLayout.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFSlideMaster.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFAutoShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFConnectorShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSimpleShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTable.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTextShape.java modified , text changed
Directorypoi/branches/common_sl/src/resources/scratchpad/org/apache/poi/sl/draw/ replaced
Directorypoi/branches/common_sl/src/resources/scratchpad/org/apache/poi/sl/draw/geom/ added
Directorypoi/branches/common_sl/src/resources/scratchpad/org/apache/poi/sl/draw/geom/presetShapeDefinitions.xml
(Copied from poi/branches/common_sl/src/resources/scratchpad/org/apache/poi/sl/draw/presetShapeDefinitions.xml, r1662967)
added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/EncryptedSlideShow.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/Bitmap.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/BitmapPainter.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/DIB.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/EMF.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/ImagePainter.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/JPEG.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/Metafile.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/PICT.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/PNG.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/blip/WMF.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/dev/PPDrawingTextListing.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/dev/SLWTListing.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/dev/SLWTTextListing.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/dev/SlideAndNotesAtomListing.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/dev/SlideIdListing.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/dev/SlideShowRecordDumper.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/dev/TextStyleListing.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/dev/UserEditAndPersistListing.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/extractor/ImageExtractor.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/extractor/PowerPointExtractor.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/extractor/QuickButCruddyTextExtractor.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/ActiveXShape.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/AutoShape.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Background.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Fill.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Freeform.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFAutoShape.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/AutoShape.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFBackground.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Background.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFFill.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Fill.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFFreeformShape.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Freeform.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFGroupShape.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFMasterSheet.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/MasterSheet.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFNotes.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Notes.java, r1662967)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFPictureShape.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Picture.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFShape.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSheet.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Sheet.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSimpleShape.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/SimpleShape.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSlide.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Slide.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSlideShowEncrypted.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/EncryptedSlideShow.java, r1662967)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSlideShowImpl.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java, r1662967)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFTextBox.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/TextBox.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFTextParagraph.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFTextShape.java
(Copied from poi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/TextShape.java, r1664935)
added , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HeadersFooters.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Hyperlink.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Line.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/MasterSheet.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/MovieShape.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Notes.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/OLEShape.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/PPGraphics2D.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Picture.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Placeholder.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Polygon.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/ShapeFactory.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/ShapePainter.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Sheet.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/SimpleShape.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Slide.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/SlideMaster.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Table.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/TableCell.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/TextBox.java deleted
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26