[Libreoffice-commits] calc/xls-import

2012-05-14 Thread Kohei Yoshida
calc/xls-import/perf/large-number-of-raw-cells.xls.bz2 |binary 1 file changed New commits: commit 98c4c2acf2a819d12ea560a69ef556974773589d Author: Kohei Yoshida Date: Mon May 14 12:52:08 2012 -0400 (bzip2'ed) xls document containing tons of raw number/string cells. This

[Libreoffice-commits] calc/xlsx-import

2012-05-12 Thread Kohei Yoshida
calc/xlsx-import/perf/8-by-30-cells.xlsx |binary 1 file changed New commits: commit 1bfb69e6161fecdf6f131d233694fdb457eed91a Author: Kohei Yoshida Date: Sat May 12 11:19:08 2012 -0400 New large xlsx document that contains 8 by 30 cells. diff --git a/calc/xlsx-import/perf/8-by

[Libreoffice-commits] .: Branch 'libreoffice-3-5-3' - sc/inc sc/source

2012-04-20 Thread Kohei Yoshida
be updated before any formulas that would access them. * Handle all ocName tokens differentiating between global and sheet-local names. Signed-off-by: Markus Mohrhard Signed-off-by: Kohei Yoshida Signed-off-by: Noel Power diff --git a/sc/inc/compiler.hxx b/sc/inc

[Libreoffice-commits] .: 3 commits - editeng/source

2012-04-19 Thread Kohei Yoshida
insertions(+), 19 deletions(-) New commits: commit 4327d4973b572ed749803007d90574919da31f04 Author: Kohei Yoshida Date: Thu Apr 19 15:59:45 2012 -0400 Revert "Use boost::scoped_ptr for this." This reverts commit a4bc804627b8b21506e9b86fa54d2f7d2525e43e. diff --git a/editeng/sour

[Libreoffice-commits] .: 3 commits - editeng/source sc/inc sc/source

2012-04-18 Thread Kohei Yoshida
/address.hxx | 18 +- sc/source/ui/optdlg/tpdefaults.cxx | 11 --- sc/source/ui/vba/vbaapplication.cxx |5 +++-- 8 files changed, 46 insertions(+), 44 deletions(-) New commits: commit 8edf5c5ee61b85c17389ceb48f78daa06edf36f4 Author: Kohei Yoshida Date: Wed

[Libreoffice-commits] .: editeng/inc editeng/source

2012-04-18 Thread Kohei Yoshida
editeng/inc/editeng/flditem.hxx | 38 ++ editeng/source/items/flditem.cxx | 15 +++ 2 files changed, 37 insertions(+), 16 deletions(-) New commits: commit 7746e42006a5732a9e26dd21481391f0419d0a2e Author: Kohei Yoshida Date: Tue Apr 17 16:54

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-04-17 Thread Kohei Yoshida
resolved rhbz#813280 the current document is not always the first in list i.e. if more than one document open and dialog invoked on any but the first document. Signed-off-by: Kohei Yoshida diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx index c53a59f

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-04-17 Thread Kohei Yoshida
this fixed a regression slipped into 8808d77f199720be596a09084fbc36569ed2f1f1 Signed-off-by: Kohei Yoshida diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx index 3695f14..69252ed 100644 --- a/sc/source/ui/unoobj/datauno.cxx +++ b/sc/source/ui/unoobj

[Libreoffice-commits] .: sc/inc sc/source

2012-04-17 Thread Kohei Yoshida
sc/inc/printopt.hxx |4 ++-- sc/inc/viewopti.hxx |4 ++-- sc/source/core/tool/printopt.cxx |4 ++-- sc/source/core/tool/viewopti.cxx |2 +- 4 files changed, 7 insertions(+), 7 deletions(-) New commits: commit 3ef53adf7eb7ea68fe4ba5b8f4fee8a7c6014756 Autho

[Libreoffice-commits] .: 3 commits - editeng/inc editeng/source

2012-04-17 Thread Kohei Yoshida
/editeng/textconv.cxx | 16 ++--- 12 files changed, 144 insertions(+), 142 deletions(-) New commits: commit fe4f272a385ee4fe5f541ff37eb710956a0ad38b Author: Kohei Yoshida Date: Tue Apr 17 14:13:16 2012 -0400 no TYPEINFO for edit undo objects. diff --git a/editeng/inc/editeng/editund2.hxx b

[Libreoffice-commits] .: 2 commits - editeng/inc editeng/source

2012-04-17 Thread Kohei Yoshida
ryMerge ) DBG_ASSERT( !IsInUndo(), "InsertUndo in Undomodus!" ); if ( pUndoMarkSelection ) { -EditUndoMarkSelection* pU = new EditUndoMarkSelection( this, *pUndoMarkSelection ); +EditUndoMarkSelection* pU = new EditUndoMarkSelection(pEditEngine, *pUndoMar

[Libreoffice-commits] .: 8 commits - editeng/inc editeng/source

2012-04-16 Thread Kohei Yoshida
/editeng/impedit.hxx | 14 -- 6 files changed, 189 insertions(+), 115 deletions(-) New commits: commit 620ca8c527fb77334bdb29eb4d00e8102b731bde Author: Kohei Yoshida Date: Mon Apr 16 23:48:35 2012 -0400 Remove the last undo friend from ImpEditEngine. diff --git a/editeng/inc/editeng

[Libreoffice-commits] .: sc/source

2012-04-16 Thread Kohei Yoshida
sc/source/ui/inc/output.hxx |2 - sc/source/ui/view/output2.cxx | 59 -- 2 files changed, 35 insertions(+), 26 deletions(-) New commits: commit e57525b61af70a6ee33c26f979e724740cca8655 Author: Kohei Yoshida Date: Mon Apr 16 22:02:12 2012 -0400

[Libreoffice-commits] .: editeng/inc editeng/source

2012-04-13 Thread Kohei Yoshida
editeng/inc/editeng/editeng.hxx|1 + editeng/source/editeng/editeng.cxx |5 + editeng/source/editeng/impedit.cxx |2 +- 3 files changed, 7 insertions(+), 1 deletion(-) New commits: commit 89de9dfe27d6a406fb67570c3507a8ea2e387d24 Author: Kohei Yoshida Date: Sat Apr 14 02:03

[Libreoffice-commits] .: editeng/source

2012-04-13 Thread Kohei Yoshida
editeng/source/editeng/impedit.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 5d66587d7931c6a41107969f5d0942d880ce0943 Author: Kohei Yoshida Date: Sat Apr 14 01:12:42 2012 -0400 Keep tinderbox happy. diff --git a/editeng/source/editeng/impedit.cxx

[Libreoffice-commits] .: sc/inc sc/Library_sc.mk sc/source

2012-04-13 Thread Kohei Yoshida
sc/Library_sc.mk|1 sc/inc/defaultsoptions.hxx | 104 +++ sc/inc/docoptio.hxx | 17 -- sc/inc/sc.hrc |1 sc/inc/scmod.hxx|5 sc/source/core/data/document.cxx

[Libreoffice-commits] .: editeng/inc editeng/qa sc/qa test/Library_test.mk test/source

2012-04-11 Thread Kohei Yoshida
5b14929dd4f659420c5707b7c432fb9337cfff1d Author: Kohei Yoshida Date: Thu Apr 12 00:53:55 2012 -0400 Handle the correct deletion order of EditDLL in the base class. Turns out that this change affected all cppunit runs. diff --git a/editeng/inc/editeng/eerdll.hxx b/editeng/inc/editeng

[Libreoffice-commits] .: editeng/qa

2012-04-11 Thread Kohei Yoshida
editeng/qa/unit/core-test.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit c0de63a858ee02bba2a9154b239085a64a277999 Author: Kohei Yoshida Date: Wed Apr 11 23:42:19 2012 -0400 Remove the TODO comment that's no longer relevant. diff --git a/editeng/qa/unit/core-test.

[Libreoffice-commits] .: editeng/inc editeng/qa editeng/source

2012-04-11 Thread Kohei Yoshida
editeng/inc/editeng/eerdll.hxx|1 + editeng/qa/unit/core-test.cxx |5 +++-- editeng/source/editeng/eerdll.cxx | 19 ++- 3 files changed, 18 insertions(+), 7 deletions(-) New commits: commit b5800fac1d57b80772823bd8bc288a6cebe82e6f Author: Kohei Yoshida Date

[Libreoffice-commits] .: editeng/CppunitTest_editeng_core.mk editeng/qa

2012-04-11 Thread Kohei Yoshida
editeng/CppunitTest_editeng_core.mk |1 - editeng/qa/unit/core-test.cxx | 30 ++ 2 files changed, 26 insertions(+), 5 deletions(-) New commits: commit a9448bd1b7b64eff74198ead63154ae132ed853b Author: Kohei Yoshida Date: Wed Apr 11 21:53:33 2012 -0400

[Libreoffice-commits] .: editeng/qa editeng/source

2012-04-11 Thread Kohei Yoshida
editeng/qa/unit/core-test.cxx | 73 ++--- editeng/source/editeng/editdoc.hxx |4 +- 2 files changed, 6 insertions(+), 71 deletions(-) New commits: commit 1bcd2c94930c95c1807c6112559f5b0041aeb4fa Author: Kohei Yoshida Date: Wed Apr 11 21:27:34 2012

[Libreoffice-commits] .: sc/source

2012-04-11 Thread Kohei Yoshida
sc/source/ui/inc/tpformula.hxx |9 - 1 file changed, 9 deletions(-) New commits: commit c510670e3cab5322ed82e5702f6f6e311c9823f6 Author: Albert Thuswaldner Date: Thu Apr 12 01:01:06 2012 +0200 removed unused includes in tpformula.hxx diff --git a/sc/source/ui/inc/tpformula.hx

[Libreoffice-commits] .: editeng/qa

2012-04-11 Thread Kohei Yoshida
editeng/qa/unit/core-test.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit e487d2fbf67cc6c7f4506d08eb7aa080a7d37c18 Author: Kohei Yoshida Date: Wed Apr 11 20:47:58 2012 -0400 You *are* fixed. diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index

[Libreoffice-commits] .: editeng/CppunitTest_editeng_core.mk editeng/qa

2012-04-11 Thread Kohei Yoshida
editeng/CppunitTest_editeng_core.mk |3 +++ editeng/qa/unit/core-test.cxx | 10 -- 2 files changed, 11 insertions(+), 2 deletions(-) New commits: commit 8b216a7aa3c88a6b18f62079757567a2d4e4d737 Author: Kohei Yoshida Date: Wed Apr 11 20:46:45 2012 -0400 Set default

[Libreoffice-commits] .: sc/source

2012-04-11 Thread Kohei Yoshida
sc/source/filter/oox/sharedformulabuffer.cxx | 213 --- 1 file changed, 213 deletions(-) New commits: commit ddfa209fc0422c544292ad23413851d1b654de7c Author: Kohei Yoshida Date: Wed Apr 11 20:06:02 2012 -0400 Removed the source file of SharedFormulaBuffer, which

[Libreoffice-commits] .: editeng/source

2012-04-11 Thread Kohei Yoshida
editeng/source/editeng/editdoc.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit a78a7ee9f7b1db56a6fa7e082f410db5a8db2f18 Author: Kohei Yoshida Date: Wed Apr 11 15:36:00 2012 -0400 Do this special case search only when the array is large enough

[Libreoffice-commits] .: editeng/CppunitTest_editeng_core.mk

2012-04-11 Thread Kohei Yoshida
editeng/CppunitTest_editeng_core.mk | 39 +++- 1 file changed, 21 insertions(+), 18 deletions(-) New commits: commit e981a102333feb2a4d71bb3803210434b14b5d39 Author: Kohei Yoshida Date: Wed Apr 11 14:55:58 2012 -0400 Add the right license header here

[Libreoffice-commits] .: 2 commits - editeng/CppunitTest_editeng_core.mk editeng/Module_editeng.mk editeng/qa sc/inc sc/source

2012-04-11 Thread Kohei Yoshida
, 226 insertions(+), 3 deletions(-) New commits: commit d241251638d80bc6e2b737088e02c96bfa8c5c63 Author: Kohei Yoshida Date: Wed Apr 11 14:29:11 2012 -0400 Attempt to add general-purpose unit test for editeng. But instantiating EditEngine causes segfault. The line is commented

[Libreoffice-commits] .: 4 commits - sc/source

2012-04-10 Thread Kohei Yoshida
Author: Kohei Yoshida Date: Tue Apr 10 15:01:19 2012 -0400 bnc#755775: Set numeric formula results when importing xls document. Without this, calculation upon import may incorrectly show #VALUE! in some cells when the iterative calculation option is turned on. This is

[Libreoffice-commits] .: sc/inc sc/Library_sc.mk sc/source

2012-04-10 Thread Kohei Yoshida
sc/Library_sc.mk |1 sc/inc/appoptio.hxx| 29 -- sc/inc/formulaopt.hxx | 124 sc/inc/sc.hrc |6 sc/inc/scmod.hxx |5 sc/source/core/tool/appoptio.cxx | 238 --

[Libreoffice-commits] .: sc/inc sc/Library_sc.mk sc/source

2012-04-09 Thread Kohei Yoshida
967a3debe7fac2d749324be9af99192d94439da8 Author: Kohei Yoshida Date: Tue Apr 10 01:20:03 2012 -0400 Non inline methods of ScFormulaResult. diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 224df82..39d9c33 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -178,6 +178,7 @@ $(eval $(call

[Libreoffice-commits] .: 3 commits - sc/inc sc/Library_sc.mk sc/source

2012-04-09 Thread Kohei Yoshida
deletions(-) New commits: commit 53a40d5e0dd06735a6e44cd16ed47538108035de Author: Kohei Yoshida Date: Mon Apr 9 21:45:19 2012 -0400 Make this non-inline too; for easier debugging. diff --git a/sc/inc/recursionhelper.hxx b/sc/inc/recursionhelper.hxx index f2a258d..929e24f 100644 --- a/sc/inc

[Libreoffice-commits] .: 2 commits - editeng/inc editeng/source

2012-04-09 Thread Kohei Yoshida
5d2b0f25f14c33c00cbf31d16e50bc9e00d60f06 Author: Kohei Yoshida Date: Sun Apr 8 13:30:09 2012 -0400 Killed Another instance of svarray. diff --git a/editeng/inc/editeng/editobj.hxx b/editeng/inc/editeng/editobj.hxx index e3c9340..b495efb 100644 --- a/editeng/inc/editeng/editobj.hxx +++ b

[Libreoffice-commits] .: sc/inc

2012-04-04 Thread Kohei Yoshida
sc/inc/dpobject.hxx |3 --- 1 file changed, 3 deletions(-) New commits: commit ba80af89a78b49954fd4a47ce95450d7f9247796 Author: Kohei Yoshida Date: Thu Apr 5 00:58:20 2012 -0400 The real cleanup I meant to commit earlier... diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx

[Libreoffice-commits] .: editeng/source

2012-04-04 Thread Kohei Yoshida
editeng/source/editeng/impedit.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit c770d2c8472402eecbb88ec72885cd9d6447d370 Author: Kohei Yoshida Date: Wed Apr 4 16:40:54 2012 -0400 Method declared but not implemented. Removing... diff --git a/editeng/source/editeng

[Libreoffice-commits] .: editeng/source

2012-04-04 Thread Kohei Yoshida
editeng/source/editeng/editdbg.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit e0fd2c61e47c994d050d9afcb9578e096e1489b6 Author: Kohei Yoshida Date: Wed Apr 4 16:22:32 2012 -0400 dbgutil fix. diff --git a/editeng/source/editeng/editdbg.cxx b

[Libreoffice-commits] .: 2 commits - editeng/source

2012-04-04 Thread Kohei Yoshida
commits: commit 0e355da592008257ec02bd68d37ff67b32eaa8c6 Author: Kohei Yoshida Date: Tue Apr 3 17:10:10 2012 -0400 De-coupled ContentNode from XubString inheritance. diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index 373e608..c444950 100644 --- a

[Libreoffice-commits] .: editeng/source

2012-04-03 Thread Kohei Yoshida
editeng/source/editeng/impedit2.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 71da75abda60172ee9b8f42c1bf5de2f48a731b9 Author: Kohei Yoshida Date: Tue Apr 3 18:45:55 2012 -0400 I need to check for empty-ness here too. diff --git a/editeng/source

[Libreoffice-commits] .: editeng/source

2012-04-03 Thread Kohei Yoshida
editeng/source/editeng/impedit3.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit e5d378b1ba04c470e0c6c16b48af97ab5818e2bb Author: Kohei Yoshida Date: Tue Apr 3 18:26:29 2012 -0400 Check for empty-ness of vector before accessing the first element

[Libreoffice-commits] .: editeng/source

2012-04-03 Thread Kohei Yoshida
editeng/source/editeng/impedit.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit e7e882715872303dc8feabc899ceab572d1c2337 Author: Kohei Yoshida Date: Tue Apr 3 13:53:15 2012 -0400 Unused local variables. diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source

[Libreoffice-commits] .: editeng/source

2012-04-03 Thread Kohei Yoshida
editeng/source/editeng/impedit3.cxx |2 +- editeng/source/editeng/impedit4.cxx |8 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 881fa8d5cbb937b033f87f7da813419895b31b28 Author: Kohei Yoshida Date: Tue Apr 3 13:15:57 2012 -0400 More dbgutil build

[Libreoffice-commits] .: editeng/source

2012-04-03 Thread Kohei Yoshida
editeng/source/editeng/impedit2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 97bcf0b645fa5ce14cfd806548c6805952fd3e76 Author: Kohei Yoshida Date: Tue Apr 3 11:51:18 2012 -0400 WaE: for Norbert's Mac OS tinderbox. diff --git a/editeng/source/ed

[Libreoffice-commits] .: editeng/source

2012-04-03 Thread Kohei Yoshida
editeng/source/editeng/editdbg.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 2c4e811049e9f2cad823e372a01a5afc09ead25c Author: Kohei Yoshida Date: Tue Apr 3 11:44:06 2012 -0400 Fix the dbgutil build. diff --git a/editeng/source/editeng/editdbg.cxx

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-04-02 Thread Kohei Yoshida
487139d681fbf38a52cf5ea91d7e38f7eba290a0 Author: Markus Mohrhard Date: Sun Apr 1 23:57:46 2012 +0200 use same border width information for xls import and export, fdo#44742 Signed-off-by: Kohei Yoshida diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx index 11757bb..39ecfcf 100644

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-04-02 Thread Kohei Yoshida
the stored row height and we should go back to a symetric default margin Signed-off-by: Kohei Yoshida diff --git a/sc/source/core/data/docpool.cxx b/sc/source/core/data/docpool.cxx index 3061856..36f0d3b 100644 --- a/sc/source/core/data/docpool.cxx +++ b/sc/source/core/data/docpool.cxx

[Libreoffice-commits] .: editeng/source

2012-03-28 Thread Kohei Yoshida
editeng/source/editeng/impedit2.cxx |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit b512c3ca29735f15383c5f6215348fccfaddd40e Author: Kohei Yoshida Date: Thu Mar 29 02:00:02 2012 -0400 No need to delete ParaPortion outside of the container any more. diff

[Libreoffice-commits] .: editeng/inc editeng/source

2012-03-28 Thread Kohei Yoshida
commits: commit c802cbad7f25d3070f2ae5fd8a7e1a7ce17f99a9 Author: Kohei Yoshida Date: Thu Mar 29 01:43:30 2012 -0400 ContentList no longer a child class of DummyContentList (take 2). The previous commit was bad as it would cause segfalut on startup. This one is good as far as I

[Libreoffice-commits] .: editeng/inc editeng/source

2012-03-28 Thread Kohei Yoshida
commits: commit 8bf6eb4519b4b92390570341a10872e65fd95dc1 Author: Kohei Yoshida Date: Thu Mar 29 01:44:32 2012 -0400 Revert "ContentList no longer a child class of DummyContentList." This reverts commit ea8f2cbee079932e7f5d9ab646996b472a120c76. diff --git a/editeng/i

[Libreoffice-commits] .: 2 commits - editeng/inc editeng/source

2012-03-28 Thread Kohei Yoshida
(-) New commits: commit ea8f2cbee079932e7f5d9ab646996b472a120c76 Author: Kohei Yoshida Date: Thu Mar 29 01:43:30 2012 -0400 ContentList no longer a child class of DummyContentList. diff --git a/editeng/inc/editeng/editeng.hxx b/editeng/inc/editeng/editeng.hxx index 4c0d5e0..c17b15b 100644 --- a

[Libreoffice-commits] .: 3 commits - editeng/source

2012-03-28 Thread Kohei Yoshida
|4 - 11 files changed, 215 insertions(+), 132 deletions(-) New commits: commit 175dc9fcc6252177e03486952e867c7bd1f8e9de Author: Kohei Yoshida Date: Wed Mar 28 22:49:34 2012 -0400 pRightPortion no longer used. diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng

[Libreoffice-commits] .: 2 commits - editeng/source

2012-03-28 Thread Kohei Yoshida
/editeng/impedit5.cxx |2 - 6 files changed, 41 insertions(+), 26 deletions(-) New commits: commit 48cd6ac1ec7e92a9c9a21f5365db4f9ff5fde93c Author: Kohei Yoshida Date: Wed Mar 28 15:31:05 2012 -0400 Fix tinderbox error & some cleanup. diff --git a/editeng/source/editeng/editdoc.hx

[Libreoffice-commits] .: 2 commits - offapi/com

2012-03-28 Thread Kohei Yoshida
offapi/com/sun/star/sheet/XCellRangesQuery.idl |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 484b44b39bc2788160f475c3b40ce6b569fdc6cb Author: Kohei Yoshida Date: Wed Mar 28 14:12:31 2012 -0400 Changed some wording. diff --git a/offapi/com/sun/star

[Libreoffice-commits] .: editeng/source

2012-03-28 Thread Kohei Yoshida
editeng/source/editeng/editdbg.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 736bf5c26f4f220171d95f52b933669c1ff6b172 Author: Kohei Yoshida Date: Wed Mar 28 14:00:06 2012 -0400 Keep tinderbox happy. diff --git a/editeng/source/editeng

[Libreoffice-commits] .: 2 commits - editeng/source

2012-03-28 Thread Kohei Yoshida
changed, 32 insertions(+), 28 deletions(-) New commits: commit d192756c71519b1f013bbaa1a0594d46606a6336 Author: Kohei Yoshida Date: Wed Mar 28 13:35:19 2012 -0400 No more CharAttribArray. diff --git a/editeng/source/editeng/editdbg.cxx b/editeng/source/editeng/editdbg.cxx index fc9c562

[Libreoffice-commits] .: 4 commits - editeng/source sw/source

2012-03-27 Thread Kohei Yoshida
; eMvFlags && GetRedlineTbl().Count() ) { @@ -1212,7 +1208,7 @@ bool SwDoc::MoveNodeRange( SwNodeRange& rRange, SwNodeIndex& rPos, } } - if( aSaveRedl.Count() ) +if( !aSaveRedl.empty() ) lcl_RestoreRedlines( this, aIdx.GetIndex(), aSaveRedl );

[Libreoffice-commits] .: 2 commits - editeng/inc editeng/source sc/source svl/inc svl/source

2012-03-27 Thread Kohei Yoshida
+ svl/source/numbers/zforlist.cxx | 12 + 6 files changed, 100 insertions(+), 80 deletions(-) New commits: commit 1e91520e7af29c390c03d05b39992da5aaf6d1c7 Author: Kohei Yoshida Date: Tue Mar 27 10:57:14 2012 -0400 UniString removal. diff --git a/editeng/inc/editeng/flditem.hxx b

[Libreoffice-commits] .: editeng/source sc/source

2012-03-26 Thread Kohei Yoshida
editeng/source/items/flditem.cxx | 16 sc/source/ui/app/scdll.cxx |6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) New commits: commit df827af160fa255c56b9aaef644a2d9c4680977d Author: Kohei Yoshida Date: Tue Mar 27 01:34:35 2012 -0400 Let'

[Libreoffice-commits] .: editeng/inc

2012-03-26 Thread Kohei Yoshida
editeng/inc/editeng/flditem.hxx | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) New commits: commit 292d71f513ee2dd3c276f950ca561704b2deb11b Author: Kohei Yoshida Date: Mon Mar 26 22:02:36 2012 -0400 Translated German class description (thanks to Markus Mohrhard

[Libreoffice-commits] .: 8 commits - chart2/source cui/source svx/inc svx/source

2012-03-26 Thread Kohei Yoshida
/gallery2/galexpl.cxx | 17 5 files changed, 335 insertions(+), 309 deletions(-) New commits: commit c7b8b3482c50eb5de8d43acf036642dc684fe8d9 Author: Kohei Yoshida Date: Mon Mar 26 16:17:36 2012 -0400 fdo#46942: Fix a regression caused by List removal

[Libreoffice-commits] .: sw/source

2012-03-26 Thread Kohei Yoshida
sw/source/core/inc/frmtool.hxx |2 +- sw/source/core/layout/calcmove.cxx |4 ++-- sw/source/core/layout/fly.cxx | 10 +- sw/source/core/layout/frmtool.cxx | 16 sw/source/core/layout/laycache.cxx |4 ++-- sw/source/core/layout/pagechg.cxx |4

[Libreoffice-commits] .: sc/inc sc/source

2012-03-23 Thread Kohei Yoshida
: commit 16bbecab811a7ea95439bcbdf99050f766d18a9d Author: Kohei Yoshida Date: Sat Mar 24 00:13:30 2012 -0400 ScDPDateGroupHelper class is no more. diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx index fadb830..fe5fd62 100644 --- a/sc/inc/dpgroup.hxx +++ b/sc/inc/dpgroup.hxx @@ -41,28 +41,6

[Libreoffice-commits] .: sc/inc sc/source

2012-03-23 Thread Kohei Yoshida
sc/inc/dpgroup.hxx |4 --- sc/source/core/data/dpgroup.cxx | 50 +--- 2 files changed, 27 insertions(+), 27 deletions(-) New commits: commit 7a1401e953e10194a7d693e590dc4e6c34a37ec4 Author: Kohei Yoshida Date: Fri Mar 23 23:49:43 2012

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - chart2/source

2012-03-23 Thread Kohei Yoshida
-by: Kohei Yoshida diff --git a/chart2/source/view/charttypes/Splines.cxx b/chart2/source/view/charttypes/Splines.cxx index 2005c1c..6c0c877 100644 --- a/chart2/source/view/charttypes/Splines.cxx +++ b/chart2/source/view/charttypes/Splines.cxx @@ -465,7 +465,7 @@ bool createParameterT(const

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-23 Thread Kohei Yoshida
::size, related fdo#47299 Signed-off-by: Kohei Yoshida diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx index 71d8114..7137f90 100644 --- a/sc/source/core/tool/scmatrix.cxx +++ b/sc/source/core/tool/scmatrix.cxx @@ -170,6 +170,7 @@ class ScMatrixImpl

[Libreoffice-commits] .: 10 commits - sc/inc sc/source

2012-03-23 Thread Kohei Yoshida
win2.cxx @@ -599,7 +599,6 @@ void ScGridWindow::UpdateDPFromFieldPopupMenu() } pDim->UpdateMemberVisibility(aResult); -pDPObj->ReloadGroupTableData(); ScDBDocFunc aFunc(*pViewData->GetDocShell()); aFunc.DataPilotUpdate(pDPObj, pDPObj, true, false); } commit 16168d7d589d22b1efd2a666d08d96

[Libreoffice-commits] .: sc/inc sc/source

2012-03-23 Thread Kohei Yoshida
sc/inc/globstr.hrc|3 ++- sc/source/ui/src/globstr.src |4 sc/source/ui/view/dbfunc3.cxx |3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) New commits: commit 35fe6b9587a22e9faa669ebab05bf577f09a3438 Author: Kohei Yoshida Date: Fri Mar 23 10:36:32 2012

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-23 Thread Kohei Yoshida
: Kohei Yoshida diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx index 0e8fee9..16f4826 100644 --- a/sc/source/filter/html/htmlexp.cxx +++ b/sc/source/filter/html/htmlexp.cxx @@ -777,7 +777,11 @@ void ScHTMLExport::WriteTables() while( nCol

[Libreoffice-commits] .: sc/qa

2012-03-22 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx | 102 --- 1 file changed, 49 insertions(+), 53 deletions(-) New commits: commit e4380ae1e7d5330e26f4a382f3a86a6059b9b53f Author: Kohei Yoshida Date: Thu Mar 22 23:15:07 2012 -0400 Test for changing dimension member

[Libreoffice-commits] .: sc/source

2012-03-22 Thread Kohei Yoshida
sc/source/core/data/dpobject.cxx |3 +++ sc/source/ui/docshell/dbdocfun.cxx |2 +- 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit 76e533a5c6a54ffbbb98880d966e5b060e9626b6 Author: Kohei Yoshida Date: Thu Mar 22 22:38:56 2012 -0400 More bug fixes related to

[Libreoffice-commits] .: 2 commits - sc/inc sc/source

2012-03-22 Thread Kohei Yoshida
(-) New commits: commit 1d8b583b0676f9c9eed8efd092445908ebea26d9 Author: Kohei Yoshida Date: Thu Mar 22 22:20:04 2012 -0400 Get correct string value for group item value. Unlike the old version, the new version no longer stores string value for non-string items. We need to call

[Libreoffice-commits] .: 2 commits - sc/qa

2012-03-22 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx | 226 ++- 1 file changed, 225 insertions(+), 1 deletion(-) New commits: commit a3d71e97eaf1958a4d5ab41a6b8788c95d85d2bb Author: Kohei Yoshida Date: Thu Mar 22 21:26:26 2012 -0400 New unit test for pivot table with

[Libreoffice-commits] .: sc/qa

2012-03-21 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx | 175 ++- 1 file changed, 174 insertions(+), 1 deletion(-) New commits: commit 7be233e60ab8b4e241510758e269c186e5cf02e3 Author: Kohei Yoshida Date: Wed Mar 21 23:04:44 2012 -0400 New unit test for data pilot grouping

[Libreoffice-commits] .: sc/qa

2012-03-21 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 7d4293b3ba64ffd51731d9a2d478a88a45836aa2 Author: Kohei Yoshida Date: Wed Mar 21 16:28:44 2012 -0400 Make sure that FillLabelData doesn't crash in presence of duplicated dims. diff --git a/sc/qa

[Libreoffice-commits] .: sc/qa

2012-03-21 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx | 170 --- 1 file changed, 135 insertions(+), 35 deletions(-) New commits: commit 70ce9efbac248f0e7952cda6cfb783798b62d459 Author: Kohei Yoshida Date: Wed Mar 21 15:41:14 2012 -0400 New unit test for pivot table with

[Libreoffice-commits] .: sc/source

2012-03-20 Thread Kohei Yoshida
sc/source/filter/excel/xepivot.cxx | 12 1 file changed, 8 insertions(+), 4 deletions(-) New commits: commit aeed13079e9cfd95a25b9b4faac6c95b0b4c8f23 Author: Kohei Yoshida Date: Wed Mar 21 00:42:15 2012 -0400 Export to xls correct item values for grouped fields. diff

[Libreoffice-commits] .: sc/qa

2012-03-20 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx | 50 ++ 1 file changed, 50 insertions(+) New commits: commit fdcac5fa84b5fba908a0e59b0ceb953da58e8609 Author: Kohei Yoshida Date: Tue Mar 20 16:27:20 2012 -0400 Added more code to test the integrity of the source

[Libreoffice-commits] .: sc/source

2012-03-19 Thread Kohei Yoshida
sc/source/core/data/dpobject.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit f1a2c10b72a87a3826861562430fc80e3ffd6048 Author: Kohei Yoshida Date: Mon Mar 19 19:12:57 2012 -0400 Fix a crash on launching the pivot layout dialog with duplicated data fields. diff --git

[Libreoffice-commits] .: sc/source

2012-03-19 Thread Kohei Yoshida
sc/source/core/data/dpcache.cxx | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) New commits: commit 5b63983e226ad12980a15704d3e2276d9321da24 Author: Kohei Yoshida Date: Mon Mar 19 15:19:26 2012 -0400 Record sort order during the first sort by the

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-19 Thread Kohei Yoshida
to used area in text export, fdo#46230, related n#677811 Signed-off-by: Kohei Yoshida diff --git a/sc/source/ui/app/transobj.cxx b/sc/source/ui/app/transobj.cxx index ae73542..3d70f84 100644 --- a/sc/source/ui/app/transobj.cxx +++ b/sc/source/ui/app/transobj.cxx @@ -172,9 +172,6

[Libreoffice-commits] .: sc/source

2012-03-16 Thread Kohei Yoshida
sc/source/filter/xml/xmldpimp.cxx | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit 3ae3f098ed4e6495c0be0748dacf03dd8e0fe091 Author: Kohei Yoshida Date: Sat Mar 17 00:07:33 2012 -0400 Fixed potential memory leak & UniString removal. diff --g

[Libreoffice-commits] .: svx/inc

2012-03-16 Thread Kohei Yoshida
svx/inc/svx/linectrl.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 32502a98bc16d74eafc071d43004674aa384ef0e Author: Winfried Donkers Date: Fri Mar 16 18:13:49 2012 +0100 correction of typo in comment diff --git a/svx/inc/svx/linectrl.hxx b/svx/inc/svx/l

[Libreoffice-commits] .: sc/inc

2012-03-16 Thread Kohei Yoshida
sc/inc/dpitemdata.hxx |8 1 file changed, 8 insertions(+) New commits: commit 99b9c0bfccd73a97d99666986cc9e84a0e8f9aeb Author: Kohei Yoshida Date: Fri Mar 16 23:34:31 2012 -0400 Added class description. diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx index

[Libreoffice-commits] .: sc/inc sc/source

2012-03-16 Thread Kohei Yoshida
(-) New commits: commit f81d15c3bab32938b5b475e16ae2a746a7a32ea9 Author: Kohei Yoshida Date: Fri Mar 16 21:44:55 2012 -0400 Use shared string pool to share string instances among string item values. This brings down the reload time from 22 seconds to 4.3 seconds with my test

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-16 Thread Kohei Yoshida
-off-by: Kohei Yoshida diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 95d2b7f..e461b0b 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -1719,7 +1719,7 @@ void ScInputHandler::UpdateActiveView() else pTableView = NULL

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-16 Thread Kohei Yoshida
47393 Signed-off-by: Kohei Yoshida diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx index eae1329..cdf373a 100644 --- a/sc/source/ui/view/viewfun5.cxx +++ b/sc/source/ui/view/viewfun5.cxx @@ -322,9 +322,15 @@ sal_Bool ScViewFunc::PasteDataFormat( sal_uLong nFor

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-16 Thread Kohei Yoshida
algoithm for updating absolute refs needs to calculate the old position based on the information before any updates to the RefData Signed-off-by: Kohei Yoshida diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx index 9b431fa..4ed94b9 100644 --- a/sc/source/core

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-03-16 Thread Kohei Yoshida
reference, fdo#47307 Signed-off-by: Kohei Yoshida diff --git a/sc/source/ui/inc/namepast.hxx b/sc/source/ui/inc/namepast.hxx index b2abb45..77e3712 100644 --- a/sc/source/ui/inc/namepast.hxx +++ b/sc/source/ui/inc/namepast.hxx @@ -57,6 +57,7 @@ private: ScRangeManagerTable* mpTable

[Libreoffice-commits] .: sc/qa

2012-03-16 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 16ab673ccbed29d460aaca93cb09663fdd63dc19 Author: Kohei Yoshida Date: Fri Mar 16 12:43:33 2012 -0400 More wording tweak. Members are sorted only in source dims (for now). diff --git a

[Libreoffice-commits] .: sc/qa

2012-03-16 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit eee16791673412f44435b6357248b34ef7613296 Author: Kohei Yoshida Date: Fri Mar 16 12:41:43 2012 -0400 Better wording. diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index

[Libreoffice-commits] .: sc/inc sc/qa sc/source

2012-03-16 Thread Kohei Yoshida
sc/inc/dpcache.hxx |2 sc/qa/unit/ucalc.cxx| 139 sc/source/core/data/dpcache.cxx |2 3 files changed, 141 insertions(+), 2 deletions(-) New commits: commit 8cd1517e5e414e339085554d93e447cc0cc85213 Author: Kohei Yoshida

[Libreoffice-commits] .: 4 commits - sc/inc sc/source

2012-03-16 Thread Kohei Yoshida
357059019541c36e5eb0bc3c98d5ed2f12d41371 Author: Kohei Yoshida Date: Fri Mar 16 09:35:40 2012 -0400 Prevent out-of-bound array access. Source range may not start from column 0. diff --git a/sc/source/core/data/dpcache.cxx b/sc/source/core/data/dpcache.cxx index 70c..3e5b433 100644 --- a/sc/source/core/data

[Libreoffice-commits] .: 2 commits - sc/inc sc/source

2012-03-15 Thread Kohei Yoshida
sc/inc/dpcache.hxx | 16 sc/source/core/data/dpcache.cxx | 31 ++- 2 files changed, 6 insertions(+), 41 deletions(-) New commits: commit 0c1a63b1fbbd9540a724f6918675a5559b19c156 Author: Kohei Yoshida Date: Thu Mar 15 20:30:52 2012

[Libreoffice-commits] .: 6 commits - sc/inc sc/source

2012-03-15 Thread Kohei Yoshida
(+), 181 deletions(-) New commits: commit 20d55ad66f0f94c9f6a583b5406a39717c1c6d46 Author: Kohei Yoshida Date: Thu Mar 15 15:39:51 2012 -0400 Consolidated file-local functions. diff --git a/sc/source/core/data/dpcache.cxx b/sc/source/core/data/dpcache.cxx index 140885e..08b0d25 100644 --- a/sc

[Libreoffice-commits] .: sc/workben

2012-03-14 Thread Kohei Yoshida
sc/workben/dpcache/perf-test.cpp | 434 +++ 1 file changed, 434 insertions(+) New commits: commit e4fb449706b5847311ed14475d3babd6398973c7 Author: Kohei Yoshida Date: Wed Mar 14 22:46:41 2012 -0400 Some proof-of-concept code for dpcache performance

[Libreoffice-commits] .: sc/inc sc/source

2012-03-14 Thread Kohei Yoshida
sc/inc/dapiuno.hxx |1 + sc/source/ui/unoobj/dapiuno.cxx | 24 ++-- 2 files changed, 15 insertions(+), 10 deletions(-) New commits: commit f697d7aa5c26f9fcfd717b76a4827a5bcb38325e Author: Kohei Yoshida Date: Wed Mar 14 20:40:38 2012 -0400 Fix the

[Libreoffice-commits] .: sc/source

2012-03-14 Thread Kohei Yoshida
sc/source/ui/docshell/dbdocfun.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit f6cba0dbb3819cf2e11f72bc0cdb10d5d90721de Author: Kohei Yoshida Date: Wed Mar 14 11:27:17 2012 -0400 We need to manually clear the table data in presence of group fields

[Libreoffice-commits] .: cui/source vcl/source

2012-03-14 Thread Kohei Yoshida
cui/source/tabpages/page.h |1 + cui/source/tabpages/page.src |2 ++ vcl/source/gdi/print.cxx |3 ++- vcl/source/src/print.src |1 + 4 files changed, 6 insertions(+), 1 deletion(-) New commits: commit 467ac438a3864b3f10ca2f14ed7c5497cf75e4de Author: Takeshi Abe Date:

[Libreoffice-commits] .: 7 commits - sc/inc sc/qa sc/source

2012-03-13 Thread Kohei Yoshida
++- 12 files changed, 311 insertions(+), 66 deletions(-) New commits: commit 49d3e30ec975a348b7b3d82c37137eb8ff6bb52e Author: Kohei Yoshida Date: Wed Mar 14 00:31:56 2012 -0400 When changing grouping in one pivot table, update all linked tables. We need to do this now because we now

[Libreoffice-commits] .: 2 commits - sc/source

2012-03-12 Thread Kohei Yoshida
sc/source/core/data/dpgroup.cxx| 69 ++--- sc/source/core/data/dpitemdata.cxx |1 2 files changed, 58 insertions(+), 12 deletions(-) New commits: commit 32b3e93e04df2b09cb3bdeda8bea32a51bbf1b09 Author: Kohei Yoshida Date: Tue Mar 13 00:17:21 2012

[Libreoffice-commits] .: sc/inc sc/source unusedcode.easy

2012-03-12 Thread Kohei Yoshida
sc/inc/dpitemdata.hxx |2 -- sc/source/core/data/dpitemdata.cxx | 11 --- unusedcode.easy|2 -- 3 files changed, 15 deletions(-) New commits: commit 8a10f9e3e9ecc2f2b626ce27c3a105dffbde5373 Author: Santiago Martinez Date: Mon Mar 12 20:38:51 2

  1   2   3   4   5   >