[Libreoffice-commits] core.git: 6 commits - basctl/source basic/source cui/source offapi/com offapi/UnoApi_offapi.mk sw/inc sw/source xmloff/source

2013-05-14 Thread Noel Grandin
basctl/source/dlged/dlged.cxx |9 - basic/source/uno/dlgcont.cxx | 47 - cui/source/customize/cfgutil.cxx |5 - cui/source/customize/selector.cxx |4 cui/source/dial

[Libreoffice-commits] core.git: 10 commits - config_host.mk.in configure.ac svx/source

2013-05-14 Thread Tor Lillqvist
config_host.mk.in |9 - configure.ac | 23 --- svx/source/gallery2/galobj.cxx |2 -- 3 files changed, 34 deletions(-) New commits: commit c909d7a7ee3b193af69546a6f0e98860cd4877bf Author: Tor Lillqvist Date: Wed May 15 09:09:1

[PUSHED libreoffice-4-0] Fix fdo#64579 Don't assume dsp:dataModelExt has valid Drawin...

2013-05-14 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3910 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3910 To unsubscribe, vis

[PATCH] fdo#64011 fix the position and the drawing from left to righ...

2013-05-14 Thread Faisal al-otaibi (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3912 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/3912/1 fdo#64011 fix the position and the drawing from left to right in RTL sheet this will fix the start position for

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - oox/source

2013-05-14 Thread Thorsten Behrens
oox/source/ppt/extdrawingfragmenthandler.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 2904e4d618a57771662ef435df0f478423714e41 Author: Thorsten Behrens Date: Wed May 15 01:28:50 2013 +0200 Fix fdo#64579 Don't assume dsp:dataModelExt has valid Dra

[Libreoffice-commits] core.git: include/svtools svtools/source

2013-05-14 Thread Lionel Elie Mamane
include/svtools/fmtfield.hxx|1 + svtools/source/control/fmtfield.cxx | 26 +++--- 2 files changed, 20 insertions(+), 7 deletions(-) New commits: commit 9c3420d18173fd6c9380cf8ff7e2a4ad886e9e0b Author: Lionel Elie Mamane Date: Wed May 15 07:24:43 2013 +0200

[Libreoffice-commits] core.git: config_host.mk.in configure.ac

2013-05-14 Thread Tor Lillqvist
config_host.mk.in |1 - configure.ac |1 - 2 files changed, 2 deletions(-) New commits: commit 35fdbea1a112c0f0bf8ea6e9003cf0e13b9cd886 Author: Tor Lillqvist Date: Tue May 14 21:20:29 2013 +0300 FRAMEWORKSHOME is not used outside configure.ac Change-Id: Ic8eae6d7e959

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

2013-05-14 Thread Kohei Yoshida
sc/Library_sc.mk|1 sc/inc/clipcontext.hxx | 26 ++ sc/inc/column.hxx |7 -- sc/inc/document.hxx | 16 +++--- sc/inc/table.hxx|7 -- sc/source/core/data/clipc

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

2013-05-14 Thread Kohei Yoshida
sc/source/core/data/document.cxx | 303 +++ 1 file changed, 152 insertions(+), 151 deletions(-) New commits: commit 79b86d051f5c4e7d2c744201bde146ba5e5bf7e5 Author: Kohei Yoshida Date: Tue May 14 21:33:22 2013 -0400 Reduce indentation level by early ba

[PATCH] String to OUString in calc header & footer edit

2013-05-14 Thread Olivier Hallot (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3911 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/3911/1 String to OUString in calc header & footer edit Change-Id: I6aa0f055f89c05c3d799b5ed1b21188f7f3a8268 --- M sc/in

[PATCH libreoffice-4-0] Fix fdo#64579 Don't assume dsp:dataModelExt has valid Drawin...

2013-05-14 Thread Thorsten Behrens (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3910 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/10/3910/1 Fix fdo#64579 Don't assume dsp:dataModelExt has valid DrawingML. Just don't assume the DSP_TOKEN( spTree ) was s

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 3 commits - canvas/source oox/source vcl/inc vcl/source

2013-05-14 Thread Thorsten Behrens
canvas/source/cairo/cairo_canvasbitmap.cxx |2 +- oox/source/ppt/extdrawingfragmenthandler.cxx |7 +-- vcl/inc/vcl/gdimtf.hxx |2 +- vcl/source/gdi/gdimtf.cxx| 15 ++- vcl/source/gdi/pdfwriter_impl2.cxx |2 +-

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

2013-05-14 Thread Thorsten Behrens
oox/source/ppt/extdrawingfragmenthandler.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 0f15a477aaba2f69a13c0bc61c5c8c7a47314680 Author: Thorsten Behrens Date: Wed May 15 01:28:50 2013 +0200 Fix fdo#64579 Don't assume dsp:dataModelExt has valid Dra

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

2013-05-14 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) New commits: commit e3d6d17741e3751fcfd77803699917f6ab30e644 Author: Kohei Yoshida Date: Tue May 14 17:30:11 2013 -0400 Add perf test for removal of large array of formula cells.

Re: Where to find the sources for the tinderbox status?

2013-05-14 Thread Philipp Riemer
Hi Christian, LOL and thank you a lot for your long reply and the obvious hint ;-) I must have been pretty tired to not realize this section in the script. While rusty with Perl (I once wrote some Nagios check scripts in it several years ago and before there were Icinga and Shinken), I got some te

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

2013-05-14 Thread Kohei Yoshida
sc/inc/textuno.hxx |4 +++- sc/source/ui/unoobj/textuno.cxx |1 + 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit 4038dd021673730a28b0e560c6ba613da1ff Author: Kohei Yoshida Date: Tue May 14 16:25:41 2013 -0400 Fix memory leak. Change-I

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source

2013-05-14 Thread Pavel Janík
svx/source/sidebar/insert/InsertPropertyPanel.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 9d54c0355f37ced80fed1b24f238d4c8751a2345 Author: Pavel Janík Date: Tue May 14 18:59:35 2013 + Remove unused variable to prevent compiler warning. diff --git a/svx/source/sid

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - svx/source

2013-05-14 Thread Caolán McNamara
svx/source/sidebar/insert/InsertPropertyPanel.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d5c671722b28ec790e61522a48a99c08055ad033 Author: Caolán McNamara Date: Tue May 14 20:57:53 2013 +0100 getProcessServiceFactory->getProcessComponentContext

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 78/4ed0d2e9cc2de7e3de8420d4708ee5c4631a5c

2013-05-14 Thread Caolán McNamara
78/4ed0d2e9cc2de7e3de8420d4708ee5c4631a5c |1 + 1 file changed, 1 insertion(+) New commits: commit 22ff7ba9e782715f802598cc7ac5ad32038c479e Author: Caolán McNamara Date: Tue May 14 20:54:33 2013 +0100 Notes added by 'git notes add' diff --git a/78/4ed0d2e9cc2de7e3de8420d4708ee5c4631

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - svx/source

2013-05-14 Thread Andre Fischer
svx/source/sidebar/insert/InsertPropertyPanel.cxx |9 +- svx/source/sidebar/insert/SimpleToolBoxController.cxx | 79 -- svx/source/sidebar/insert/SimpleToolBoxController.hxx | 50 --- 3 files changed, 7 insertions(+), 131 deletions(-) New commits: commit aee443

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

2013-05-14 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx | 115 +++- 1 file changed, 38 insertions(+), 77 deletions(-) New commits: commit 1a8c826099bf9df196d58d84e67704b31ca4adc1 Author: Kohei Yoshida Date: Tue May 14 15:55:10 2013 -0400 Remove duplicate code blocks.

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 91/23449daa07ec053dd5d9b1db7fe7a24bd34842

2013-05-14 Thread Caolán McNamara
91/23449daa07ec053dd5d9b1db7fe7a24bd34842 |1 + 1 file changed, 1 insertion(+) New commits: commit 19d084a4fd24763517dc68eb5e1558abd2a007e3 Author: Caolán McNamara Date: Tue May 14 20:51:29 2013 +0100 Notes added by 'git notes add' diff --git a/91/23449daa07ec053dd5d9b1db7fe7a24bd34

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 8f/3625e6cf098c3fd5e6701b7b687a0423d78f51

2013-05-14 Thread Caolán McNamara
8f/3625e6cf098c3fd5e6701b7b687a0423d78f51 |1 + 1 file changed, 1 insertion(+) New commits: commit c83678bcc7cff9181016e4f72479f2cf6e5710fd Author: Caolán McNamara Date: Tue May 14 20:50:27 2013 +0100 Notes added by 'git notes add' diff --git a/8f/3625e6cf098c3fd5e6701b7b687a0423d78

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ba/6704b01ebc30b06485ef7f914b873201a08e85

2013-05-14 Thread Caolán McNamara
ba/6704b01ebc30b06485ef7f914b873201a08e85 |1 + 1 file changed, 1 insertion(+) New commits: commit 23c1bc835fe3fc47cd856d8a1cdbdd8aadc96414 Author: Caolán McNamara Date: Tue May 14 20:49:49 2013 +0100 Notes added by 'git notes add' diff --git a/ba/6704b01ebc30b06485ef7f914b873201a08

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 07/63a83fb20825c66d8a3ecc50327753f7508bf9

2013-05-14 Thread Caolán McNamara
07/63a83fb20825c66d8a3ecc50327753f7508bf9 |1 + 1 file changed, 1 insertion(+) New commits: commit 0e0683bffe8fe7e42a13e93d9b24b8fdafe7900a Author: Caolán McNamara Date: Tue May 14 20:49:22 2013 +0100 Notes added by 'git notes add' diff --git a/07/63a83fb20825c66d8a3ecc50327753f7508

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' -

2013-05-14 Thread Caolán McNamara
0 files changed New commits: commit 93630c533048c3bc62c38bf0afd610104f0d067d Author: Caolán McNamara Date: Tue May 14 20:48:57 2013 +0100 Notes added by 'git notes add' ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7f/e1777ad29d92d16fbc11b7279375d37d11cef8

2013-05-14 Thread Caolán McNamara
7f/e1777ad29d92d16fbc11b7279375d37d11cef8 |1 + 1 file changed, 1 insertion(+) New commits: commit 0fd877c7446efd474a87dab8d54494277065c5b3 Author: Caolán McNamara Date: Tue May 14 20:47:49 2013 +0100 Notes added by 'git notes add' diff --git a/7f/e1777ad29d92d16fbc11b7279375d37d11c

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2f/18055a153f4e66ec72b0c20673032d6edeebab

2013-05-14 Thread Caolán McNamara
2f/18055a153f4e66ec72b0c20673032d6edeebab |1 + 1 file changed, 1 insertion(+) New commits: commit 56e0b891ae74752291dd575f97c6917bd2a9a350 Author: Caolán McNamara Date: Tue May 14 20:47:29 2013 +0100 Notes added by 'git notes add' diff --git a/2f/18055a153f4e66ec72b0c20673032d6edee

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a9/7c4ca2c235a4654243cbbdf970800454b5aa56

2013-05-14 Thread Caolán McNamara
a9/7c4ca2c235a4654243cbbdf970800454b5aa56 |1 + 1 file changed, 1 insertion(+) New commits: commit fe9ff1384ab1e5001d1da630993253019740bfc3 Author: Caolán McNamara Date: Tue May 14 20:47:03 2013 +0100 Notes added by 'git notes add' diff --git a/a9/7c4ca2c235a4654243cbbdf970800454b5a

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - de/52e4d0e544f6a6c2ab51631870d682885c30cd

2013-05-14 Thread Caolán McNamara
de/52e4d0e544f6a6c2ab51631870d682885c30cd |1 + 1 file changed, 1 insertion(+) New commits: commit c92a1e3eedde124a8f1078a446ece48754859f53 Author: Caolán McNamara Date: Tue May 14 20:46:26 2013 +0100 Notes added by 'git notes add' diff --git a/de/52e4d0e544f6a6c2ab51631870d682885c3

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - svx/source

2013-05-14 Thread Oliver-Rainer Wittmann
svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx | 33 +--- svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 118 +++- svx/source/sidebar/possize/PosSizePropertyPanel.cxx |7 3 files changed, 69 insertions(+), 89 deletions(-) New commits: commit 8f430d9ca33

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 4a/87b75b86e4c932b5230cb7caecf6f00e40a096

2013-05-14 Thread Caolán McNamara
4a/87b75b86e4c932b5230cb7caecf6f00e40a096 |1 + 1 file changed, 1 insertion(+) New commits: commit fc4023564f5d9a36f398408dbfba874e0013b655 Author: Caolán McNamara Date: Tue May 14 20:44:25 2013 +0100 Notes added by 'git notes add' diff --git a/4a/87b75b86e4c932b5230cb7caecf6f00e40a

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - include/sfx2 officecfg/registry sfx2/source

2013-05-14 Thread Oliver-Rainer Wittmann
include/sfx2/sidebar/EnumContext.hxx |1 + officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs |1 + sfx2/source/sidebar/EnumContext.cxx|3 +++ sfx2/source/sidebar/ResourceManager.cxx|1 + 4 fi

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 6c/a31d904b343c76899dfa2bfef3e7d20db23364

2013-05-14 Thread Caolán McNamara
6c/a31d904b343c76899dfa2bfef3e7d20db23364 |1 + 1 file changed, 1 insertion(+) New commits: commit 95f6d0b65bd6d50f6bc4d2f9cd8f819d32e011e3 Author: Caolán McNamara Date: Tue May 14 20:42:22 2013 +0100 Notes added by 'git notes add' diff --git a/6c/a31d904b343c76899dfa2bfef3e7d20db23

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - 2 commits - sd/source svx/inc svx/source

2013-05-14 Thread Oliver-Rainer Wittmann
sd/source/ui/view/drviewsa.cxx |8 -- svx/inc/svx/sidebar/SelectionAnalyzer.hxx |5 + svx/source/sidebar/SelectionAnalyzer.cxx| 12 ++- svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx | 61 +++- svx/source/sideb

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c4/99090bea18b7c61c51053ad03446b6e64750d3

2013-05-14 Thread Caolán McNamara
c4/99090bea18b7c61c51053ad03446b6e64750d3 |1 + 1 file changed, 1 insertion(+) New commits: commit f1762dcb3cd731061054a35e229efe8f96894d59 Author: Caolán McNamara Date: Tue May 14 20:37:53 2013 +0100 Notes added by 'git notes add' diff --git a/c4/99090bea18b7c61c51053ad03446b6e6475

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - cd/ce1b91f169a88ca5b4523c687d0de766c878d5

2013-05-14 Thread Caolán McNamara
cd/ce1b91f169a88ca5b4523c687d0de766c878d5 |1 + 1 file changed, 1 insertion(+) New commits: commit 89d88ba95fa6f1a6a8c9d450a46f870cb4ea7f49 Author: Caolán McNamara Date: Tue May 14 20:36:32 2013 +0100 Notes added by 'git notes add' diff --git a/cd/ce1b91f169a88ca5b4523c687d0de766c87

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - d2/2d2bb3621602a4e2154123976423365d54f552

2013-05-14 Thread Caolán McNamara
d2/2d2bb3621602a4e2154123976423365d54f552 |1 + 1 file changed, 1 insertion(+) New commits: commit 5209a85b0d8a8cf466282b0febe31f3a71793fa4 Author: Caolán McNamara Date: Tue May 14 20:34:52 2013 +0100 Notes added by 'git notes add' diff --git a/d2/2d2bb3621602a4e2154123976423365d54f

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sfx2/source

2013-05-14 Thread Andre Fischer
sfx2/source/sidebar/DeckTitleBar.cxx | 15 +-- sfx2/source/sidebar/PanelTitleBar.cxx |5 + sfx2/source/sidebar/Sidebar.hrc |3 +++ sfx2/source/sidebar/Sidebar.src |9 + 4 files changed, 26 insertions(+), 6 deletions(-) New commits: commit 17383db

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sd/source

2013-05-14 Thread Andre Fischer
sd/source/ui/view/drviews1.cxx |5 + sd/source/ui/view/drviewsa.cxx |5 - 2 files changed, 9 insertions(+), 1 deletion(-) New commits: commit 5f7fc90810a4bab148e0de745b980813cd4ad542 Author: Andre Fischer Date: Mon May 13 13:34:46 2013 + Resolves: #i122275# Don't show

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sfx2/source

2013-05-14 Thread Andre Fischer
sfx2/source/sidebar/SidebarController.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit dca16f8c819a1c657c5d0eb7e3c6ff884843f9a7 Author: Andre Fischer Date: Mon May 13 11:00:09 2013 + Resolves: #i122272# Select correct sidebar button... after changing decks via

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - svx/Library_svx.mk

2013-05-14 Thread Andre Fischer
svx/Library_svx.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 92d660b5f1d2e4848041a69fb54d543f19fbb0a6 Author: Andre Fischer Date: Mon May 13 07:41:14 2013 + Related: #i122047# Remove last traces of unused toolbox controller (cherry picked from commit ba6704b

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 0e/19eca42b149bc84f4aa3ead5c29bd64147bedc

2013-05-14 Thread Caolán McNamara
0e/19eca42b149bc84f4aa3ead5c29bd64147bedc |1 + 1 file changed, 1 insertion(+) New commits: commit f8ffc6e5d49e5ea2cb61b2c18bf7bd87569547aa Author: Caolán McNamara Date: Tue May 14 20:27:03 2013 +0100 Notes added by 'git notes add' diff --git a/0e/19eca42b149bc84f4aa3ead5c29bd64147b

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 10/7eb08386046f1e78dc32b21f569c6aa7352cd1

2013-05-14 Thread Caolán McNamara
10/7eb08386046f1e78dc32b21f569c6aa7352cd1 |1 + 1 file changed, 1 insertion(+) New commits: commit c11cd6fff86543d8f6b5ee1c5803387f7ef3d1f5 Author: Caolán McNamara Date: Tue May 14 20:24:44 2013 +0100 Notes added by 'git notes add' diff --git a/10/7eb08386046f1e78dc32b21f569c6aa7352

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - 2 commits - include/sfx2 sc/source sfx2/Library_sfx.mk sfx2/source

2013-05-14 Thread Andre Fischer
include/sfx2/sidebar/IContextChangeReceiver.hxx |7 ++-- include/sfx2/sidebar/ILayoutableWindow.hxx |5 ++- include/sfx2/sidebar/SidebarPanelBase.hxx|3 +- sc/source/ui/sidebar/AlignmentPropertyPanel.hxx |1 sc/source/ui/sidebar/CellAppearanceProper

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

2013-05-14 Thread Tomaž Vajngerl
sw/source/ui/dochdl/swdtflvr.cxx | 66 --- 1 file changed, 48 insertions(+), 18 deletions(-) New commits: commit 5d2f3957bdda0eb2e7d68b0dcf7ae6a0b50ef48b Author: Tomaž Vajngerl Date: Tue May 14 20:36:58 2013 +0200 Detect and rotate image at drag&drop

[PATCH] drop now unused DEFAULT_TO_ENGLISH_FOR_PACKING

2013-05-14 Thread David Tardon (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a rebased change. Please visit https://gerrit.libreoffice.org/3908 to look at the new rebased patch set (#2). Change subject: drop now unused DEFAULT_TO_ENGLISH_FOR_PACKING .

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

2013-05-14 Thread Kohei Yoshida
sc/inc/column.hxx|1 + sc/qa/unit/ucalc.cxx | 36 ++-- 2 files changed, 31 insertions(+), 6 deletions(-) New commits: commit 33f20f466af9c2a73f9048d64a3516f1602198ba Author: Kohei Yoshida Date: Tue May 14 14:20:08 2013 -0400 Unit test for range de

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sfx2/inc sfx2/source

2013-05-14 Thread Andre Fischer
sfx2/inc/sfx2/sidebar/ControllerFactory.hxx |2 ++ sfx2/source/sidebar/FocusManager.cxx|2 ++ sfx2/source/sidebar/SidebarToolBox.cxx |3 +++ 3 files changed, 7 insertions(+) New commits: commit a7d457da0e9d7d2ede3906d346869322801b9707 Author: Andre Fischer Date: Tue Ma

[Libreoffice-commits] core.git: 2 commits - oox/source

2013-05-14 Thread Luboš Luňák
oox/source/core/binarycodec.cxx |2 +- oox/source/drawingml/chart/objectformatter.cxx |2 +- oox/source/drawingml/color.cxx |4 ++-- oox/source/drawingml/fillpropertiesgroupcontext.cxx |2 +- oox/source/helper/propertymap.cxx

[Libreoffice-commits] core.git: include/svl svl/AllLangResTarget_svl.mk svl/source

2013-05-14 Thread Andras Timar
include/svl/svl.hrc |2 -- svl/AllLangResTarget_svl.mk |1 - svl/source/items/cstitem.src | 26 -- svl/source/items/dateitem.cxx |1 - 4 files changed, 30 deletions(-) New commits: commit a69f31a322a8ff26814db194551c719ea140b027 Author: Andras Ti

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

2013-05-14 Thread Tor Lillqvist
lingucomponent/source/spellcheck/macosxspell/macspellimp.mm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d49a0b43048de8a9e5c154e405eb6cecaf606783 Author: Tor Lillqvist Date: Tue May 14 20:24:55 2013 +0300 One more XPropertySet -> XLinguProperties C

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

2013-05-14 Thread Michael Meeks
New branch 'feature/gengal' available with the following commits: commit e271da03a787fbe28121674869cbeb3bbe761e20 Author: Michael Meeks Date: Tue May 14 17:01:32 2013 +0100 gallery: help on how to build new ones ... Change-Id: Ia9f0e7196ce858e664e9a735ab55c34c5937bd1a commit e94bc

[Libreoffice-commits] core.git: 2 commits - chart2/Module_chart2.mk desktop/source fpicker/source include/svl include/svtools sfx2/source svl/Library_svl.mk svl/source svtools/inc svtools/source

2013-05-14 Thread Stephan Bergmann
chart2/Module_chart2.mk |1 desktop/source/app/app.cxx | 13 - fpicker/source/office/iodlg.cxx | 25 --- fpicker/source/office/iodlg.hxx | 17 -- fpicker/source/office/iodlgimp.cxx | 32 +--- include/svl/folder

[Libreoffice-commits] core.git: Branch 'feature/gengal' - 0 commits -

2013-05-14 Thread Unknown
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] core.git: solenv/gbuild

2013-05-14 Thread Luboš Luňák
solenv/gbuild/platform/filter-showIncludes.awk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 09c20b2f623e2271a3ab9eb82c2419a8951320c1 Author: Luboš Luňák Date: Tue May 14 18:24:35 2013 +0200 fix filter-showIncludes We want what is after the prefi

[Libreoffice-commits] core.git: vcl/aqua

2013-05-14 Thread Tor Lillqvist
vcl/aqua/source/app/salinst.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 25aa3491bc92a9dfa018bf37df4639a1d0df5302 Author: Tor Lillqvist Date: Tue May 14 19:10:54 2013 +0300 Fix return type of SalYieldMutex::tryToAcquire() to match declaration

Re: [LibreOffice-QA] Public Conference Call May 17, 2013 - 1300 UTC

2013-05-14 Thread Mas
On Tue, May 14, 2013 at 11:33 AM, Joel Madero wrote: > Hi All, > > Just a reminder that this Friday is our bi-weekly public call, anyone is > welcome to join: > > https://wiki.documentfoundation.org/QA/Meetings/2013/May_17 > > If you don't want to join often times there is some discussion happeni

Asking about math issue

2013-05-14 Thread Marcos Souza
Hi guys! I was looking at this old issue in math. I can reproduce this behavior, and it maybe be simple to fix: https://bugs.freedesktop.org/show_bug.cgi?id=32062 So, my idea: If we have the formula selected, and we insert a new unary operator operator(+- , -+, ¬, +, -) we will prepend the curren

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 8f/d66eeb883676c095c8360ef609e56b9bc055a3

2013-05-14 Thread Caolán McNamara
8f/d66eeb883676c095c8360ef609e56b9bc055a3 |1 + 1 file changed, 1 insertion(+) New commits: commit c9be2d670b59bfb2cd210af1a42baeba90c6c807 Author: Caolán McNamara Date: Tue May 14 16:42:40 2013 +0100 Notes added by 'git notes add' diff --git a/8f/d66eeb883676c095c8360ef609e56b9bc05

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

2013-05-14 Thread Ariel Constenla-Haile
sdext/source/minimizer/informationdialog.cxx | 52 +++ sdext/source/minimizer/informationdialog.hxx |1 2 files changed, 14 insertions(+), 39 deletions(-) New commits: commit 9ddf14e46b0129e828e01cbf279eb46a9a583fd6 Author: Ariel Constenla-Haile Date: Wed Mar 6 1

[LibreOffice-QA] Public Conference Call May 17, 2013 - 1300 UTC

2013-05-14 Thread Joel Madero
Hi All, Just a reminder that this Friday is our bi-weekly public call, anyone is welcome to join: https://wiki.documentfoundation.org/QA/Meetings/2013/May_17 If you don't want to join often times there is some discussion happening on IRC at the same time at #libreoffice-qa on Freenode. Best Re

[ABANDONED] oleobject.ui widget

2013-05-14 Thread via Code Review
Caolán McNamara has abandoned this change. Change subject: oleobject.ui widget .. Patch Set 1: Abandoned sorry, this one is already converted -- To view, visit https://gerrit.libreoffice.org/3795 To unsubscribe, visit https:/

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-05-14 Thread Caolán McNamara
helpers/help_hid.lst |7 --- source/text/shared/01/0207.xhp | 15 +-- 2 files changed, 5 insertions(+), 17 deletions(-) New commits: commit e0c44f8ece1d3732eeec93b0177b9c1ab1bc37f7 Author: Caolán McNamara Date: Tue May 14 16:19:47 2013 +0100 update

[Libreoffice-commits] core.git: helpcontent2

2013-05-14 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit facb4d5741e8f8f093bd288b32c40f9168cd911a Author: Caolán McNamara Date: Tue May 14 16:19:47 2013 +0100 Updated core Project: help e0c44f8ece1d3732eeec93b0177b9c1ab1bc37f7 diff --git a/helpconte

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ba/12679129efc39834114be8bca835d8a84aacb6

2013-05-14 Thread Caolán McNamara
ba/12679129efc39834114be8bca835d8a84aacb6 |1 + 1 file changed, 1 insertion(+) New commits: commit 57e2318aad53584498ac34d880579abdc11aa938 Author: Caolán McNamara Date: Tue May 14 16:15:20 2013 +0100 Notes added by 'git notes add' diff --git a/ba/12679129efc39834114be8bca835d8a84aa

[Libreoffice-commits] core.git: 3 commits - cui/source cui/uiconfig cui/UIConfig_cui.mk i18npool/source sd/uiconfig

2013-05-14 Thread Ariel Constenla-Haile
cui/UIConfig_cui.mk |1 cui/source/dialogs/pastedlg.cxx | 56 + cui/source/dialogs/svuidlg.hrc| 14 -- cui/source/dialogs/svuidlg.src| 88 -- cui/source/inc/helpid.hrc |1 cui/source/inc/pas

[PUSHED] remove empty string (fixes a warning)

2013-05-14 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3909 Approvals: Björn Michaelsen: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3909 To unsubscribe, v

[Libreoffice-commits] core.git: sysui/desktop

2013-05-14 Thread Andras Timar
sysui/desktop/share/launcher_unityquicklist.ulf |3 --- 1 file changed, 3 deletions(-) New commits: commit 1f32864fa719773e1ad074ba2b27947917b76c0c Author: Andras Timar Date: Tue May 14 15:24:15 2013 +0200 remove empty string (fixes a warning) Ulfex warning: inavlid po attrib

[Libreoffice-commits] core.git: libmwaw/libmwaw-0.1.9.patch.1 libmwaw/UnpackedTarball_libmwaw.mk

2013-05-14 Thread Fridrich Štrba
libmwaw/UnpackedTarball_libmwaw.mk |4 libmwaw/libmwaw-0.1.9.patch.1 | 15 +++ 2 files changed, 19 insertions(+) New commits: commit edab1a30fcb159347ee6034fefcfd0773aa5f335 Author: Fridrich Å trba Date: Tue May 14 16:56:23 2013 +0200 trying to unbreak windows

[Libreoffice-commits] core.git: vcl/qa vcl/source

2013-05-14 Thread Michael Meeks
vcl/qa/cppunit/graphicfilter/filters-test.cxx | 20 vcl/source/gdi/bitmap3.cxx| 19 ++- 2 files changed, 34 insertions(+), 5 deletions(-) New commits: commit 1d4bbe7b305558faf86aa083cc50d71a7804ef7d Author: Michael Meeks Date: Mon Ma

[Libreoffice-commits] core.git: 7 commits - sd/CppunitTest_sd_import_tests.mk sd/CppunitTest_sd_regression_test.mk sd/Module_sd.mk sd/qa test/source

2013-05-14 Thread Jan Holesovsky
dev/null |binary sd/CppunitTest_sd_import_tests.mk| 121 +++ sd/CppunitTest_sd_regression_test.mk | 121 --- sd/Module_sd.mk |2 sd/qa/unit/data/n758621.ppt |binary sd/qa/unit/data/smoketest.pptx |

[Libreoffice-commits] core.git: fpicker/source l10ntools/source sd/source svl/source xmloff/source

2013-05-14 Thread Andras Timar
fpicker/source/win32/filepicker/controlcommand.cxx |4 ++-- l10ntools/source/common.cxx|4 ++-- sd/source/ui/table/TableDesignPane.cxx |2 +- svl/source/misc/filenotation.cxx |2 +- xmloff/source/text/txtimppr.cxx

Re: Android app will work on Toshiba AC100 laptop?

2013-05-14 Thread Robinson Tryon
On Tue, May 14, 2013 at 6:29 AM, Robert wrote: > Hello, I was wondering if the app will work on the Toshiba AC100 laptop > which has no touchscreeen? Thanks! Hi Robert, This is the primary development list where we discuss changes to the code of LibreOffice. For questions about LibreOffice in ge

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Jan Holesovsky changed: What|Removed |Added Depends on||64586 --- Comment #17 from Jan Holesovs

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 64/b59c444595b3c2ca72487e1cb15de6faa68985

2013-05-14 Thread Caolán McNamara
64/b59c444595b3c2ca72487e1cb15de6faa68985 |1 + 1 file changed, 1 insertion(+) New commits: commit 7add52381f0da85a07d4d7b0df7b8e0cb7b7faac Author: Caolán McNamara Date: Tue May 14 15:30:08 2013 +0100 Notes added by 'git notes add' diff --git a/64/b59c444595b3c2ca72487e1cb15de6faa68

[PUSHED] fdo#32368 - Link both Ctrl+Y as Ctrl+Shift+Z as shortcut key...

2013-05-14 Thread Bosdonnat Cedric (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3853 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3853 To unsubscribe, v

[PATCH] remove empty string (fixes a warning)

2013-05-14 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3909 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/3909/1 remove empty string (fixes a warning) Ulfex warning: inavlid po attributes extracted from /home/timar/libreoffi

[Libreoffice-commits] core.git: officecfg/registry

2013-05-14 Thread Joren De Cuyper
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 122 +- 1 file changed, 64 insertions(+), 58 deletions(-) New commits: commit 833cafe4eb9e0bd6b599e8bcbb6d77f4f2243034 Author: Joren De Cuyper Date: Sat May 11 12:16:00 2013 +0200 fdo#32368 - Link both Ctrl+Y as Ct

[PUSHED] cppcheck: fix arrayIndexThenCheck/optimize loops

2013-05-14 Thread Bosdonnat Cedric (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3869 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3869 To unsubscribe, v

[PUSHED] fdo#55582 calc part

2013-05-14 Thread Bosdonnat Cedric (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3872 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3872 To unsubscribe, v

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

2013-05-14 Thread Julien Nabet
sc/source/core/data/document.cxx | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) New commits: commit d3f08c67ac45024a65730e6a281a525b8159ef5a Author: Julien Nabet Date: Sun May 12 16:01:11 2013 +0200 cppcheck: fix arrayIndexThenCheck/optimize loops

[Libreoffice-commits] core.git: Branch 'feature/gengal' - extras/Gallery_arrows.mk extras/Gallery_diagrams.mk extras/Gallery_education.mk extras/Gallery_environment.mk extras/Gallery_finance.mk extras

2013-05-14 Thread Michael Meeks
extras/Gallery_arrows.mk |4 ++-- extras/Gallery_diagrams.mk|4 ++-- extras/Gallery_education.mk |4 ++-- extras/Gallery_environment.mk |4 ++-- extras/Gallery_finance.mk |4 ++-- ext

[Libreoffice-commits] core.git: sc/sdi sc/source

2013-05-14 Thread Lennard Wasserthal
sc/sdi/drawsh.sdi |1 + sc/source/ui/drawfunc/drawsh5.cxx |3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 9fa5c64eeb5d038a5fac25dfd80e72bd22b5ed18 Author: Lennard Wasserthal Date: Sun May 12 17:50:12 2013 +0200 fdo#55582 calc part

Re: Euro Converter Wizard

2013-05-14 Thread Olivier Hallot
Hi Xisco No one uses it in Latin America. Olivier Hallot The Document Foundation Em 14/05/2013 07:54, "Xisco Faulí" escreveu: > Hello all, > > Euro Converter Wizard has become a bit outdated nowadays and I'm wondering > if it'd convenient to get rid of it. > > Personally I'd do so, but I'd like

[PATCH] drop now unused DEFAULT_TO_ENGLISH_FOR_PACKING

2013-05-14 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3908 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/08/3908/1 drop now unused DEFAULT_TO_ENGLISH_FOR_PACKING See http://lists.freedesktop.org/archives/libreoffice/2013-May/05

Re: should we drop DEFAULT_TO_ENGLISH_FOR_PACKING?

2013-05-14 Thread David Tardon
Hi, this review: https://gerrit.libreoffice.org/3908 drops (now unneeded) DEFAULT_TO_ENGLISH_FOR_PACKING and the installer code that handles it. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listi

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - officecfg/registry sfx2/inc sfx2/source svx/source

2013-05-14 Thread Oliver-Rainer Wittmann
officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs |1 sfx2/inc/sfx2/sidebar/EnumContext.hxx |1 sfx2/source/sidebar/EnumContext.cxx|3 sfx2/source/sidebar/ResourceManager.cxx|1 svx/source

[PUSHED] fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT

2013-05-14 Thread Bosdonnat Cedric (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3771 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3771 To unsubscribe, v

[Libreoffice-commits] core.git: 3 commits - scp2/source sw/source

2013-05-14 Thread David Tardon
scp2/source/ooo/directory_ooo.scp| 11 + scp2/source/ooo/module_lang_template.scp |3 + sw/source/ui/inc/glosdoc.hxx |3 - sw/source/ui/misc/glosdoc.cxx| 60 --- 4 files changed, 46 insertions(+), 31 deletions(-) New comm

[Libreoffice-commits] core.git: include/sal xmloff/source

2013-05-14 Thread Radu Ioan
include/sal/log-areas.dox |4 +- xmloff/source/core/RDFaImportHelper.cxx| 33 +-- xmloff/source/core/xmlexp.cxx | 32 +++ xmloff/source/core/xmlimp.cxx | 42 +++-- xmloff/so

Re: should we drop DEFAULT_TO_ENGLISH_FOR_PACKING?

2013-05-14 Thread David Tardon
Hi, On Tue, May 07, 2013 at 07:08:16PM +0200, Andras Timar wrote: > No, I don't think we want install sets without en-US. But we need to > make sure that we don't have runtime problems when a localized file is > missing. Now there is the en-US copy, but after your proposed patch > there will be no

[PUSHED] fdo#39468 Comment translation GER-ENG in sw/source/ui/shells...

2013-05-14 Thread Bosdonnat Cedric (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3890 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3890 To unsubscribe, v

[PUSHED] fdo#39468 Comment translation GER-ENG in sw/source/ui/utlui/

2013-05-14 Thread Bosdonnat Cedric (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3891 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3891 To unsubscribe, v

[PUSHED] fdo#39468 Comment translation GER-ENG in sw/source/ui/ribbar...

2013-05-14 Thread Bosdonnat Cedric (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3893 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3893 To unsubscribe, v

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

2013-05-14 Thread Matthias Freund
sw/source/ui/shells/textsh.cxx | 20 ++-- sw/source/ui/shells/textsh1.cxx | 26 +- sw/source/ui/shells/txtattr.cxx | 18 -- sw/source/ui/shells/txtcrsr.cxx |1 - sw/source/ui/shells/txtnum.cxx | 12 +--- 5 files changed,

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

2013-05-14 Thread Matthias Freund
sw/source/ui/utlui/attrdesc.src |6 +++--- sw/source/ui/utlui/initui.src |5 ++--- sw/source/ui/utlui/navipi.src |6 ++ sw/source/ui/utlui/poolfmt.src | 21 ++--- sw/source/ui/utlui/utlui.src|5 ++--- 5 files changed, 19 insertions(+), 24 deletions(-)

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

2013-05-14 Thread Matthias Freund
sw/source/ui/ribbar/conarc.cxx | 45 - sw/source/ui/ribbar/concustomshape.cxx | 30 -- sw/source/ui/ribbar/conform.cxx|9 - sw/source/ui/ribbar/conpoly.cxx| 42 sw/source/ui/ribbar/conrect.cxx| 15 --- sw/source/ui/ribbar/drawbase.cx

[PUSHED] coverity#1019413: Unitialized scalar variable

2013-05-14 Thread Bosdonnat Cedric (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3895 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3895 To unsubscribe, v

[PUSHED] coverity#1000721 Resource Leak

2013-05-14 Thread Bosdonnat Cedric (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3897 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3897 To unsubscribe, v

  1   2   >