From: <nma...@us...> - 2007-07-23 10:38:00
|
Revision: 229 http://svn.sourceforge.net/opendocumentphp/?rev=229&view=rev Author: nmarkgraf Date: 2007-07-23 03:38:01 -0700 (Mon, 23 Jul 2007) Log Message: ----------- * Tiny bug fixes.. * First classes for the new Spreadsheet_OpenDocument_Writer, just like the PEAR_Spreadsheet_Excel_Writer Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/OpenDocumentArchive.php Added Paths: ----------- php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/ 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-23 18:10:14
|
Revision: 233 http://svn.sourceforge.net/opendocumentphp/?rev=233&view=rev Author: nmarkgraf Date: 2007-07-23 11:10:17 -0700 (Mon, 23 Jul 2007) Log Message: ----------- * Just some phpdoc adjustments in content_body * Some more work on the worksheets Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/content/body/BodyFragment.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/TableFragment.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Worksheet.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-07-23 19:00:27
|
Revision: 234 http://svn.sourceforge.net/opendocumentphp/?rev=234&view=rev Author: nmarkgraf Date: 2007-07-23 12:00:20 -0700 (Mon, 23 Jul 2007) Log Message: ----------- Some more work on the PEAR_Spreadsheet_Excel_Writer API ... Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/content/body/TableFragment.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Worksheet.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 07:43:40
|
Revision: 236 http://svn.sourceforge.net/opendocumentphp/?rev=236&view=rev Author: nmarkgraf Date: 2007-07-24 00:43:40 -0700 (Tue, 24 Jul 2007) Log Message: ----------- * Some PHPDoc sync with thrunk. * First steps in a write method for the Spreadsheet Writer class. Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/global/AutomaticStylesFragment.php php/branches/0.6.0/src/OpenDocumentPHP/global/FontFace.php php/branches/0.6.0/src/OpenDocumentPHP/global/FontFaceDeclFragment.php php/branches/0.6.0/src/OpenDocumentPHP/manifest/ManifestDocument.php php/branches/0.6.0/src/OpenDocumentPHP/meta/DublinCoreFragment.php php/branches/0.6.0/src/OpenDocumentPHP/meta/MetaDocument.php php/branches/0.6.0/src/OpenDocumentPHP/meta/MetaFragment.php php/branches/0.6.0/src/OpenDocumentPHP/settings/SettingsDocument.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Worksheet.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 08:48:11
|
Revision: 238 http://svn.sourceforge.net/opendocumentphp/?rev=238&view=rev Author: nmarkgraf Date: 2007-07-24 01:48:12 -0700 (Tue, 24 Jul 2007) Log Message: ----------- * Resync with thrunk. * Some more steps in the Worksheet and Workbook classes. Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/content/ContentDocument.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/BodyFragment.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/TableFragment.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/table/TableCell.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Workbook.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Worksheet.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 16:25:11
|
Revision: 239 http://svn.sourceforge.net/opendocumentphp/?rev=239&view=rev Author: nmarkgraf Date: 2007-07-24 09:25:10 -0700 (Tue, 24 Jul 2007) Log Message: ----------- Some bugfixes. Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/OpenDocumentText.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/TableFragment.php php/branches/0.6.0/src/OpenDocumentPHP/manifest/ManifestDocument.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-25 14:17:26
|
Revision: 244 http://opendocumentphp.svn.sourceforge.net/opendocumentphp/?rev=244&view=rev Author: nmarkgraf Date: 2007-07-25 07:17:26 -0700 (Wed, 25 Jul 2007) Log Message: ----------- Some tiny changes in some files. Added writeUrl() method the Writer class. Updated TableCell class (needs much more updating ...) Modified Paths: -------------- php/branches/0.6.0/src/OpenDocumentPHP/content/body/table/TableCell.php php/branches/0.6.0/src/OpenDocumentPHP/content/body/table/TableFragment.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Workbook.php php/branches/0.6.0/src/OpenDocumentPHP/util/Spreadsheet/Worksheet.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |