[Libreoffice-commits] .: sc/source

2012-05-25 Thread Markus Mohrhard
sc/source/ui/view/output.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit cbfd8eb92f7e2c47badc34336c0523d366282286 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat May 26 04:36:50 2012 +0200 use the smaller version for data bars

Re: ODS import with merged cells

2012-05-26 Thread Markus Mohrhard
Hey Daniel, 2012/5/26 Daniel Bankston daniel.dev.libreoff...@gmail.com: Hi, Kohei and Markus, I pushed my changes to ScXMLTableRowCellContext::DoMerge() where I have removed the ScDocFunc layer and simplified the whole method in general. Great. I will have a look at it on Tuesday. As I

Re: ODS import with merged cells

2012-05-26 Thread Markus Mohrhard
Hey Michael,        Oh - hmm. So - for the collaborative editing work we need a clean interface between user input (controller) and the model. So far we're using the ScDocFunc for that, and at least we need to intercept all UI editing at some suitably granular level through there.        Of

Re: sc filter test failures

2012-05-28 Thread Markus Mohrhard
Hey, ./autogen.sh --with-max-jobs=6 --with-num-cpus=3 --without-stlport --without-help --without-helppack-integration --without-myspell-dicts --without-junit --without-java --disable-epm --disable-gconf --disable-opengl --disable-gnome-vfs --disable-librsvg --disable-gtk --disable-gtk3

Re: [PATCH] disable unit tests wich depend on xmlsec was: sc filter test failures

2012-05-28 Thread Markus Mohrhard
Hey, I was getting the same error on feature/gbuild_merge branch and reported it here: [1]. I think we should handle this properly: if some feature is disabled, unit tests have to be disabled too. Attached patch does it. Personally I would prefer if we make nss a hard requirement at least

Re: ODS import with merged cells

2012-05-31 Thread Markus Mohrhard
Hey Daniel.  Did you guys have a chance to look at my changes to the ScXMLTableRowCellContext merge methods to determine if they are appropriate or not? I'll take a look later today. If everything looks correct we are planning to merge these changes back to master as a little performance

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

2012-06-01 Thread Markus Mohrhard
(-) New commits: commit ba1951f3d0ab18f38d71896480bf62312895327d Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jun 1 19:50:46 2012 +0200 use isEmpty instead of getLength == 0 Change-Id: I755711cabae8e9a7b6f3d60658580a49fdebab8e diff --git a/sc/source/filter/xml

Re: ODS import with merged cells

2012-06-01 Thread Markus Mohrhard
Hello Daniel, I'll take a look later today. If everything looks correct we are planning to merge these changes back to master as a little performance improvement for 3-6. I reviewed the patches and they are really great. The only thing I changed was getLength to isEmpty that I mentioned on

Re: [REVIEW] fdo#33773 X-Axis Error Bars

2012-06-01 Thread Markus Mohrhard
Hello Rafael, Sorry i forgot to tell you that the exporting code is not merged to master, its in features/chart_errorbars i pushed the patch too to that branch. I merged your branch to master back in April. Regards, Markus ___ LibreOffice mailing

Re: New Wiki Bug Page

2012-06-02 Thread Markus Mohrhard
Hello Joel, 2012/6/2 Joel Madero jmadero@gmail.com: In order to use the API would one of the webmasters have to add things to the server? Looks much more promising than it did a few hours ago. Thanks for pointing me in the right directino I did not have success using the REST Api with

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

2012-06-04 Thread Markus Mohrhard
, 494 insertions(+), 299 deletions(-) New commits: commit 57e35b0ed54a2e74c107493869e72ab7eb86222a Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Jun 5 03:08:09 2012 +0200 fix some issues with sort dlg patch Change-Id: Iba2839ec04a79b8fa49968aebb194f9dc6799d4d diff

Re: [PATCH] [WIP] fdo#45747 - [EasyHack] remove the limitation to 3 sort entries in calc, part 2

2012-06-04 Thread Markus Mohrhard
Hey Albert, I already had a quick look at the closing problem and it seems it is not a crash. It looks more like a missing close handler which results in the parent window being closed which is in this case the LibO window but I need to spend some more time on it. I will spend next week on

Re: [ANN] Referencing bugs in commits

2012-06-05 Thread Markus Mohrhard
Hello Lionel, 2012/6/5 Lionel Elie Mamane lio...@mamane.lu: On Tue, Feb 14, 2012 at 04:16:33PM +0100, Jan Holesovsky wrote: Markus has implemented a nice feature that should help keeping the bugs up to date: whenever you are committing / pushing to git, and you reference the

Re: [PATCH] [WIP] fdo#45747 - [EasyHack] remove the limitation to 3 sort entries in calc, part 2

2012-06-06 Thread Markus Mohrhard
Hey Albert, Thanks a lot for this amazing work. I added it to the 3.6 release notes page. I added a reference to the bug and a screenshot to the release notes. Great. The screenshot looks really good. I have a few things lined up which I want to do next. For instance, do you mind if I

Re: Changing Cell Validate Text

2012-06-07 Thread Markus Mohrhard
Hey Joel, 2012/6/8 Joel Madero jmadero@gmail.com: Thanks for pointing that out, correction: https://bugs.freedesktop.org/show_bug.cgi?id=43192 Please don't change anything in this area right now. I have a really large clean-up in this area that is yet unpushed and it would be a real

Re: --disable mozilla necessary for Ubuntu

2012-06-09 Thread Markus Mohrhard
Hey, 2012/6/10 Joel Madero jmadero@gmail.com: The file is over 14 megs, where would you like me to send it? search for the errors in the log file and post around 100 lines around this line. If we need more informationa fter that we will ask for them. Regards, Markus

Re: [PATCH] Adding an accelerator in Calc autofilter

2012-06-11 Thread Markus Mohrhard
Hey Cor, At our Dutch LibreOffice hacking event, I've been working on a improvement for the new AutofilterPopUp window. See e.g. discussion here:  http://listarchives.libreoffice.org/global/users/msg18049.html Thus a ~ is added to SCSTR_ALLFILTER and to SCSTR_STDFILTER in scstring.src

Re: [PATCH] Remove unused argument from gridwin.cxx

2012-06-11 Thread Markus Mohrhard
Hey Cor, 2012/6/10 Cor Nouws oo...@nouenoff.nl: Hi, As written in the previous mail, apparently, SCSTR_ALLFILTER is not used. Therefore I removed SCSTR_ALLFILTER from sc/source/ui/view/gridwin.cxx, where it is passed to a pFilterBox object, but has no effect. To me it looks that

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

2012-06-11 Thread Markus Mohrhard
sc/inc/conditio.hxx |7 +++ sc/source/ui/condformat/condformatdlg.cxx |2 +- 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit d3f063cc86b50ac9adf08eb46dd2caf7975ed43c Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 11 09

[Libreoffice-commits] .: sc/source

2012-06-11 Thread Markus Mohrhard
1ecec5afb0bc7dff52622c8c75887816c56c7745 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 11 09:29:52 2012 +0200 replace tabs with spaces Change-Id: If93a7f9e7dcebed887e31c8a4bd454b7f709ba33 diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx

[Libreoffice-commits] .: 2 commits - officecfg/registry sc/inc sc/uiconfig

2012-06-11 Thread Markus Mohrhard
|2 - 4 files changed, 10 insertions(+), 21 deletions(-) New commits: commit 53d2fc053390c1ca6676f773cc60312e9d44af24 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Jun 12 04:45:51 2012 +0200 make new conditional format menu appear Change-Id

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

2012-06-11 Thread Markus Mohrhard
sc/inc/colorscale.hxx |2 +- sc/source/ui/condformat/condformatdlg.cxx |1 - 2 files changed, 1 insertion(+), 2 deletions(-) New commits: commit a3451df90e0db9d37a7c6950c2eea53a96616e12 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Jun 12 05:25:28

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

2012-06-12 Thread Markus Mohrhard
|2 + sc/source/ui/inc/colorformat.hxx |3 + sc/source/ui/src/colorformat.src |6 ++- 7 files changed, 106 insertions(+), 6 deletions(-) New commits: commit 56de6cce83701f003416ad91b28c0dbca3a3d67e Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue

Re: Recent commits on sc/source/ui/condformat/condformatdlg.cxx

2012-06-13 Thread Markus Mohrhard
Hey, Ah, thanks for making us aware.  I hadn't bothered to look into that unused function's provenance.  It just caused a (Mac OS X Clang --enable-werror) build to fail, so I bluntly removed it. It was ok. It was only a problem while I had my 20+ commits unpushed and each removed method

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements' - sd/qa

2012-06-13 Thread Markus Mohrhard
sd/qa/unit/data/odp/test.odp |binary 1 file changed New commits: commit fac177719d8bc8e2ab370dc5c95f6e8893cbf21b Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Wed Jun 13 09:37:26 2012 +0200 add missing file Change-Id: If80d2c6dcc5f5455a98a560aa23d085747f3fb94

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements' - git-hooks/pre-commit

2012-06-13 Thread Markus Mohrhard
git-hooks/pre-commit | 106 --- 1 file changed, 60 insertions(+), 46 deletions(-) New commits: commit efdff03e6245b0fe4f8f3f67576a5c5b0d9a5716 Author: Norbert Thiebaud nthieb...@gmail.com Date: Wed Jun 13 17:47:38 2012 -0500 be stricter

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf' - git-hooks/pre-commit

2012-06-13 Thread Markus Mohrhard
git-hooks/pre-commit | 106 --- 1 file changed, 60 insertions(+), 46 deletions(-) New commits: commit 4284c97c5d54beb4d4a8cc86ef067d4a6b5388ad Author: Norbert Thiebaud nthieb...@gmail.com Date: Wed Jun 13 17:47:38 2012 -0500 be stricter

Re: follow up on handling text:p tag on ods import

2012-06-14 Thread Markus Mohrhard
Hey Daniel, 2012/6/14 Daniel Bankston daniel.dev.libreoff...@gmail.com: On 06/14/2012 07:03 AM, Daniel Bankston wrote: So it seems either I should make the import conditionally use my OUString replacement for simple text and XTextCursor withXMLParaContext for complicated text, or I should

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

2012-06-14 Thread Markus Mohrhard
(-) New commits: commit 31058ad8f22480730651e7379fb0d7b9654739a0 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jun 15 06:43:32 2012 +0200 disable two ui elements for 3.6 Change-Id: I55c8932fb5561704626f73e044091fe7b5240229 diff --git a/sc/source/ui/condformat

[REVIEW-3-6 LATE FEATURE] color scales and data bars in calc

2012-06-14 Thread Markus Mohrhard
Hey guys, so I have finally my big feature ready for 3-6. Since this is a really large change I'm summarizing the changes below. Most of the feature in the core is already in 3.6Beta1 except for some corrections to the import/export code and one large refactoring to allow color formats( color

Re: [PUSHED 3-5][REVIEW-3-5-5] Another crash in libvisio in some circumstances

2012-06-15 Thread Markus Mohrhard
2012/6/15 Michael Meeks michael.me...@suse.com: On Fri, 2012-06-15 at 18:21 +0200, Fridrich Strba wrote: Can you consider to cherry-pick for me http://cgit.freedesktop.org/libreoffice/core/commit/?id=a0fbadaa4c2d2e19ff6763eed6c9a784f3478ddf It fixes a null-pointer crash Looks good. One more

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 3 commits - canvas/source cppcanvas/source drawinglayer/source filter/source padmin/source reportdesign/source sc/source sd/source sw/source vcl/inc

2012-06-17 Thread Markus Mohrhard
12 09:40:32 2012 +0200 menubar: Improved Windows Vista or later look (based on Mirek M.'s design). Change-Id: Ica8076b7e21c5188a3126faf32d16904deecf212 Signed-off-by: Markus Mohrhard markus.mohrh...@googlemail.com diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx b/vcl

Re: [LATE FEATURE] Windows UI improvements

2012-06-17 Thread Markus Mohrhard
Hey, 2012/6/14 Stefan Knorr (Astron) heinzless...@googlemail.com: Hi, I won't try to judge the code, but I approve the visuals. :) (Some further modifciation might still be useful to get rid of the white triangles at the left and the right.) Overall I like it very much though, thanks,

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

2012-06-18 Thread Markus Mohrhard
(-) New commits: commit e8d8e9eb7c82744c69d6c25fab9bf318caafa59a Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Jun 17 11:15:49 2012 +0200 fix the number detection in data bar dialog Change-Id: I6da7b2087114b7eb274f0a62dd531dd136ad507a diff --git a/sc/inc

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - libvisio/libvisio-0.0.17-fdo48601_part2.patch libvisio/makefile.mk

2012-06-18 Thread Markus Mohrhard
18 10:20:27 2012 +0200 Trying to solve out of bonds in fdo#48601 Change-Id: Idf9d56714d658a14af826a74c58aad26a9e29414 Signed-off-by: Markus Mohrhard markus.mohrh...@googlemail.com diff --git a/libvisio/libvisio-0.0.17-fdo48601_part2.patch b/libvisio/libvisio-0.0.17

Re: [REVIEW 3-5][REVIEW 3-5-5] fdo#48601 second crash?

2012-06-18 Thread Markus Mohrhard
Hey Fridrich, 2012/6/18 Fridrich Strba fridrich.st...@graduateinstitute.ch: Hello, good people, This one http://cgit.freedesktop.org/libreoffice/core/commit/?id=1d1c70d8114a28a0d37315d408fdc3ef25cf44df is putting some belts and braces to avoid out of bond access on a vector in libvisio.

[Libreoffice-commits] Changes to 'feature/gsoc-calc-perf2'

2012-06-20 Thread Markus Mohrhard
New branch 'feature/gsoc-calc-perf2' available with the following commits: commit 12434dbd5d7e36154f88e1d17d36ce9b953c984f Author: Daniel Bankston daniel.e.banks...@gmail.com Date: Tue Jun 19 16:42:54 2012 -0500 Clean up logic a bit for formula cell ODS import Made Markus's

[Libreoffice-commits] .: sc/qa

2012-06-20 Thread Markus Mohrhard
sc/qa/unit/subsequent_filters-test.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 029c367d06d5af3fe26bebfe02eadac295331fc2 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Wed Jun 20 12:16:34 2012 +0200 disable this test for now, fails

Re: [patch for 3.5.X] proposal of a patch to solve a crasher when saving a spreadsheet with track-change

2012-06-21 Thread Markus Mohrhard
Hey, 2012/6/21 Lionel Dricot lio...@lanedo.com: Hello, The crasher my colleague Pierre-Éric solved as been pushed to master, thanks Eike, thanks a lot for that :-) https://bugs.freedesktop.org/show_bug.cgi?id=51249 Because this patch fixes a crasher, I would like to know if it would be

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

2012-06-21 Thread Markus Mohrhard
saving a file with 'Changes Record' active Change-Id: Id06caa5d0552e4f3695244de4f6096f80885a783 (cherry picked from commit d212cbd96e648c10d875161b8ab1fc67ae509bd7) Signed-off-by: Markus Mohrhard markus.mohrh...@googlemail.com diff --git a/sc/source/filter/xml/xmlexprt.cxx b

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

2012-06-24 Thread Markus Mohrhard
sc/source/core/data/column3.cxx |3 +++ sc/source/ui/condformat/condformatdlg.cxx | 24 2 files changed, 27 insertions(+) New commits: commit d4e2a95a2f7376c36c1241f91a55021fc856c758 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun

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

2012-06-24 Thread Markus Mohrhard
sc/source/core/data/column3.cxx |3 +++ sc/source/ui/condformat/condformatdlg.cxx | 24 2 files changed, 27 insertions(+) New commits: commit 72ea3b0e6e3381384fce8d18b00e930f62772921 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun

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

2012-06-24 Thread Markus Mohrhard
sc/source/ui/condformat/condformatdlg.cxx |3 +++ sc/source/ui/unoobj/chart2uno.cxx |6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) New commits: commit 34027323e0177145eaa5519d1b289f2fc4f435f7 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25

[Libreoffice-commits] .: sc/source

2012-06-24 Thread Markus Mohrhard
sc/source/ui/view/prevwsh.cxx |4 1 file changed, 4 deletions(-) New commits: commit 793f1e70ce4c364b366d2e8065ea7fb2815bbf40 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25 01:50:13 2012 +0200 set the zoom only once, prevents infinite loop, fdo#51040

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

2012-06-24 Thread Markus Mohrhard
sc/source/ui/view/prevwsh.cxx |4 1 file changed, 4 deletions(-) New commits: commit a266f82d2199974dee0429ddc263d2ca2cecea1c Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25 01:50:13 2012 +0200 set the zoom only once, prevents infinite loop, fdo#51040

[Libreoffice-commits] .: sc/source

2012-06-24 Thread Markus Mohrhard
sc/source/ui/view/viewfunc.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 77533d6ec1c7f0849db0c34b61d6583d7b3d0018 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25 02:46:32 2012 +0200 pass the ScRangeList directly to improve

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

2012-06-24 Thread Markus Mohrhard
sc/source/ui/view/viewfunc.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 4f6d6912e9916496a1a54cea6df10f7529dca378 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25 02:46:32 2012 +0200 pass the ScRangeList directly to improve

[Libreoffice-commits] .: sc/source

2012-06-24 Thread Markus Mohrhard
sc/source/core/data/conditio.cxx | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit 9bd77a00490090fa9b43cd1ad270e8847f6e22fe Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25 04:14:17 2012 +0200 repaint all cells if NULL is passed

[Libreoffice-commits] .: sc/source

2012-06-25 Thread Markus Mohrhard
sc/source/filter/excel/xetable.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 66ea6d9801ea8e214f39a70251e5ccc5f47c315a Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25 12:29:02 2012 +0200 only export the supported number of rows/columns, fdo

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

2012-06-25 Thread Markus Mohrhard
sc/source/filter/excel/xetable.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 462f94c2b93a65e5388e2935baaeeac165679a14 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jun 25 12:29:02 2012 +0200 only export the supported number of rows/columns, fdo

Re: [GSOC] ODS Row height import

2012-06-25 Thread Markus Mohrhard
Hello Daniel, 2012/6/25 Daniel Bankston daniel.dev.libreoff...@gmail.com: Hi, Markus, I was right about some things, and I was wrong about some other things. XMLTableStylesContext::EndElement() did use ScXMLImport::InsertStyles() which used ScTable::SetOptimalHeight() (or something similar)

[REVIEW-3-5] revert http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-5id=6c6a4ed070acc0b106e951864fa5d20927f5c1e0

2012-06-26 Thread Markus Mohrhard
Hey, we need to revert http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-5id=6c6a4ed070acc0b106e951864fa5d20927f5c1e0 in 3-5. The patch is correct and does the right thing but sadly our cell export code is insane and therefore this patch makes our export incredibly slow if we

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

2012-06-26 Thread Markus Mohrhard
/view/output.cxx|5 +++-- xmloff/inc/xmloff/xmltoken.hxx |1 + xmloff/source/core/xmltoken.cxx |1 + 14 files changed, 49 insertions(+), 3 deletions(-) New commits: commit 3f135598fd508e70f31f36cd8a8d7a61ccf4ff79 Author: Markus Mohrhard markus.mohrh

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 3 commits - oox/source sc/inc sc/source xmloff/inc xmloff/source

2012-06-26 Thread Markus Mohrhard
/view/output.cxx|5 +++-- xmloff/inc/xmloff/xmltoken.hxx |1 + xmloff/source/core/xmltoken.cxx |1 + 14 files changed, 49 insertions(+), 3 deletions(-) New commits: commit eee54a502d5279fe1f4e38a384e7182e88d34f34 Author: Markus Mohrhard markus.mohrh

[PATCH] update cppunit to version 1-13

2012-06-27 Thread Markus Mohrhard
Hey, the attached patch updates our cppunit version to a state that will become 1.13.0 if we don't find any problems with it in the next 2 days. Can someone quickly check my patch that I did not miss something? A quick list of features/bug fixes of this release: - possibility to build cppunit

[Libreoffice-commits] .: android/qa cppunit/aix.patch cppunit/android.patch cppunit/avoid-synthetised-destructor.patch cppunit/cppunit-1.12.1-unused-parameters.patch cppunit/cppunit-1.12.1-warnings.pa

2012-06-27 Thread Markus Mohrhard
| 48 - ooo.lst.in |2 - scp2/source/smoketest/smoketest.scp|2 - 16 files changed, 32 insertions(+), 300 deletions(-) New commits: commit fa0fd16526f05e37e10af7a367c9950a974d7c90 Author: Markus

[Libreoffice-commits] .: cppunit/makefile.mk ooo.lst.in

2012-06-28 Thread Markus Mohrhard
cppunit/makefile.mk |2 +- ooo.lst.in |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 8122fdb0d391f07be4a35ca87ed641745a9e4dc9 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Thu Jun 28 10:48:16 2012 +0200 use updated cppunit

Re: [PATCH][PUSHED] update cppunit to version 1-13

2012-06-28 Thread Markus Mohrhard
Hellp Philipp 2012/6/28 Philipp Riemer ruderphil...@gmail.com: Hey Markus, Michael, all, Two minor things from my side as a newbie to the LO project: (1) In lines 288-291 of the patch you also delete the comment showing from where you got the CPPUNIT file. Might be helpful to keep the

[Libreoffice-commits] .: cppunit/makefile.mk cppunit/windows.patch

2012-06-29 Thread Markus Mohrhard
cppunit/makefile.mk |2 +- cppunit/windows.patch | 48 2 files changed, 49 insertions(+), 1 deletion(-) New commits: commit 2414bb8d9ef6a23b4491c0893b462a57d4db860d Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jun 29

[Libreoffice-commits] .: sc/source

2012-06-29 Thread Markus Mohrhard
sc/source/filter/xml/xmlcondformat.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e8451dba20390387289765b112568166a5f411fe Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat Jun 30 03:01:22 2012 +0200 the end of the formula is the closing

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

2012-06-29 Thread Markus Mohrhard
sc/source/filter/xml/xmlcondformat.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 66018b9685dd7337daae9bb62ffeb43cd4161caf Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat Jun 30 03:01:22 2012 +0200 the end of the formula is the closing

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

2012-06-30 Thread Markus Mohrhard
sc/source/ui/condformat/condformatdlg.cxx |3 ++- sc/source/ui/view/cellsh1.cxx |6 ++ 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit df0334b9a53e3144ef87f5dda96a95626f2746cf Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat Jun 30 19

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

2012-06-30 Thread Markus Mohrhard
sc/source/ui/condformat/condformatdlg.cxx |3 ++- sc/source/ui/view/cellsh1.cxx |6 ++ 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 86869dea4b76e35ee3ed3d0795f4f7dfc978e7d3 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat Jun 30 18

[REVIEW-3-5 3-5-5?] fix for fdo#51677, check for valid tab number before using it

2012-07-03 Thread Markus Mohrhard
Hey, attached a quite simple patch that fixes the crash from fdo#51677. The documents is till not imported correctly but at least it does not crash and the fix is trivial. Regards, Markus 0001-check-for-invalid-tab-number-fdo-51667.patch Description: Binary data

Re: missing configure option: --without-cppunit -- was [BUILD] consistent test failures under windows

2012-07-03 Thread Markus Mohrhard
Hello David, Mat, it only works if you do have admin rights. Think about enterprise where you do not have it. In that case you will end up manually commented all CVE cpp units calls in the tree (and there are a lot). I doubt that you're allowed to build LibO in such an environment.

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 6 commits - officecfg/registry sc/AllLangResTarget_sc.mk sc/inc sc/Library_scui.mk sc/sdi sc/source sc/uiconfig

2012-07-03 Thread Markus Mohrhard
| 29 + sc/uiconfig/scalc/menubar/menubar.xml | 10 25 files changed, 796 insertions(+), 123 deletions(-) New commits: commit e93b5fff2775cd1d8793eb14e7ffcf059ebc2752 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Wed Jul 4

[Libreoffice-commits] .: sc/inc

2012-07-04 Thread Markus Mohrhard
sc/inc/conditio.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit ce19822db8205025e2c38e1cbe87dcbe52340598 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Wed Jul 4 12:09:36 2012 +0200 don't use SC_DLLPUBLIC for class + method

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

2012-07-04 Thread Markus Mohrhard
sc/inc/conditio.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit e3dcba7e99c7f6e963931abcbc7d1c336e9ba801 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Wed Jul 4 12:09:36 2012 +0200 don't use SC_DLLPUBLIC for class + method

Re: [GSOC] Using cached formula results during ODS import

2012-07-04 Thread Markus Mohrhard
Hello Daniel, I having trouble trying to think of a way to prevent ScFormulaCells from being set dirty without my hackish ScDocument libreoffice-generated-doc flag. During the import of the functions.ods unit test file, ScFormulaCells are set dirty at three different times in three

Re: New way to modify nested uno structs in LibreOffice BASIC

2012-07-05 Thread Markus Mohrhard
Hey, On Wed, 2012-07-04 at 20:23 +0100, Noel Power wrote: before this change the following macro snippet would not work. It would be -wonderful- to start some basic / UNO unit tests right here I already signalled my intention in the previous mail [*] have to admit I only tested

[Libreoffice-commits] .: sc/source

2012-07-05 Thread Markus Mohrhard
sc/source/filter/excel/xistream.cxx |4 +++- sc/source/filter/xcl97/XclImpChangeTrack.cxx | 13 - 2 files changed, 15 insertions(+), 2 deletions(-) New commits: commit 1b57e80858dd61986bea6da7358d9f8433d9685e Author: Markus Mohrhard markus.mohrh...@googlemail.com Date

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

2012-07-05 Thread Markus Mohrhard
sc/source/filter/excel/xistream.cxx |4 +++- sc/source/filter/xcl97/XclImpChangeTrack.cxx | 13 - 2 files changed, 15 insertions(+), 2 deletions(-) New commits: commit b45e528cb70d1f908b8ff6ec156ac1a816287075 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date

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

2012-07-05 Thread Markus Mohrhard
c433fa0639ccf5caeb0c128c8a3794322e2a1c81 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jul 6 02:04:44 2012 +0200 adjust the calculation of the cursor pos if ALT is used, fdo#48869 Change-Id: I6316717c860d999270aa7f0fb50af5f6dfc7efd7 diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view

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

2012-07-05 Thread Markus Mohrhard
sc/source/ui/view/gridwin.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit f99a10d45331c8f007fd521880e7a61546c02fb8 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jul 6 02:04:44 2012 +0200 adjust the calculation of the cursor pos

Cppunit-1.13.0 released

2012-07-06 Thread Markus Mohrhard
Hey, after we have no longer any build issues with cppunit I have now officially tagged the 1.13.0 release of cppunit. I would like to thank everybody who helped during this release. The changes against the 1.12.1 release are: - improved windows build experience (VisualStudio project files for

Re: Cppunit-1.13.0 released

2012-07-07 Thread Markus Mohrhard
Hello David, after we have no longer any build issues with cppunit I have now officially tagged the 1.13.0 release of cppunit. I would like to thank everybody who helped during this release. The changes against the 1.12.1 release are: - improved windows build experience (VisualStudio

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

2012-07-07 Thread Markus Mohrhard
++ sc/source/filter/xml/xmlexprt.cxx |4 - 6 files changed, 101 insertions(+), 19 deletions(-) New commits: commit 382b8bafd041edb2f44052e931e701e0ee626597 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Jul 8 04:49:50 2012 +0200 we still need to pass the wrong

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

2012-07-07 Thread Markus Mohrhard
++ sc/source/filter/xml/xmlexprt.cxx |4 - 6 files changed, 101 insertions(+), 19 deletions(-) New commits: commit 266a6ab3652a4c2f70f6598e56c8bdd63f1cf171 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Jul 8 04:49:50 2012 +0200 we still need to pass the wrong

[Libreoffice-commits] .: sfx2/inc

2012-07-07 Thread Markus Mohrhard
sfx2/inc/sfx2/thumbnailviewitem.hxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 78ba81351e9e59f4a8ff49108043b1d15cd77ab7 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Jul 8 07:13:05 2012 +0200 maybe this will help the windows tinderbox

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

2012-07-08 Thread Markus Mohrhard
9e9e53a2d961d489440f4addc25af90d3a6b793b Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jul 9 01:32:42 2012 +0200 Revert export all style information to xls/xlsx, fdo#46738 This reverts commit 5d123a0b0e827aba59ddb50ef1b961a529a34a15. Conflicts: sc

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

2012-07-08 Thread Markus Mohrhard
| 13 + sc/source/core/data/table1.cxx |4 ++-- 8 files changed, 22 insertions(+), 8 deletions(-) New commits: commit 77a7c92fb3c0b1a8a97bca107f6bfe85cb79f7c4 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jul 9 01:47:21 2012 +0200 performance problem

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

2012-07-08 Thread Markus Mohrhard
sc/source/filter/excel/xetable.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c3b6e14db7a8134a49da7bdb12d351cddcc866d5 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jul 9 01:47:21 2012 +0200 performance problem with this commit

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

2012-07-11 Thread Markus Mohrhard
sc/inc/chgviset.hxx | 15 +++ sc/source/core/tool/chgviset.cxx | 13 ++--- sc/source/ui/view/viewutil.cxx |2 +- unotools/inc/unotools/textsearch.hxx |3 +++ unotools/source/i18n/textsearch.cxx | 33 + 5

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements2' - 0 commits -

2012-07-11 Thread Markus Mohrhard
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'feature/gsoc_test_improvements2'

2012-07-11 Thread Markus Mohrhard
New branch 'feature/gsoc_test_improvements2' available with the following commits: commit ff805a2bd1eec8a665004378d95acd15dd6a3189 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Thu Jul 12 03:06:53 2012 +0200 adapt chart regression test to new dumper code Change-Id

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements2' - sc/Module_sc.mk

2012-07-11 Thread Markus Mohrhard
sc/Module_sc.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 4a2398e6c96849a4f62a32585b04b3f07f72e2f6 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Thu Jul 12 03:20:57 2012 +0200 this change was a mistake Change-Id

[Libreoffice-commits] .: sc/source

2012-07-12 Thread Markus Mohrhard
sc/source/ui/navipi/content.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2042b2ea78f68063fb8f0f6e2b59b8962bcbef57 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Thu Jul 12 09:03:37 2012 +0200 show comments in the navigator, fdo#51859

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements2' - drawinglayer/inc drawinglayer/source

2012-07-12 Thread Markus Mohrhard
changed, 151 insertions(+), 152 deletions(-) New commits: commit f11bfe90f8453c74c94717b816f05ad44ba00b1e Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jul 13 06:00:35 2012 +0200 move EnhancedShapeDumper to a module local location Change-Id

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements2' - drawinglayer/Package_inc.mk

2012-07-12 Thread Markus Mohrhard
drawinglayer/Package_inc.mk |1 - 1 file changed, 1 deletion(-) New commits: commit ee615aeb2c11ee1f288f903c2a7550299a9bc820 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jul 13 06:07:27 2012 +0200 forgot to remove the header file from the deliver code

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

2012-07-13 Thread Markus Mohrhard
- 6 files changed, 46 insertions(+), 5 deletions(-) New commits: commit 0234b73de28098fc1cd37b55471ef924d2b584cc Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jul 13 08:16:57 2012 +0200 don't use wrong sort direction in some cases diff --git a/sc/source/ui/dbgui

[REVIEW-3-6] fix for i#118877, don't remove ScPAtternAttr from doc pool when swapping rows/cols

2012-07-13 Thread Markus Mohrhard
Hey, [1] is a fix for i#118877. I did not like the idea from the apache bug fix to manipulate the manual ref count and decided to implement a cleaner solution for swapping rows/columns. In case of swapping we don't need all the special cases of ScAttrArray for finding the right place and

[Libreoffice-commits] .: chart2/source

2012-07-13 Thread Markus Mohrhard
chart2/source/view/main/ChartView.cxx |4 1 file changed, 4 deletions(-) New commits: commit 5b6123e97799e94f32b0882eac5f45086c141aee Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jul 13 23:32:33 2012 +0200 also remove the libxml2 include from chart2

[Libreoffice-commits] .: drawinglayer/source

2012-07-13 Thread Markus Mohrhard
drawinglayer/source/dumper/XShapeDumper.cxx | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) New commits: commit 6b15221e13f66fb81a24202ec464e305e38c0b89 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jul 13 23:58:30 2012 +0200 better error

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements2' - drawinglayer/source

2012-07-13 Thread Markus Mohrhard
drawinglayer/source/dumper/XShapeDumper.cxx | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) New commits: commit 7e802d43429831c4177b984ea3a1a04356ce5f53 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Jul 13 23:58:30 2012 +0200 better error

