Re: Need help regarding BUG #60700

2013-03-16 Thread Alex Ivan
or some time, i did not investigate further. I will do so now that there is at least one example and update you if i figure it out. Thank you for your help, Alex Ivan -- View this message in context: http://nabble.documentfoundation.org/Need-help-regarding-BUG-60700-tp4041113p4044229.html Sent

[GSoC 2013] Implementing Writer Table Styles

2013-05-30 Thread Alex Ivan
?alt=rss Best regards, Alex Ivan irc: alexnivan -- View this message in context: http://nabble.documentfoundation.org/GSoC-2013-Implementing-Writer-Table-Styles-tp4058683.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice

GSOC 2013 Candidate

2013-04-20 Thread Alex Ivan
e any other resources I should be aware of in order to get accustomed with the project, aside from the given code pointers? Thank you for your time, Alex Ivan -- View this message in context: http://nabble.documentfoundation.org/GSOC-2013-Candidate-tp4051245.html Sent from the Dev mailing

Question Regarding Entry Level Hack

2013-02-23 Thread Alex Ivan
his matter. Thanks in advance, Alex Ivan -- View this message in context: http://nabble.documentfoundation.org/Question-Regarding-Entry-Level-Hack-tp4039603.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice maili

Need help regarding BUG #60700

2013-03-02 Thread Alex Ivan
scenario to follow in order to obtain, for example, an .odt file in which said directories are not empty, it would really help me. Thanks in advance, Alex Ivan -- View this message in context: http://nabble.documentfoundation.org/Need-help-regarding-BUG-60700-tp4041113.html Sent from the Dev m

Re: Need help regarding BUG #60700

2013-04-29 Thread Alex Ivan
t regarding GSOC <http://nabble.documentfoundation.org/GSOC-2013-Candidate-td4051245.html> . Since the application deadline is closing in, any kind of response would be extremely helpful. Best wishes, Alex Ivan -- View this message in context: http://nabble.documentfoundation.org/Need-help-regarding-BUG-

[Libreoffice-commits] core.git: framework/source

2013-05-03 Thread Alex Ivan
framework/source/uiconfiguration/uiconfigurationmanager.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit da06166015689eca260c702602bef4cea58afbd3 Author: Alex Ivan Date: Mon Apr 15 18:56:10 2013 +0300 fix bug #60700 - de-crutify ODF files

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 2 commits - sw/inc sw/source

2013-06-29 Thread Alex Ivan
3e253b6cf39256135eaab39e66cf495764576702 Author: Alex Ivan Date: Sat Jun 29 20:21:07 2013 +0300 Store/RestoreTableProperties handle components Methods now also store/apply information regarding the format of components. Change-Id: Id6b1b255974e593f373e43972214e451f5ba7047 diff --git a/sw/inc

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 2 commits - sw/inc sw/source

2013-06-30 Thread Alex Ivan
, 298 insertions(+), 205 deletions(-) New commits: commit f85cc2130c35f22e998e031324d0162367f4d0f8 Author: Alex Ivan Date: Sun Jun 30 23:10:21 2013 +0300 Save/Load of SwBoxAutoFmt move to SwTableBoxFmt Save and Load methods have been moved to SwTableBoxFmt. Should now be safe to

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 3 commits - sw/inc sw/source

2013-07-04 Thread Alex Ivan
/table/tautofmt.cxx | 11 - 6 files changed, 177 insertions(+), 405 deletions(-) New commits: commit 6668e83e1341112872c8e7f376534c6c76aac514 Author: Alex Ivan Date: Thu Jul 4 14:01:17 2013 +0300 Remove SwAutoBoxFmt class from implementation SwAutoBoxFmt class has been completely

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-07-04 Thread Alex Ivan
sw/inc/swtblfmt.hxx|2 sw/source/core/doc/tblafmt.cxx | 101 ++--- 2 files changed, 57 insertions(+), 46 deletions(-) New commits: commit 3190a43ec77fc818f7c426743aed443ec08a9ce5 Author: Alex Ivan Date: Thu Jul 4 18:08:46 2013 +0300

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-07-08 Thread Alex Ivan
commits: commit b60730b1768f19cdddf738d23712786853e839c6 Author: Alex Ivan Date: Mon Jul 8 20:54:39 2013 +0300 Use SwTableFmt in InsertTable method Partially replaced the role of SwTableAutoFormat in insertTable method with SwTableFmt. Change-Id

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 2 commits - sw/inc sw/source

2013-07-13 Thread Alex Ivan
Rebased ref, commits from common ancestor: commit 2a5e7162fa3b916cd1a4925bec8e474896d98739 Author: Alex Ivan Date: Sat Jul 13 19:41:47 2013 +0300 Modify InsertTable and TableToText methods The mentioned methods have been modified in order to use the table style provided as

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 5 commits - sw/source

2013-07-21 Thread Alex Ivan
74fe564c6772707be3b978d12473ff69ae66843e Author: Alex Ivan Date: Sun Jul 21 19:19:43 2013 +0300 Separated hardformatting/styles in table insertion Had previously overlooked where the table style information was stored when inserting a new table into the document. Change-Id

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/source

2013-07-23 Thread Alex Ivan
sw/source/core/docnode/ndtbl.cxx | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) New commits: commit 338f4d7f21180a997fdd045669fb0c09f2e3 Author: Alex Ivan Date: Tue Jul 23 17:00:46 2013 +0300 Fix hard format/table style separation issue Fixed

[Libreoffice-commits] core.git: Changes to 'feature/table-style'

2013-06-22 Thread Alex Ivan
New branch 'feature/table-style' available with the following commits: commit 24fa9beab933d83eef59a36852ab45301cb9dd86 Author: Alex Ivan Date: Sat Jun 22 18:19:35 2013 +0300 Moved format information to SwTable*Fmt Attempted to move the functionality of the current autof

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-06-25 Thread Alex Ivan
Rebased ref, commits from common ancestor: commit e303aa5e568707cfb3a35315dbb645fc7d950e74 Author: Alex Ivan Date: Tue Jun 25 14:22:06 2013 +0300 Revert prev changes; add SwTableFmt to Autoformat Changes made in previous patch have been reverted. A SwTableFmt memeber has

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc

2013-06-25 Thread Alex Ivan
sw/inc/swtblfmt.hxx | 89 +--- 1 file changed, 84 insertions(+), 5 deletions(-) New commits: commit f5beea954e1cfe38de9608c6fb8431b1c67f10e5 Author: Alex Ivan Date: Tue Jun 25 18:44:36 2013 +0300 Add structure for format classes

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/Library_sw.mk sw/source

2013-06-27 Thread Alex Ivan
6d71db73a4dd814a8d80d00e640d4c1ff3611dbf Author: Alex Ivan Date: Wed Jun 26 12:51:27 2013 +0300 Move constructors from sw/inc/swtblfmt.hxx Moved the constructors for SwTableFmt and SwTableLineFmt from the header file for clarity. Change-Id: If33d48feefcb712fe745c6d2c87e5bb3aa83d8cc diff --git a/sw

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-06-27 Thread Alex Ivan
deletions(-) New commits: commit 171093a390fb2c29cee610fd0f6924b3c0a351fd Author: Alex Ivan Date: Thu Jun 27 15:28:29 2013 +0300 Move table format information into SwTableFmt Moved the information currently stored in SwTableAutoFmt into SwTableFmt class Change-Id

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-06-27 Thread Alex Ivan
sw/inc/swtblfmt.hxx |4 +--- sw/source/core/doc/swtblfmt.cxx | 19 ++- 2 files changed, 3 insertions(+), 20 deletions(-) New commits: commit b39608c64cd67190f23b6e51f156ddb5e4458ddd Author: Alex Ivan Date: Thu Jun 27 21:25:13 2013 +0300 Use inherited

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-06-28 Thread Alex Ivan
sw/inc/swtblfmt.hxx | 30 +- sw/source/core/doc/swtblfmt.cxx | 31 --- 2 files changed, 45 insertions(+), 16 deletions(-) New commits: commit d418934c49ca39638898503895762fca69ba64c1 Author: Alex Ivan Date: Fri Jun 28 13

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-06-28 Thread Alex Ivan
sw/inc/swtblfmt.hxx | 50 - sw/source/core/doc/swtblfmt.cxx | 215 2 files changed, 259 insertions(+), 6 deletions(-) New commits: commit 61a362510e0632b0b764dc02fb6242874b15418c Author: Alex Ivan Date: Fri Jun 28 18:56:54 2013

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-06-28 Thread Alex Ivan
sw/inc/swtblfmt.hxx |1 sw/source/core/doc/swtblfmt.cxx | 58 ++-- 2 files changed, 34 insertions(+), 25 deletions(-) New commits: commit 2ff314df35dbcc0ae0cfdd76cba53155db9b2764 Author: Alex Ivan Date: Fri Jun 28 19:46:02 2013 +0300

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 2 commits - sw/source

