/[Apache-SVN]
ViewVC logotype

Revision 1676365


Jump to revision: Previous Next
Author: kiwiwings
Date: Mon Apr 27 20:13:43 2015 UTC (9 years, 1 month ago)
Changed paths: 201 (showing only 100; show all)
Log Message:
committing intermediate results - hslf is mostly migrated to common interface - junit tests partly fail - still a few compile errors - xslf drawing works - hslf drawing is not yet tested

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/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/tutorial/Step1.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/java/org/apache/poi/ddf/EscherContainerRecord.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/extractor/XSLFPowerPointExtractor.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XMLSlideShow.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/XSLFSheet.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/XSLFTextParagraph.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTextRun.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFTextShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/TestXSLFBugs.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/geom/TestFormulaParser.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/geom/TestPresetGeometries.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXMLSlideShow.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/TestXSLFChart.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/TestXSLFFreeformShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFGroupShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFHyperlink.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFPictureShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFShapeContainer.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSheet.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/TestXSLFSlide.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSlideShow.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/TestXSLFTableStyles.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTextBox.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/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFTheme.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/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/AutoShapes.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFAutoShape.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFBackground.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFFill.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFFreeformShape.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFGroupShape.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFMasterSheet.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFNotes.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFPictureShape.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFShape.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSheet.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSimpleShape.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSlide.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSlideShowEncrypted.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFSlideShowImpl.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFTextBox.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFTextParagraph.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/HSLFTextShape.java deleted
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 deleted
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/MovieShape.java modified , text changed
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/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 deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/ShapeOutline.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/ShapePainter.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/SlideMaster.java deleted
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
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26