Commit Graph

382 Commits

Author SHA1 Message Date
Ivan Lanin 3055a0e6fc Merge remote-tracking branch 'upstream/develop' into #160-refactoring 2014-03-26 15:16:16 +07:00
Roman Syroeshko 4aeef04afb Fix for tests 5. 2014-03-25 10:02:42 -07:00
Roman Syroeshko a0e8b43193 https://github.com/PHPOffice/PHPWord/issues/58 - "\PhpOffice\PhpWord\Shared\File" class was cut out. 2014-03-25 17:00:07 +04:00
Ivan Lanin 8aba90ded9 Change exception type 2014-03-25 17:53:10 +07:00
Ivan Lanin eed86f3768 Merge MemoryImage with Image, but left addMemoryImage for backward compatibility 2014-03-24 18:30:45 +07:00
Ivan Lanin b24550d060 Merge Table and TableFull style 2014-03-24 13:34:45 +07:00
Ivan Lanin aff112a13b Method name & code format for PSR/phpdoc compliance 2014-03-24 03:20:18 +07:00
Gabriel Bull 66c73c07c5 Fixed exceptions in reader/writer 2014-03-23 12:48:18 -04:00
Gabriel Bull 421b6e6f9d Made autoloader PSR-4 compliant and removed PHPWORD_BASE_DIR global constant 2014-03-23 12:48:18 -04:00
Ivan Lanin c7f03ecdf3 #159 #58 Merge branch 'develop' of https://github.com/RomanSyroeshko/PHPWord into develop 2014-03-23 21:10:48 +07:00
Roman Syroeshko ddb6277764 https://github.com/PHPOffice/PHPWord/issues/58 - More fixes. 2014-03-23 10:32:08 +04:00
Roman Syroeshko 7e23484619 https://github.com/PHPOffice/PHPWord/issues/58 - fix for ZipArchive calls. 2014-03-22 16:13:43 +04:00
Roman Syroeshko 9c6d07aaeb https://github.com/PHPOffice/PHPWord/issues/58 - autoloading fix. 2014-03-22 15:32:02 +04:00
Roman Syroeshko 667d0aaad1 https://github.com/PHPOffice/PHPWord/issues/58 - Part VIII (Autoloader). 2014-03-22 10:08:04 +04:00
Roman Syroeshko ab96c75b08 https://github.com/PHPOffice/PHPWord/issues/58 - Part VIII (Autoloader). 2014-03-22 10:06:08 +04:00
Progi1984 0d19d57cba IMPROVED : Moved examples out of Classes directory 2013-12-15 13:35:17 +01:00
Progi1984 1b849ec1bb Added PHPWord_Exception and exception when could not copy the template 2013-12-15 13:18:07 +01:00
Progi1984 3c78edd9f4 IMPROVED : Test if text is UTF-8 before converting 2013-12-15 12:56:40 +01:00
Progi1984 6b2511e34e Merge develop 2013-12-15 12:36:34 +01:00
Roman Syroeshko 5e90c066e8 https://github.com/PHPOffice/PHPWord/issues/34
PHPWord_Shared_String.IsUTF8 returns FALSE for Cyrillic UTF-8 input
2013-11-08 04:40:18 -08:00
Deds Castillo 30a7a178e2 add indentation support to paragraphs 2012-10-17 23:48:59 +08:00
Mark Baker 1257b461b6 Add superscript/subscript styling in Excel2007 Writer 2012-10-02 07:45:14 +01:00
Mark Baker ad47f3997c Merge pull request #7 from SergeC/patch-1
Update src/PHPWord/Template.php
2012-09-08 03:43:28 -07:00
SergeC 9d6b2ff7bd Update src/PHPWord/Template.php
This function returns array of all variables in template.
Test code:
$PHPWord = new PHPWord();
$document = $PHPWord->loadTemplate('Template.docx');
var_dump($document->getVariables());
2012-08-11 23:02:57 +03:00
jlocashio a302fe1c37 Update master 2012-07-12 15:04:44 -07:00
Progi1984 a15a9b522b ADDED : Writer/RTF for generating a simple file with some formatting texts and paragraphs 2012-05-30 00:07:50 +02:00
Progi1984 bedf584e12 CLEANED : Some spaces in code 2012-05-30 00:07:07 +02:00
Progi1984 e9a6a2c4f9 IMPROVED : Writer/ODText for just generating a simple file with some formatting texts and paragraphs 2012-05-29 20:59:22 +02:00
Progi1984 f5da76e90a IMPROVED : Samples\Sample01 2012-05-29 20:57:12 +02:00
Progi1984 cc536c4b6d REMOVED : Files of examples 2012-05-21 21:04:19 +02:00
Progi1984 9e711124e9 ADDED : Writer ODText (Version de base) 2012-05-06 23:25:37 +02:00
Progi1984 a1d5f821b5 Initial Commit 2012-05-06 18:25:40 +02:00