Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2A9C119B8 for ; Fri, 18 Jul 2014 22:52:41 +0000 (UTC) Received: (qmail 23146 invoked by uid 500); 18 Jul 2014 22:52:41 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 23050 invoked by uid 500); 18 Jul 2014 22:52:41 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 23029 invoked by uid 99); 18 Jul 2014 22:52:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 22:52:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 22:52:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 585FA23889DA; Fri, 18 Jul 2014 22:52:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1611831 [2/4] - in /poi/site: publish/ publish/apidocs/ publish/apidocs/org/apache/poi/ publish/apidocs/org/apache/poi/class-use/ publish/apidocs/org/apache/poi/hssf/model/ publish/apidocs/org/apache/poi/hssf/record/ publish/apidocs/org/ap... Date: Fri, 18 Jul 2014 22:52:13 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140718225216.585FA23889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/udf/class-use/UDFFinder.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/udf/class-use/UDFFinder.html?rev=1611831&r1=1611830&r2=1611831&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/formula/udf/class-use/UDFFinder.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/formula/udf/class-use/UDFFinder.html Fri Jul 18 22:52:11 2014 @@ -137,6 +137,12 @@ NameXPtg +InternalWorkbook.getNameXPtg(java.lang.String name, + int sheetRefIndex, + UDFFinder udf)  + + +NameXPtg InternalWorkbook.getNameXPtg(java.lang.String name, UDFFinder udf)  Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Name.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Name.html?rev=1611831&r1=1611830&r2=1611831&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Name.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/Name.html Fri Jul 18 22:52:11 2014 @@ -86,7 +86,7 @@
  • All Known Implementing Classes:
    -
    HSSFName, XSSFName
    +
    ExternalLinksTable.ExternalName, HSSFName, XSSFName


    Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html?rev=1611831&r1=1611830&r2=1611831&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Name.html Fri Jul 18 22:52:11 2014 @@ -84,10 +84,14 @@   -org.apache.poi.xssf.streaming +org.apache.poi.xssf.model   +org.apache.poi.xssf.streaming +  + + org.apache.poi.xssf.usermodel   @@ -145,6 +149,37 @@
  • +
  • + + +

    Uses of Name in org.apache.poi.xssf.model

    + + + + + + + + + + + + +
    Classes in org.apache.poi.xssf.model that implement Name 
    Modifier and TypeClass and Description
    protected class ExternalLinksTable.ExternalName 
    + + + + + + + + + + + + +
    Methods in org.apache.poi.xssf.model that return types with arguments of type Name 
    Modifier and TypeMethod and Description
    java.util.List<Name>ExternalLinksTable.getDefinedNames() 
    +
  • Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html?rev=1611831&r1=1611830&r2=1611831&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/package-use.html Fri Jul 18 22:52:11 2014 @@ -129,22 +129,26 @@ HSSF concepts.   -org.apache.poi.xssf.streaming +org.apache.poi.xssf.model   -org.apache.poi.xssf.usermodel +org.apache.poi.xssf.streaming   -org.apache.poi.xssf.usermodel.charts +org.apache.poi.xssf.usermodel   -org.apache.poi.xssf.usermodel.extensions +org.apache.poi.xssf.usermodel.charts   +org.apache.poi.xssf.usermodel.extensions +  + + org.apache.poi.xssf.usermodel.helpers   @@ -804,6 +808,23 @@ HSSF concepts.
  • +
  • + + + + + + + + + + + + +
    Classes in org.apache.poi.ss.usermodel used by org.apache.poi.xssf.model 
    Class and Description
    Name +
    Represents a defined name for a range of cells.
    +
    +
  • Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html?rev=1611831&r1=1611830&r2=1611831&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html (original) +++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Internal.html Fri Jul 18 22:52:11 2014 @@ -10120,7 +10120,7 @@ CalculationChain XSSFWorkbook.getCalculationChain() -
    Return the CalculationChain object for this workbook
    +
    Return the CalculationChain object for this workbook
    @@ -10225,48 +10225,54 @@ +ExternalLinksTable +XSSFWorkbook.getExternalLinksTable() +
    Returns the ExternalLinksTable object for this workbook.
    + + + org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker XSSFClientAnchor.getFrom()
    Return starting anchor point
    - + MapInfo XSSFWorkbook.getMapInfo()  - + org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape XSSFTextParagraph.getParentShape()  - + org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula XSSFSheet.getSharedFormula(int sid)
    Return a master shared formula by index
    - + SharedStringsTable XSSFWorkbook.getSharedStringSource()
    Returns SharedStringsTable - tha cache of string for this workbook
    - + org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf XSSFCellStyle.getStyleXf()
    Used so that StylesSource can figure out our location
    - + org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker XSSFClientAnchor.getTo()
    Return ending anchor point
    - + org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph XSSFTextParagraph.getXmlObject()  - + void XSSFCell.setCTCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell cell)
    Set a new internal xml bean.
    Modified: poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html?rev=1611831&r1=1611830&r2=1611831&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/model/CommentsTable.html Fri Jul 18 22:52:11 2014 @@ -35,7 +35,7 @@