/[Apache-SVN]
ViewVC logotype

Revision 1661322


Jump to revision: Previous Next
Author: kiwiwings
Date: Sat Feb 21 10:56:03 2015 UTC (9 years, 3 months ago)
Changed paths: 219 (showing only 100; show all)
Log Message:
initial commit - still lots of errors, but I need to switch to a clean trunk for releasing and testing

Changed paths

Path Details
Directorypoi/branches/common_sl/build.xml modified , text changed
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/xslf/usermodel/Tutorial4.java modified , text changed
Directorypoi/branches/common_sl/src/java/org/apache/poi/common/usermodel/Fill.java deleted
Directorypoi/branches/common_sl/src/java/org/apache/poi/common/usermodel/LineStyle.java deleted
Directorypoi/branches/common_sl/src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java modified , text changed
Directorypoi/branches/common_sl/src/java/org/apache/poi/util/Units.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/model/PropertyFetcher.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/model/geom/ deleted
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/LineCap.java deleted
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/LineDash.java deleted
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/RenderableShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/TextAlign.java deleted
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/TextAutofit.java deleted
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/TextCap.java deleted
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/TextDirection.java deleted
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/TextFragment.java deleted
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/VerticalAlignment.java deleted
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/XSLFAutoShape.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFBackground.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFColor.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFGraphicFrame.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/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/XSLFShapeContainer.java modified , text changed
Directorypoi/branches/common_sl/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFShapeType.java deleted
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/java/org/apache/poi/xslf/usermodel/XSLFTableCell.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/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/ added
Directorypoi/branches/common_sl/src/resources/scratchpad/org/apache/poi/sl/draw/ added
Directorypoi/branches/common_sl/src/resources/scratchpad/org/apache/poi/sl/draw/presetShapeDefinitions.xml added
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 modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/AutoShapes.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Background.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Freeform.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/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/Picture.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/Shape.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/ShapeGroup.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/ShapeTypes.java deleted
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Sheet.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/SimpleShape.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/Slide.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 modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/model/TextShape.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/hslf/record/PPDrawing.java modified , text changed
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/ added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawAutoShape.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawFactory.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawFontManager.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawFreeformShape.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawMasterSheet.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawPaint.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawShape.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawSheet.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawSimpleShape.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawTextBox.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawTextFragment.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawTextParagraph.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/DrawTextShape.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/Drawable.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/ImageRenderer.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/ added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTAdjPoint2D.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTAdjustHandleList.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTAngle.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTColor.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTColorMRU.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTComplementTransform.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTConnection.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTConnectionSite.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTConnectionSiteList.java added
Directorypoi/branches/common_sl/src/scratchpad/src/org/apache/poi/sl/draw/binding/CTCustomGeometry2D.java added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26