[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-08-12 Thread Kohei Yoshida
sc/source/core/tool/sharedformula.cxx | 36 ++ 1 file changed, 24 insertions(+), 12 deletions(-) New commits: commit 478868c419491dd5ad0921fe8b4e7f71d946dd10 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Mon Aug 12 16:42:53 2013 -0400 Ungroup a cell

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-08-07 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx | 28 +--- sc/source/core/tool/token.cxx |3 +++ 2 files changed, 4 insertions(+), 27 deletions(-) New commits: commit 35624096f9f74472c88ef29f1e0cf8f169cff6b3 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Aug 7

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-07-17 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx | 91 +++- 1 file changed, 38 insertions(+), 53 deletions(-) New commits: commit 8444610c89407122cd16b5434516650f9fa82462 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Jul 17 22:32:23 2013 -0400 No reference

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-07-12 Thread Kohei Yoshida
sc/source/core/tool/formulagroup.cxx | 37 +-- 1 file changed, 27 insertions(+), 10 deletions(-) New commits: commit 04b8fbe686cd4cb34c24ec0d33614a59908dc323 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Fri Jul 12 11:40:54 2013 -0400 Cache select

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-07-09 Thread Kohei Yoshida
sc/source/core/data/column.cxx | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) New commits: commit b13723d30ab9b87bfe9b724ed80454434bba9908 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Tue Jul 9 23:43:37 2013 -0400 Check formula cell group boundaries to

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-05-08 Thread Kohei Yoshida
sc/source/filter/oox/pagesettings.cxx | 65 -- 1 file changed, 31 insertions(+), 34 deletions(-) New commits: commit 7425efdfcc09e9d41d6f3ab026b6e96ebd94d3f1 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed May 8 14:31:54 2013 -0400 Set page style

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-03-27 Thread Kohei Yoshida
sc/source/ui/unoobj/cellsuno.cxx | 111 ++- 1 file changed, 53 insertions(+), 58 deletions(-) New commits: commit dd47fc6b2d3ed79868721826ad77d6ad415ca4ac Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Mar 27 17:38:51 2013 -0400 Remove a bit

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-03-21 Thread Kohei Yoshida
sc/source/ui/docshell/docfunc.cxx |2 sc/source/ui/inc/undocell.hxx | 67 ++--- sc/source/ui/undo/undocell.cxx| 148 ++ 3 files changed, 146 insertions(+), 71 deletions(-) New commits: commit 34f8a35237f15098d4e1c0d1bb0f59a1c571dfdc

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-03-20 Thread Kohei Yoshida
sc/source/ui/docshell/docfunc.cxx | 19 +-- sc/source/ui/inc/docfunc.hxx |6 +++--- 2 files changed, 12 insertions(+), 13 deletions(-) New commits: commit e3daeea29fe5d5d757ceeabff87ce370241b2848 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Mar 20 18:07:17

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-03-20 Thread Kohei Yoshida
sc/source/core/tool/stringutil.cxx |1 sc/source/ui/unoobj/cellsuno.cxx | 81 +++-- 2 files changed, 53 insertions(+), 29 deletions(-) New commits: commit d9570aef923b30f8bffad24efd39a50f9fe9 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-03-20 Thread Kohei Yoshida
sc/source/ui/undo/undocell.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit c8620e606c8cf4f1b185f7c027dc313202118664 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Thu Mar 21 00:29:23 2013 -0400 I think I need to add these just like all the other undo classes

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-03-15 Thread Kohei Yoshida
sc/source/core/data/column2.cxx | 26 +- sc/source/core/data/column3.cxx |9 + 2 files changed, 34 insertions(+), 1 deletion(-) New commits: commit c03d6f6e0a202e6a1d01f956e12f299b8fc29b5e Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Fri Mar 15

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/source

2013-03-13 Thread Kohei Yoshida
sc/source/core/data/documen8.cxx | 205 +++ 1 file changed, 100 insertions(+), 105 deletions(-) New commits: commit 763d8dad024d8b4307fb21e81b87d46f78346f06 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Mar 13 15:48:08 2013 -0400 Reduce scope