2013-07-24 Thread Alex Ivan
sw/source/core/doc/tblafmt.cxx | 43 +++ sw/source/core/docnode/ndtbl.cxx | 109 --- 2 files changed, 133 insertions(+), 19 deletions(-) New commits: commit 4887943a2c33475640d1dfed7c2d249e463f714f Author: Alex Ivan Date: Wed Jul 24 20:09

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 2 commits - sw/inc sw/source

2013-07-26 Thread Alex Ivan
deletions(-) New commits: commit 5d8b4793247eedb5d02c52356d0dcc37d45290a1 Author: Alex Ivan Date: Fri Jul 26 19:51:15 2013 +0300 Further changes on separating hard formatting from style Changes have been made to better distinguish table style from the table's hard format.

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 3 commits - sw/source

2013-07-29 Thread Alex Ivan
sw/source/core/doc/swtblfmt.cxx |7 ++- sw/source/ui/table/tautofmt.cxx |6 ++ 2 files changed, 8 insertions(+), 5 deletions(-) New commits: commit 0e010db7b2a98bada410ec2f2e36b61ce09f74f5 Author: Alex Ivan Date: Mon Jul 29 19:37:51 2013 +0300 Temporary disable of

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/source

2013-07-30 Thread Alex Ivan
sw/source/core/bastyp/init.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 32ce2fc84491847d26576f3af454cb9e86cfc26a Author: Alex Ivan Date: Tue Jul 30 18:32:05 2013 +0300 Fix missing font attributes in AutoFormat window The attribute range associated with the

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-08-01 Thread Alex Ivan
: Alex Ivan Date: Thu Aug 1 20:39:52 2013 +0300 Register SwFmts to correct parents for each element of table Insert table, text to table and set autoformat methods now set the parent of each SwFmt to the correct element in the table style. For more complex tables, i.e. boxes

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 2 commits - sw/inc sw/source

2013-08-02 Thread Alex Ivan
sw/inc/format.hxx |1 sw/source/core/doc/swtblfmt.cxx | 111 ++-- 2 files changed, 31 insertions(+), 81 deletions(-) New commits: commit 5345916a90c80923d7f5a6a621b7461c7ab63f6e Author: Alex Ivan Date: Fri Aug 2 18:13:24 2013 +0300

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 3 commits - sw/inc sw/source

2013-08-05 Thread Alex Ivan
: Alex Ivan Date: Mon Aug 5 14:15:04 2013 +0300 Fix column width in TextToTable Change-Id: Ibe6321e5c79a7b1081087b0ae7d24a22ca676c4c diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx index 1cf3585..614800d 100644 --- a/sw/source/core/docnode/ndtbl.cxx

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 4 commits - sw/inc sw/source

2013-08-09 Thread Alex Ivan
(+), 26 deletions(-) New commits: commit 8d9905db69b2693cde5e80e53ccab521f4b8040f Author: Alex Ivan Date: Fri Aug 9 17:10:10 2013 +0300 Fix undo for applying table style Undo now works for applying a new table style. There is an issue where other undo commands i.e. resizing a cell

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 2 commits - sw/source

2013-08-12 Thread Alex Ivan
bef91df4dc67cb0af0f57c323f1c8339dbf5a329 Author: Alex Ivan Date: Mon Aug 12 20:59:41 2013 +0300 Fix undo resize table causing lose of table style _SaveTable class now memorizes the name of the table style applied to the table and it is reapplied after undoing. Not the most elegant

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 2 commits - sw/source

