From: <nma...@us...> - 2007-07-23 16:23:57
|
Revision: 231 http://svn.sourceforge.net/opendocumentphp/?rev=231&view=rev Author: nmarkgraf Date: 2007-07-23 09:23:54 -0700 (Mon, 23 Jul 2007) Log Message: ----------- Some more work on the SpreadSheet class. Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Format.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Workbook.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Worksheet.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Writer.php Added Paths: ----------- php/branches/0.6.0/src/samples/Spreadsheet_OpenDocument_Writer/ php/branches/0.6.0/src/samples/Spreadsheet_OpenDocument_Writer/SimpleExample.php Property Changed: ---------------- php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Format.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Workbook.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Worksheet.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Writer.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-07-24 17:31:38
|
Revision: 241 http://svn.sourceforge.net/opendocumentphp/?rev=241&view=rev Author: nmarkgraf Date: 2007-07-24 09:52:47 -0700 (Tue, 24 Jul 2007) Log Message: ----------- And some more bugs fixed. Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/content/body/BodyFragment.php php/branches/0.6.0/src/samples/Spreadsheet_OpenDocument_Writer/SimpleExample.php Added Paths: ----------- php/branches/0.6.0/src/OpenDocumentPHP/content/body/table/TableFragment.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-08-01 14:16:13
|
Revision: 256 http://opendocumentphp.svn.sourceforge.net/opendocumentphp/?rev=256&view=rev Author: nmarkgraf Date: 2007-08-01 07:16:10 -0700 (Wed, 01 Aug 2007) Log Message: ----------- Heading 0.5.3 ... (re-sync trunk and branch 0.6) Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/OpenDocumentAbstract.php php/branches/0.6.0/src/OpenDocumentPHP/OpenDocumentArchive.php php/branches/0.6.0/src/OpenDocumentPHP/OpenDocumentSpreadsheet.php php/branches/0.6.0/src/OpenDocumentPHP/OpenDocumentText.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/BodyFragment.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/table/SpreadsheetFragment.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/table/TableFragment.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/text/UserFieldDecl.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/text/UserFieldDecls.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/text/UserFieldGet.php php/branches/0.6.0/src/OpenDocumentPHP/global/FontFaceDeclFragment.php php/branches/0.6.0/src/OpenDocumentPHP/styles/DefaultStyle.php php/branches/0.6.0/src/OpenDocumentPHP/styles/Style.php php/branches/0.6.0/src/OpenDocumentPHP/styles/StylesFragment.php php/branches/0.6.0/src/OpenDocumentPHP/styles/properties/GraphicProperties.php php/branches/0.6.0/src/OpenDocumentPHP/styles/properties/ParagraphProperties.php php/branches/0.6.0/src/OpenDocumentPHP/styles/properties/TableProperties.php php/branches/0.6.0/src/OpenDocumentPHP/styles/properties/TableRowProperties.php php/branches/0.6.0/src/OpenDocumentPHP/styles/properties/TextProperties.php php/branches/0.6.0/src/OpenDocumentPHP/util/ODPElement.php php/branches/0.6.0/src/samples/simple/SimpleTextDocument.php php/branches/0.6.0/src/unittests/OpenDocumentTextTest.php Added Paths: ----------- php/branches/0.6.0/src/unittests/OpenDocumentTextLoadTest.php Removed Paths: ------------- php/branches/0.6.0/src/OpenDocumentPHP/util/ElementFragment.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-08-02 12:19:55
|
Revision: 257 http://opendocumentphp.svn.sourceforge.net/opendocumentphp/?rev=257&view=rev Author: nmarkgraf Date: 2007-08-02 05:19:56 -0700 (Thu, 02 Aug 2007) Log Message: ----------- * new ValidatorTest class * new TableColumnProperties class * updated TableRowProperties class * added some functionality to the Workbook and Worksheet class Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/content/ContentDocument.php php/branches/0.6.0/src/OpenDocumentPHP/global/FontFace.php php/branches/0.6.0/src/OpenDocumentPHP/styles/StylesFragment.php php/branches/0.6.0/src/OpenDocumentPHP/styles/properties/TableRowProperties.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Workbook.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Worksheet.php php/branches/0.6.0/src/OpenDocumentPHP/util/Validator.php Added Paths: ----------- php/branches/0.6.0/src/OpenDocumentPHP/styles/properties/TableColumnProperties.php php/branches/0.6.0/src/samples/Spreadsheet_OpenDocument_Writer/SimpleFace.php php/branches/0.6.0/src/unittests/ValidatorTest.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-08-06 08:28:48
|
Revision: 263 http://opendocumentphp.svn.sourceforge.net/opendocumentphp/?rev=263&view=rev Author: nmarkgraf Date: 2007-08-06 01:28:49 -0700 (Mon, 06 Aug 2007) Log Message: ----------- Syncing branch 0.6 and trunk Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/OpenDocumentSpreadsheet.php php/branches/0.6.0/src/OpenDocumentPHP/OpenDocumentText.php php/branches/0.6.0/src/unittests/ManifestTest.php php/branches/0.6.0/src/unittests/MetaTest.php php/branches/0.6.0/src/unittests/OpenDocumentTextTest.php php/branches/0.6.0/src/unittests/TestAll.php Added Paths: ----------- php/branches/0.6.0/src/unittests/OpenDocumentCalcLoadTest.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |