/[Apache-SVN]
ViewVC logotype

Revision 664700


Jump to revision: Previous Next
Author: nick
Date: Mon Jun 9 13:30:17 2008 UTC (15 years, 11 months ago)
Changed paths: 100
Log Message:
Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-645951,645953-646193,646195-646311,646313-646404,646406-646665,646667-646853,646855-646869,646871-647151,647153-647185,647187-647277,647279-647566,647568-647573,647575,647578-647711,647714-647737,647739-647823,647825-648155,648157-648202,648204-648273,648275,648277-648302,648304-648333,648335-648588,648590-648622,648625-648673,648675-649141,649144,649146-649556,649558-649795,649799,649801-649910,649912-649913,649915-650128,650131-650132,650134-650137,650140-650914,650916-651991,651993-652284,652286-652287,652289,652291,652293-652297,652299-652328,652330-652425,652427-652445,652447-652560,652562-652933,652935,652937-652993,652995-653116,653118-653124,653126-653483,653487-653519,653522-653550,653552-653607,653609-653667,653669-653674,653676-653814,653817-653830,653832-653891,653893-653944,653946-654055,654057-654355,654357-654365,654367-654648,654651-655215,655217-655277,655279-655281,655283-655911,655913-656212,656214,656216-656251,656253-656698,656700-656756,656758-656892,656894-657135,657137-657165,657168-657179,657181-657354,657356-657357,657359-657701,657703-657874,657876-658032,658034-658284,658286,658288-658301,658303-658307,658309-658321,658323-658335,658337-658348,658351,658353-658832,658834-658983,658985,658987-659066,659068-659402,659404-659428,659430-659451,659453-659454,659456-659461,659463-659477,659479-659524,659526-659571,659574,659576-660255,660257-660262,660264-660279,660281-660343,660345-660473,660475-660827,660829-660833,660835-660888,660890-663321,663323-663435,663437-663764,663766-663854,663856-664671 via svnmerge from 
https://svn.apache.org:443/repos/asf/poi/trunk

........
  r664220 | josh | 2008-06-07 01:53:01 +0100 (Sat, 07 Jun 2008) | 1 line
  
  Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hierarchy
........
  r664490 | yegor | 2008-06-08 13:30:25 +0100 (Sun, 08 Jun 2008) | 1 line
  
  Correctly increment the reference count of a blip when a picture is inserted
........
  r664491 | yegor | 2008-06-08 13:31:19 +0100 (Sun, 08 Jun 2008) | 1 line
  
  Support custom image renderers
........
  r664492 | yegor | 2008-06-08 13:32:10 +0100 (Sun, 08 Jun 2008) | 1 line
  
  Fixed TextShape.resizeToFitText() to properly resize TextShape. See patch#45140
........
  r664493 | yegor | 2008-06-08 13:37:39 +0100 (Sun, 08 Jun 2008) | 1 line
  
  expose access to OEPlaceholderAtom  so that users can determine whether a shape represents ppt placeholder (date/time, footer or slide number)
........
  r664515 | yegor | 2008-06-08 16:31:05 +0100 (Sun, 08 Jun 2008) | 1 line
  
  bug#44692 - Fixed HSSFPicture.resize() to properly resize pictures if the underlying columns/rows have modified size
........


Changed paths

Path Details
Directorypoi/branches/ooxml/ modified , props changed
Directorypoi/branches/ooxml/src/documentation/content/xdocs/changes.xml modified , text changed
Directorypoi/branches/ooxml/src/documentation/content/xdocs/status.xml modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/ddf/EscherDggRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/model/FormulaParser.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/FormulaRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/NameRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/SharedFormulaRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AddPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/Area3DPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaAPtg.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaErrPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaNAPtg.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaNPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaNVPtg.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaPtg.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/formula/AreaPtg.java, r664515)
replaced
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaPtgBase.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/formula/AreaPtgBase.java, r664515)
added , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AreaVPtg.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ArrayPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ArrayPtgA.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ArrayPtgV.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/BoolPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ConcatPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/DividePtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/EqualPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ErrPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ExpPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/FuncPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/FuncVarPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/GreaterEqualPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/GreaterThanPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/IntPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/IntersectionPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/LessEqualPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/LessThanPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/MemAreaPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/MemErrPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/MemFuncPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/MissingArgPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/MultiplyPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/NamePtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/NameXPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/NotEqualPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/NumberPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/OperationPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ParenthesisPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/PercentPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/PowerPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/Ptg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RangePtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/Ref3DPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefAPtg.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefErrorPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefNAPtg.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefNPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefNVPtg.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefPtg.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/formula/RefPtg.java, r664515)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefPtgBase.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/formula/RefPtgBase.java, r664515)
added , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/RefVPtg.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ReferencePtg.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ScalarConstantPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/StringPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/SubtractPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/UnaryMinusPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/UnaryPlusPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/UnionPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ValueOperatorPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/eval/Ref2DEval.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/ss/usermodel/FormulaEvaluator.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/blip/BitmapPainter.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hslf/blip/BitmapPainter.java, r664515)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/blip/ImagePainter.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hslf/blip/ImagePainter.java, r664515)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/MasterSheet.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/Picture.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/SimpleShape.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/Slide.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/TextRun.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/TextShape.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/record/StyleTextPropAtom.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/usermodel/PictureData.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/usermodel/SlideShow.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/testcases/org/apache/poi/hslf/model/TestImagePainter.java
(Copied from poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/model/TestImagePainter.java, r664515)
added
Directorypoi/branches/ooxml/src/scratchpad/testcases/org/apache/poi/hslf/model/TestPicture.java
(Copied from poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/model/TestPicture.java, r664515)
added
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/model/TestFormulaParser.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/model/TestFormulaParserIf.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/model/TestRVA.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestFormulaRecord.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestSharedFormulaRecord.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/TestArrayPtg.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/TestReferencePtg.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/eval/TestPercentEval.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/eval/TestUnaryPlusEval.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/functions/EvalFactory.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/functions/TestCountFuncs.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/functions/TestMid.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/functions/TestSumproduct.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/functions/TestTFunc.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26