2013-08-13 Thread Alex Ivan
sw/source/core/doc/swtblfmt.cxx | 10 ++ sw/source/core/docnode/ndtbl.cxx |2 +- 2 files changed, 11 insertions(+), 1 deletion(-) New commits: commit 3bbc021a8b091e4f50c9bd453fd11607a7cf45a9 Author: Alex Ivan Date: Tue Aug 13 21:17:34 2013 +0300 Parent assigning cleanup

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 6 commits - sw/source

2013-08-22 Thread Alex Ivan
(-) New commits: commit 17d00196dbcaa8a98f65f6b3c1c33e507ddbf210 Author: Alex Ivan Date: Thu Aug 22 19:14:40 2013 +0300 Proper undo for row/column insertion/deletion Change-Id: If0de2939334ecf10d96e26d5a5c3d99dfa3deba2 diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo

[GSOC] Implementing Table Styles - Status update

2013-08-25 Thread Alex Ivan
Hello everybody, Here's the progress I've made during the past couple of weeks: - fixed undo after resizing the table causing loss of table style - adapted inserting/deleting rows/columns and respective undos operation so that the properties are correctly updated - submitted a beginning of a fix f

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 8 commits - sw/inc sw/source

2013-08-29 Thread Alex Ivan
/source/core/docnode/ndtbl.cxx | 14 ++ sw/source/core/undo/untbl.cxx | 13 +++-- sw/source/ui/table/tautofmt.cxx |4 +--- 9 files changed, 55 insertions(+), 13 deletions(-) New commits: commit 452435c85c5fbe1e62ec81bc39deccb646a78bf6 Author: Alex Ivan Date

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 2 commits - sw/inc sw/source

2013-09-07 Thread Alex Ivan
(-) New commits: commit a96a03be3d8ccc36bb43b3af0f1e569d8e7257b5 Author: Alex Ivan Date: Sat Sep 7 19:38:48 2013 +0300 Correctly set the parent attribute set of the SwCntntNode The text properties are set on the SwCntntNode, similar to how it was done in the AutoFormat system

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 3 commits - sw/inc sw/source

2013-09-12 Thread Alex Ivan
Rebased ref, commits from common ancestor: commit b3781d43adbc0c9701af80d393c302c9c2252ba2 Author: Alex Ivan Date: Thu Sep 12 16:19:51 2013 +0300 Remove obsolete UpdateTo/FromSet methods These should have been removed some time ago, since they were not used any more. Seems

[Libreoffice-commits] core.git: Branch 'feature/table-style' - sw/inc sw/source

2013-09-15 Thread Alex Ivan
Rebased ref, commits from common ancestor: commit a96a03be3d8ccc36bb43b3af0f1e569d8e7257b5 Author: Alex Ivan Date: Sat Sep 7 19:38:48 2013 +0300 Correctly set the parent attribute set of the SwCntntNode The text properties are set on the SwCntntNode, similar to how it was done

[Libreoffice-commits] core.git: Branch 'feature/table-style' - 3 commits - sw/inc sw/source

2013-09-15 Thread Alex Ivan
Rebased ref, commits from common ancestor: commit b3781d43adbc0c9701af80d393c302c9c2252ba2 Author: Alex Ivan Date: Thu Sep 12 16:19:51 2013 +0300 Remove obsolete UpdateTo/FromSet methods These should have been removed some time ago, since they were not used any more. Seems

[Libreoffice-commits] core.git: Changes to 'refs/changes/01/3401/3'

2014-09-29 Thread Alex Ivan
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/01/3401/1'

2014-09-29 Thread Alex Ivan
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/00/3400/1'

2014-09-29 Thread Alex Ivan
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/47/5547/1'

2014-09-29 Thread Alex Ivan
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/01/3401/2'

2014-09-29 Thread Alex Ivan
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[PATCH libreoffice-4-0-0] fix bug #60700 - de-crutify ODF files

2013-04-15 Thread Alex Ivan (via Code Review)
-Id: If0f69b46b4a0a564afca4fd696320f7f2dfbca12 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: libreoffice-4-0-0 Gerrit-Owner: Alex Ivan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] fix bug #60700 - de-crutify ODF files

2013-04-15 Thread Alex Ivan (via Code Review)
-Id: Ib2b4ae1f4cab35f2c9cd1fc7081302e1231da7a4 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Alex Ivan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice