210 Revīzijas (8f7dfa208115f46209e964b2272c06974fe672ae)
 

Autors SHA1 Ziņojums Datums
  coffeycathal_cp d19899e7a5 pirms 14 gadiem
  DragonFire_cp 2f19e10c1c Fix InsertDocument bag pirms 14 gadiem
  DragonFire_cp 0d97ddd6d6 Chaged InsertChart method pirms 14 gadiem
  DragonFire_cp 1772024263 Add InsertParagraphs method pirms 14 gadiem
  DragonFire_cp da940113f7 Refactored InsertRow methods pirms 14 gadiem
  DragonFire_cp 5d9fa34e5e Added Table.InsertRow(Row row) and Table.InsertRow(Row row, Int32 index) methods. These methods insert a copy of original row into the table. pirms 14 gadiem
  DragonFire_cp 6b142e0016 I have added chart's functionality (Bar, Line and Pie charts) with the legend, axis and 3D. pirms 14 gadiem
  DragonFire_cp 9016b17d34 Divided the chart example in the three new examples pirms 14 gadiem
  coffeycathal_cp 428d237114 DocX.cs: Added the Properties PageWidth and PageHeight. pirms 14 gadiem
  DragonFire_cp a843dc915a Implemented a line chart, a pie chart and a bar chart. pirms 14 gadiem
  DragonFire_cp ba0c0871eb Completed to implement simple Chart and Series classes pirms 14 gadiem
  DragonFire_cp c8e4262a6d Made insert chart method and created legend class for this chart pirms 14 gadiem
  DragonFire_cp 8aba78443b Fix GetNextFreeRelationshipID method pirms 14 gadiem
  DragonFire_cp e37bcfe010 Fix Paragraph runs bag. pirms 14 gadiem
  DragonFire_cp a51588f35e Refactor the Table class: RowCount, ColumnCount, Rows properties and Insert/Remove methods. Also refactor CreateTable method - extract the same method CreateTableCell. Add powerfull unit test for this. pirms 14 gadiem
  coffeycathal_cp fbea5f0b5b pirms 14 gadiem
  coffeycathal_cp 22bb86a8da Fix for (Issue Tracker) Item #9526 pirms 14 gadiem
  DragonFire_cp 43ed54b97c Remove bin/debug/docx.dll for correct team working. pirms 14 gadiem
  coffeycathal_cp 041a5c2a15 Edited .sln to remove deleted projects. pirms 14 gadiem
  coffeycathal_cp 8ad45705ce Deleted ConsoleApplication1 pirms 14 gadiem
  coffeycathal_cp ef282be801 Delete ConsoleApplication3 pirms 14 gadiem
  DragonFire_cp ab0640f886 Change example project, fix Table.RemoveColumn null reference exception. pirms 14 gadiem
  DragonFire_cp c0f5ba0eed ApplyTemplate bag has been fixed. pirms 14 gadiem
  coffeycathal_cp 689f778abf Table.removeRow(int index) has been fixed. pirms 14 gadiem
  bdm_cp c31f80e350 Added additional tests to replace finctions, including verifying additional aspects of the expected input file. pirms 15 gadiem
  coffeycathal_cp 949a0f3828 Fixed a bug that was causing Paragraphs defined inside <snd> tags from being populated. pirms 15 gadiem
  coffeycathal_cp fae1cfe176 Fixed a bug with ReplaceText. pirms 15 gadiem
  coffeycathal_cp c582fc9487 One more time pirms 15 gadiem
  coffeycathal_cp a4da01131d Full checkin pirms 15 gadiem
  coffeycathal_cp c0e3ffde2a Added StrongNameKeys pirms 15 gadiem
  bdm_cp 4cb37f630d Added ReplaceTests.docx in the project \documents\ folder pirms 15 gadiem
  bdm_cp 72d5772459 Removed the Strong Name Key pirms 15 gadiem
  bdm_cp 87ab31c133 Removed strong name key, added replaceTests.docx as part of unit tests. pirms 15 gadiem
  coffeycathal_cp 33a9b7bcf9 Fixed a bug with ReplaceText which was not preserving text formatting. pirms 15 gadiem
  coffeycathal_cp 4695789cc1 DocX no longer miss recognizes Shapes as Images. DocX does not yet support Shapes or Charts. pirms 15 gadiem
  coffeycathal_cp cd4dc19ae0 Fixed an issue with Paragraphs inside Tables not knowing which document they belong to. pirms 15 gadiem
  coffeycathal_cp addbd332fa Fixed StrongNameKey.pfx issues, password is Quvu4rey. pirms 15 gadiem
  coffeycathal_cp d72617beae Fixed issues with StrongNameKey.pfx pirms 15 gadiem
  bdm_cp b97394809d Added FindUniqueByPattern and FindAllbyPattern. pirms 15 gadiem
  bdm_cp ae48e62a69 Fixed all warnings. Most were "Exception e" where "Exception" was sufficient, but some were "hiding" base methods that needed a "new" keyword. pirms 15 gadiem
  coffeycathal_cp eb656ba719 Added a check to stop the creation of a Table with 0 columns or rows. pirms 15 gadiem
  coffeycathal_cp b5aa4ee366 Fixed a bug which resulted in Table.rows being null. pirms 15 gadiem
  coffeycathal_cp f54ef25657 Fixed a bug with InsertParagraphAfterSelf and InsertParagraphBeforeSelf. pirms 15 gadiem
  coffeycathal_cp e0a7e8dd15 Files needed to run all unit tests. pirms 15 gadiem
  coffeycathal_cp 68351622e7 Added basic support for PageNumber and PageCount place holders. pirms 15 gadiem
  coffeycathal_cp 28ad9c32b2 AddProtection() now calls RemoveProtection() as its first task. Otherwise a document could contain many protection elements and this is unallowed. pirms 15 gadiem
  coffeycathal_cp 97cc1fc974 Enumerations.cs pirms 15 gadiem
  coffeycathal_cp 7122dc4a88 DocX.cs pirms 15 gadiem
  coffeycathal_cp b2d74023ce After it is executed, RemoveText() deletes elements that have zero text length. This was removing elements which contained no text but still contained a drawing element such as a picture. pirms 15 gadiem
  coffeycathal_cp e36ca493b0 Added Examples Project. pirms 15 gadiem