[Libreoffice-commits] .: sw/qa

2012-07-13 Thread Markus Mohrhard
sw/qa/extras/ooxmlexport/ooxmlexport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9caf0b7cfe9b7fae046940c5d5bd0049aa585d4a Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat Jul 14 00:27:32 2012 +0200 fix ambiguous template parameter

[Libreoffice-commits] .: sc/Module_sc.mk

2012-07-13 Thread Markus Mohrhard
sc/Module_sc.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 782c3ccb3bc608a24483a64ae6bbaebcd917ce0d Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat Jul 14 06:17:31 2012 +0200 disable chart test for now will need to adapt

[REVIEW-3-6][REVIEW-3-5] fix for fdo#52107

2012-07-14 Thread Markus Mohrhard
Hey, [1] fixes a crash when pasting a html table into calc. The problem is that in case of aStack being empty we are double deleting pS. Regards, Markus [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d21d9ddbe0561f45419ae4fc376c312565b413b

Impress test is now working in master

2012-07-15 Thread Markus Mohrhard
Hey, I recently merged Artur's feature branch into master and was prepared to deal with all the differences between different systems when it come to rendering shapes. Luckily and unexpected this did not occure so we I think we can suppose we can now use the new sd regression-test with more

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

2012-07-15 Thread Markus Mohrhard
Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jul 16 04:21:40 2012 +0200 disable edit field for min and max type, fdo#51834 Change-Id: Id77c58f333bfab5446cf96d24cd9ccfc18802862 diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat

[REVIEW-3-6] fix for fdo#51834, disable edit field for min and max type

2012-07-15 Thread Markus Mohrhard
Hey, [1] prevents that the edit field is enabled as long as the selected type is min or max. For min and max the value is automatically calculated based on the selected range. Regards, Markus [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=b85a2af72e3ce0a4111972d51c8f1d43599dee5e

<    1   2   3   4   5   6   7   8   9   10   >