[PUSHED] Added asianphoneticguide.ui

2013-01-09 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/1384 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1384 To unsubscribe,

[PATCH] Change in core[libreoffice-4-0]: Fix oo_sdk_ure_home calculation in SDK's cfgWin.js

2013-01-09 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1620 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/20/1620/1 Fix oo_sdk_ure_home calculation in SDK's cfgWin.js This appears to be broken at least since

[PATCH] Change in core[libreoffice-3-6]: Fix oo_sdk_ure_home calculation in SDK's cfgWin.js

2013-01-09 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1619 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/1619/1 Fix oo_sdk_ure_home calculation in SDK's cfgWin.js This appears to be broken at least since

[Libreoffice-commits] .: 2 commits - svx/source sw/source

2013-01-09 Thread Libreoffice Gerrit user
svx/source/svdraw/svdview.cxx |2 +- sw/source/ui/uno/unoatxt.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit c57906c8f614047a488eea6eb77c535bf90a889e Author: Luboš Luňák l.lu...@suse.cz Date: Wed Jan 9 18:02:32 2013 +0100 OUString::valueOf

Re: replacing OUString::valueOf(static_castsal_Int32) ??

2013-01-09 Thread Noel Grandin
On Wed, Jan 9, 2013 at 6:45 PM, Michael Stahl mst...@redhat.com wrote: better to add a new overloaded function, say valueOfInt, and have overloads for all possible C++ integral types, all of which produce strings with numbers. using that consistently would also solve the problem of

Re: GTK theming: oxygen-gtk support broken

2013-01-09 Thread Ruslan Kabatsayev
Hi, On Wed, Jan 9, 2013 at 4:51 PM, Michael Meeks michael.me...@suse.com wrote: Hi Ruslan, On Sat, 2013-01-05 at 22:59 +0300, Ruslan Kabatsayev wrote: What about such a simple change, which will let us set LibO version once and for all GTK theme calls: I guess we could do; we'd

Re: gmake: CXXFLAGS override gb_Library_add_cxxflags

2013-01-09 Thread Stephan Bergmann
On 01/09/2013 03:41 PM, Petr Mladek wrote: + openSUSE uses: CXXFLAGS=-fomit-frame-pointer ... What do you mean with openSUSE uses [that]? Is the env var preset when you run a shell? Why would openSUSE do that in the first place? Stephan

Re: [Libreoffice-ux-advise] LATE FEATURE: Personas in LibreOffice

2013-01-09 Thread Michel Renon
Hi all, Le 08/01/2013 11:07, Jan Holesovsky a écrit : Hi Cor, Cor Nouws píše v Po 07. 01. 2013 v 22:56 +0100: Idea looks great to me and is an invitement for futher enhancements in the future :-) I gues the code in a daily from 2012-12-28 (1) is not yet complet? I see the option page, but

Re: [libreoffice-dev] - building difficulties with C++ extension, addIn

2013-01-09 Thread Stephan Bergmann
On 01/09/2013 05:31 PM, Rai, Neeraj wrote: Not sure if this is related to any restructuring you guys are planning, but as of this moment, the wiki I used is down. http://wiki.openoffice.org This may be legacy and the info may belong elsewhere, or maybe Oracle owns it and finally decided to

Re: replacing OUString::valueOf(static_castsal_Int32) ??

2013-01-09 Thread Lubos Lunak
On Wednesday 09 of January 2013, Michael Stahl wrote: On 09/01/13 17:02, Lubos Lunak wrote: Is there really such a big difference between OUString::valueOf( sal_Int32( 0 )) and OUString::valueOfInt32( 0 ) it has the advantage of being explicit in what type it expects; however i

Re: gmake: CXXFLAGS override gb_Library_add_cxxflags

2013-01-09 Thread Lubos Lunak
On Wednesday 09 of January 2013, Stephan Bergmann wrote: On 01/09/2013 03:41 PM, Petr Mladek wrote: + openSUSE uses: CXXFLAGS=-fomit-frame-pointer ... What do you mean with openSUSE uses [that]? Is the env var preset when you run a shell? Why would openSUSE do that in the first

[PATCH] add rule for generating fresh pot (po template) files

2013-01-09 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1622 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/22/1622/1 add rule for generating fresh pot (po template) files Moved from translations' custom makefile. Change-Id:

[Libreoffice-commits] .: src/docrecord.py src/docstream.py test/doc

2013-01-09 Thread Miklos Vajna
src/docrecord.py | 31 ++- src/docstream.py |4 ++-- test/doc/sections.doc |binary test/doc/test.py |7 +++ 4 files changed, 23 insertions(+), 19 deletions(-) New commits: commit f922c24a1c0e7bf2f7e330503eb37f2d99f39b75 Author: Miklos

Re: GTK theming: oxygen-gtk support broken

2013-01-09 Thread Tor Lillqvist
Regarding version information, there is solver/*/inc/*minor.mk And of course the very file name of that *minor.mk contains the mysterious three-digits-no-separators number which is a relic from conventions in the OOo EIS/MWS/CWS days;) (make-level variables VERSIONMAJOR, VERSIONMINOR, etc.)

Re: fdo#40465 fix to maintain focus whilst zooming

2013-01-09 Thread Ruslan Kabatsayev
Hi, Your change, though looks good in principle, appears to lead to some usability problems: suppose while reading a document you've placed cursor somewhere (or even didn't move it), then you scroll several pages up/down from that place, and now need to see current page in more detail. You Zoom

Re: replacing OUString::valueOf(static_castsal_Int32) ??

2013-01-09 Thread Michael Meeks
On Wed, 2013-01-09 at 18:26 +0100, Lubos Lunak wrote: but you'll at least implicitly cast the same way on all platforms (since the sal types don't map to arbitrary types, but to types of a particular size). The explicit cast will also always be the same way on all platforms.

[PATCH] Change in core[libreoffice-4-0]: fdo#58539: Correctly set cached matrix formula result.

2013-01-09 Thread Kohei Yoshida (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1623 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/23/1623/1 fdo#58539: Correctly set cached matrix formula result. During the import, a cached matrix value only has an

[libreoffice-dev] - questions about calc extension

2013-01-09 Thread Rai, Neeraj
Q1. When I try to use the xContext = cppu::bootstrap() in a calc extension, app terminate with throwing an exception : cppu::BootstrapException It works well in standalone exec. What is the correct way to get a handle to spreadsheet in extension code. Q2. I came across an example

Re: [libreoffice-dev] - questions about calc extension

2013-01-09 Thread Kohei Yoshida
On 01/09/2013 01:12 PM, Rai, Neeraj wrote: Q1. When I try to use the xContext = cppu::bootstrap() in a calc extension, app terminate with throwing an exception : cppu::BootstrapException It works well in standalone exec. Yes, that's only for standalone exec (or whatever we are

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

2013-01-09 Thread Libreoffice Gerrit user
desktop/source/app/cmdlineargs.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c695c0fdd15d70d26ac8f4a82dde515372df32c2 Author: Caolán McNamara caol...@redhat.com Date: Mon Jul 9 12:51:16 2012 +0100 Resolves: rhbz#838368 --view ignored while -view

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - instsetoo_native/util solenv/inc

2013-01-09 Thread Libreoffice Gerrit user
instsetoo_native/util/openoffice.lst | 40 +-- solenv/inc/minor.mk |4 +-- 2 files changed, 22 insertions(+), 22 deletions(-) New commits: commit cf9458096264f19cdd46e1543747e2d9dab90f8f Author: Petr Mladek pmla...@suse.cz Date: Wed Jan 9

FYI: Make for faster windows build

2013-01-09 Thread Lubos Lunak
Looks what I found under the tree! Faster make for Cygwin. Granted, I had put it there first, but still nice. Those of you who build on Windows, you might want to pull again from git://gerrit.libreoffice.org/dev-tools.git and update your make. I've implemented built-in support for some

Re: FYI: Make for faster windows build

2013-01-09 Thread Kohei Yoshida
On 01/09/2013 02:01 PM, Lubos Lunak wrote: Faster make for Cygwin. Excellent! Thank you thank you thank you. -- Kohei Yoshida, LibreOffice hacker, Calc ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Failure to build 3.6 branch

2013-01-09 Thread Alex Thurgood
Le 09/01/2013 19:46, Ruslan Kabatsayev a écrit : Hi Ruslan, I was trying to build latest libreoffice-3-6 branch, and got compilation failure. Here's output: _ [ build CXX ] unotools/source/streaming/streamwrap.cxx

Re: FYI: Make for faster windows build

2013-01-09 Thread Tor Lillqvist
I've implemented built-in support for some simple commands used by gbuild such as mkdir or cp, YEEEAH! --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

LATE FEATURE: Personas in LibreOffice

2013-01-09 Thread leif
Hi, It still doesn't work for me. Tried with daily built from today. When I select either background image or Persona and closes the dialogue, nothing happens. Content of the chosen values are not stored. Something is stored to registrymodifications.xcu though. I can see three relevant

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

2013-01-09 Thread Libreoffice Gerrit user
writerfilter/source/rtftok/rtfdocumentimpl.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 10a6a58e8d55f5d6c1ce7b6cba38f710b6edab6f Author: Miklos Vajna vmik...@suse.cz Date: Wed Jan 9 15:29:29 2013 +0100 fdo#58933 RTF import: avoid fake pars /

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sw/qa writerfilter/source

2013-01-09 Thread Libreoffice Gerrit user
sw/qa/extras/rtfimport/data/fdo58933.rtf | 28 + sw/qa/extras/rtfimport/rtfimport.cxx | 12 ++ writerfilter/source/rtftok/rtfdocumentimpl.cxx |7 +++--- 3 files changed, 44 insertions(+), 3 deletions(-) New commits: commit

[PUSHED] Change in core[libreoffice-3-6]: fdo#58933 RTF import: avoid fake pars / cells when having gr...

2013-01-09 Thread Michael Stahl (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/1618 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1618 To unsubscribe,

[PUSHED] Change in core[libreoffice-4-0]: fdo#58933 RTF import: avoid fake pars / cells when having gr...

2013-01-09 Thread Michael Stahl (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/1617 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1617 To unsubscribe,

Re: [PUSHED 4.0] LATE FEATURE: Personas in LibreOffice

2013-01-09 Thread Jean-Baptiste Faure
Hi Kendy, Le 09/01/2013 14:21, Jan Holesovsky a écrit : [...] Not sure if I manage to do the async loading + preview for 4.0, though :-( But showing the URL at least should be doable - is that enough? For me it is enough, because we have a preview in Firefox. It is not exactly the same, but

Re: compile error in neon

2013-01-09 Thread Jean-Baptiste Faure
Hi Cor, Le 07/06/2012 23:16, Cor Nouws a écrit : Cor Nouws wrote (07-06-12 22:14) Should I add --disable-neon to autogen.lastrun ? (will find out soon, probably...) Still building, so that looks fine. Should a check for neon be added to the autogen.sh ? I had the same building problem

Re: [PUSHED 4.0] LATE FEATURE: Personas in LibreOffice

2013-01-09 Thread Jean-Baptiste Faure
Hi, Le 09/01/2013 09:54, Petr Mladek a écrit : Jean-Baptiste Faure píše v St 09. 01. 2013 v 06:22 +0100: Le 09/01/2013 02:16, Pedro a écrit : Petr Mladek wrote I took the approval from Cor, Olivier, Adolfo, Michael, and pushed into 4-0 branch for 4.0.0.1 build. That means it should be

Re: FYI: Make for faster windows build

2013-01-09 Thread Lubos Lunak
On Wednesday 09 of January 2013, Lubos Lunak wrote: Looks what I found under the tree! Faster make for Cygwin. Granted, I had put it there first, but still nice. Oh well, looks like somebody actually does develop LO on Windows :). So on a related note, two more things that might be helpful

Re: compile error in neon

2013-01-09 Thread Cor Nouws
Hi Jean-Baptiste, Jean-Baptiste Faure wrote (09-01-13 20:29) I had the same building problem today : Neon is necessary if you want have persona working. I solved it with the help of Kendy and Bjoern by removing --with-system-openssl from my autogen.lastrun Thanks, doing that now too,

Re: LATE FEATURE: Personas in LibreOffice

2013-01-09 Thread Jean-Baptiste Faure
Hi Leif, Le 09/01/2013 20:14, leif a écrit : Hi, It still doesn't work for me. Tried with daily built from today. The last available build 32 bits for Linux is http://dev-builds.libreoffice.org/daily/libreoffice-4-0/Linux-x86_10-Release-Configuration/current/ that is yesterday 2013-01-08 at

[Libreoffice-commits] .: vcl/win

2013-01-09 Thread Libreoffice Gerrit user
vcl/win/source/window/salframe.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0a28778e9a2a02382ab5ccd79035500334504f17 Author: Luboš Luňák l.lu...@suse.cz Date: Wed Jan 9 21:12:29 2013 +0100 mingw tinderbox doesn't know wcscpy_r() Moreover,

[Libreoffice-commits] .: canvas/source

2013-01-09 Thread Libreoffice Gerrit user
canvas/source/factory/cf_service.cxx| 39 +- canvas/source/null/null_canvasbitmap.cxx| 12 canvas/source/null/null_canvascustomsprite.cxx | 12 canvas/source/null/null_canvasfont.cxx | 12 canvas/source/null/null_spritecanvas.cxx|4

[Libreoffice-commits] .: vcl/win

2013-01-09 Thread Libreoffice Gerrit user
vcl/win/source/window/salframe.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f5d047dcb80d760d46e90a1dacad206ddf55d827 Author: Luboš Luňák l.lu...@suse.cz Date: Wed Jan 9 21:29:52 2013 +0100 second try with wcscpy() On mingw sal_Unicode is not

[Libreoffice-commits] .: extensions/source

2013-01-09 Thread Libreoffice Gerrit user
extensions/source/bibliography/bibbeam.cxx |6 - extensions/source/bibliography/bibconfig.cxx | 130 +-- extensions/source/bibliography/bibcont.cxx |1 extensions/source/bibliography/bibload.cxx | 27 ++--- extensions/source/bibliography/bibmod.cxx|

Re: FYI: Make for faster windows build

2013-01-09 Thread Lubos Lunak
On Wednesday 09 of January 2013, Lubos Lunak wrote: Looks what I found under the tree! Faster make for Cygwin. Granted, I had put it there first, but still nice. Those of you who build on Windows, you might want to pull again from git://gerrit.libreoffice.org/dev-tools.git and update your

[Libreoffice-commits] .: sal/qa

2013-01-09 Thread Libreoffice Gerrit user
sal/qa/rtl/strings/test_ostring_concat.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 6880e2d31a38d5f4b44ba4f5b4a2b3e361a66312 Author: Luboš Luňák l.lu...@suse.cz Date: Wed Jan 9 21:40:40 2013 +0100 hack for apple's gcc-4.0.1 bug My self-built 4.0.1 on

Re: [PATCH] Change in core[libreoffice-4-0]: fdo#58539: Correctly set cached matrix formula result.

2013-01-09 Thread Kohei Yoshida
On 01/09/2013 01:07 PM, Kohei Yoshida (via Code Review) wrote: Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1623 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/23/1623/1 fdo#58539: Correctly set cached matrix

[Libreoffice-commits] .: src/docrecord.py src/docstream.py

2013-01-09 Thread Miklos Vajna
src/docrecord.py | 61 +++ src/docstream.py |5 +++- 2 files changed, 65 insertions(+), 1 deletion(-) New commits: commit 82098141b68aa00f5335c8b6e1083b6d7e8f4557 Author: Miklos Vajna vmik...@suse.cz Date: Wed Jan 9 22:05:12 2013 +0100

Re: FYI: Make for faster windows build

2013-01-09 Thread Tor Lillqvist
I have no idea what difference that'd make, I think there's Win32-specific code instead of fork(), I don't know if there's any Win32-specific stat() replacement or whether that'd make a noticeable difference. It is quite possible that avoiding the Cygwin stat() and instead using Win32 API to

Re: [libreoffice-dev] - questions about calc extension

2013-01-09 Thread Rai, Neeraj
Hi Kohei, 1. I think I see what you are doing, but having trouble making it work. --- my understanding of your code and the issue I face below - The create_XXX is passed the ComponentContext and you store it for future. I tried the same but the calls to xContext-getServiceManager() aborts my

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - formula/inc formula/source sc/inc sc/source

2013-01-09 Thread Libreoffice Gerrit user
formula/inc/formula/FormulaCompiler.hxx |3 +- formula/source/core/api/FormulaCompiler.cxx |2 - sc/inc/cell.hxx |5 sc/inc/compiler.hxx |4 +-- sc/inc/formularesult.hxx|2 + sc/inc/token.hxx

[PUSHED] Change in core[libreoffice-4-0]: fdo#58539: Correctly set cached matrix formula result.

2013-01-09 Thread Eike Rathke (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/1623 Approvals: Eike Rathke: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1623 To unsubscribe, visit

License statement

2013-01-09 Thread secmail
  All of my past  future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license.   Best regards, Eldan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2013-01-09 Thread Libreoffice Gerrit user
unotools/source/misc/fontcvt.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 35ddd4eecf3db609368428470dff74188e59b037 Author: Michael Meeks michael.me...@suse.com Date: Mon Dec 17 20:19:47 2012 + 32bit compile fix for OString::valueOf usage.

Re: Failure to build 3.6 branch

2013-01-09 Thread Lubos Lunak
On Wednesday 09 of January 2013, Ruslan Kabatsayev wrote: Hi all, I was trying to build latest libreoffice-3-6 branch, and got compilation failure. Here's output: _ [ build CXX ] unotools/source/streaming/streamwrap.cxx

fdo#36800-Find replace does not search single cell

2013-01-09 Thread Eike Rathke (via Code Review)
Eike Rathke has abandoned this change. Change subject: fdo#36800-Find replace does not search single cell .. Patch Set 3: Abandoned No follow-up since a month. -- To view, visit https://gerrit.libreoffice.org/1222 To

RE: [libreoffice-dev] - questions about calc extension

2013-01-09 Thread Rai, Neeraj
Hi Kohei, I figured out my bug. I was storing the context in a const Reference const and it was going out of scope and being reclaimed after the constructor. After changing it to normal Reference , everything is fine. Thanks again for your time and patience. Hope you didn't have to waste any

RE: [libreoffice-dev] - questions about calc extension

2013-01-09 Thread Rai, Neeraj
Hi Kohei, I looked a little more into your code and copied the getactiveSheet function. Now it takes 12s. I am happy. Sorry for the spam - you have good code sitting there. Thanks Neeraj -Original Message- From: Rai, Neeraj [ICG-MKTS] Sent: Wednesday, January 09, 2013 6:03 PM To:

RE: [libreoffice-dev] - building difficulties with C++ extension,addIn

2013-01-09 Thread Rai, Neeraj
Hi Stephan, I was able to get a complete addin working with help from sample code from Kohei. Please find the example attached. It is just a dummy update to 60K entries (12sec). Much faster than DocumentLoader and SimpleBootsrap mechanism that I tried earlier. Thanks all for help. Neeraj

[Libreoffice-commits] .: 2 commits - solenv/gdb writerfilter/source

2013-01-09 Thread Libreoffice Gerrit user
solenv/gdb/libreoffice/sw.py |2 ++ writerfilter/source/dmapper/DomainMapper_Impl.cxx |8 +++- 2 files changed, 9 insertions(+), 1 deletion(-) New commits: commit e521930ea1c855c236efb67793e540d07c201d35 Author: Michael Stahl mst...@redhat.com Date: Thu Jan 10

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added Depends on||59183 --

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 --- Comment #75 from Joren De Cuyper joren.libreoff...@telenet.be --- I nominate Bug 59183 - EDITING: Copy 4 or more slides then crash because of the regression with 3.6 branch; -- You are receiving this mail because: You are on the CC list for

[Libreoffice-commits] .: sc/source

2013-01-09 Thread Libreoffice Gerrit user
sc/source/filter/xml/xmlexprt.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit d158a09e56e3944458d63a6c572f60dbe4632dad Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Thu Jan 10 03:59:57 2013 +0100 handle shapes anchored to the wrong sheet without crash,

[Libreoffice-commits] .: 2 commits - sd/source svx/source

2013-01-09 Thread Libreoffice Gerrit user
sd/source/ui/dlg/custsdlg.cxx |8 svx/source/xoutdev/xattr2.cxx |6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit 469cec21f7da6a680897615f912d137f94e62ee9 Author: Ivan Timofeev timofeev@gmail.com Date: Thu Jan 10 09:34:42 2013 +0400 fix

Re: replacing OUString::valueOf(static_castsal_Int32) ??

2013-01-09 Thread Noel Grandin
On Wed, Jan 9, 2013 at 7:58 PM, Michael Meeks michael.me...@suse.comwrote: At least in my mind :-) but we're starting to bike-shed here... I didn't see anyone volunteering to do the actual batch cleanup there ;-) Doesn't sound that hard - some regular expression magic will do most of

RE: fdo#40465 fix to maintain focus whilst zooming

2013-01-09 Thread Winfried Donkers
Hi Ruslan, Thank you for your feed back. Could this behavior be changed so that not cursor governs current focus, but the place which the user has last scrolled to? Yes I am going to do just that, see the recent comments in fdo#40465 itself. Should I make a bug report for this? No, that

Re: FYI: Make for faster windows build

2013-01-09 Thread Noel Grandin
On 2013-01-09 22:52, Lubos Lunak wrote: I knew there was one more thing I wanted to mention. The make we have in dev-tools actually doesn't build with WINDOWS32 #define (both as in that the #define doesn't get set by configure and that if it's explicitly set the code doesn't compile

[Libreoffice-commits] .: bridges/source

2013-01-09 Thread Libreoffice Gerrit user
bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b3aad508592e8febab229150a5ba284a3f186a97 Author: Tor Lillqvist t...@iki.fi Date: Thu Jan 10 09:07:41 2013 +0200 Be truthful to the compiler about registers

Re: replacing OUString::valueOf(static_castsal_Int32) ??

2013-01-09 Thread Stephan Bergmann
On 01/09/2013 05:02 PM, Lubos Lunak wrote: So that other people don't have to search: According to my reading of the standard (mainly 13.3.3.1.1 and 13.3.3.2 [*]), this is because when choosing which conversion for overloaded functions is better, the standard treats all integer conversions[**]

[PATCH] Create OUString::valueInt, valueBool and valueChar function ...

2013-01-09 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1625 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/25/1625/1 Create OUString::valueInt, valueBool and valueChar function templates. Cleans up the call sites by hiding the

[Libreoffice-qa] Template Manager - performance issues, and no new folder create function when saving as template ?

2013-01-09 Thread Alexander Thurgood
Hi all, I was looking through the new (and IMHO visually much improved) Template Manager again and have come across what appears to be a performance hit and a bug, or at the very least, a non-implemented feature. My build uses the extra templates provided by Kami's OxygenOffice extension, so I

Re: [Libreoffice-qa] Template Manager - performance issues, and no new folder create function when saving as template ?

2013-01-09 Thread Cedric Bosdonnat
Hi Alexander, On Thu, 2013-01-10 at 08:28 +0100, Alexander Thurgood wrote: The first thing that I noticed is that when you call up the Template Manager, e.g. via the File Template menu entry, it takes a fairly long time to display the Template Manager dialog, as in more than a minute - this

[Libreoffice-bugs] [Bug 56996] CRASH when FILESAVE particular .odt as .doc or .docx

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56996 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|REOPENED|RESOLVED

[Libreoffice-bugs] [Bug 58539] documents that crash Libreoffice Calc master from 18.12.2012

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58539 --- Comment #59 from Kohei Yoshida kohei.yosh...@suse.de --- (In reply to comment #58) Let's remove fdo54638 off the list. I'll tackle that one as a separate performance bug for 4.1. We can't do anything for it for 4.0, I'm afraid. So,

[Libreoffice-bugs] [Bug 59158] New: site link is wrong

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59158 Priority: medium Bug ID: 59158 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: site link is wrong Severity: major Classification: Unclassified OS: All

[Libreoffice-bugs] [Bug 48851] VIEWING, UI: Random display corruption of headings in document

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48851 --- Comment #32 from Jon Grossart j...@grossart.net --- Opened up some of the documents on 3.6.4 on my netbook and had the problem happen yet again. So, two different systems show the same problem. -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 59107] Duden Korrektor installation fails on LibreOffice 4 Beta 2

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59107 --- Comment #3 from Stephan Bergmann sberg...@redhat.com --- (In reply to comment #1) According to an IRC chat, the reason is that LibreOffice no longer ships stlport libraries, which Duden Korrektor links to. The error is in the extension,

[Libreoffice-bugs] [Bug 59159] New: FORMATTING: Styles used in conditional formatting not copied between documents

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59159 Priority: medium Bug ID: 59159 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: Styles used in conditional formatting not copied between documents

[Libreoffice-bugs] [Bug 58807] No sound with statement beep

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58807 --- Comment #8 from LeMoyne Castle lemoyne.cas...@gmail.com --- This commit: http://cgit.freedesktop.org/libreoffice/core/commit/?id=0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b on Bug 48549 caused the removal of the system beep call from the BASIC

[Libreoffice-bugs] [Bug 59160] New: FILEOPEN: Trying to open a non-existant file from the 'open' dropdown on the 'home' page causes extraneous dialogues.

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59160 Priority: medium Bug ID: 59160 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FILEOPEN: Trying to open a non-existant file from the 'open'

[Libreoffice-bugs] [Bug 50639] Format Paint Brush poor functionality

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50639 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 50644] EDITING: grouping a picture and an object

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50644 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 58807] No sound with statement beep

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58807 --- Comment #9 from LeMoyne Castle lemoyne.cas...@gmail.com --- The implementation used to be in: vcl/source/app/sound.cxx and that file is gone from master/core. Bug 48549 has three commits - none remove the corollary header and the source.

[Libreoffice-bugs] [Bug 58807] No sound with statement beep

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58807 LeMoyne Castle lemoyne.cas...@gmail.com changed: What|Removed |Added Whiteboard|bibisectrequest, BSA|BSA

[Libreoffice-bugs] [Bug 50673] serial letters: FORMATTING (1) and PRINTING/# of page output (2)

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50673 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 50700] Text characters are garbled during printing

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50700 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 50714] PDFs exported by LibreOffice cannot be converted by ps2ascii

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50714 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 50716] FORMCONTROLS: Listbox FormControl - contents of the linked cell reverts to Position not Selected Entry

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50716 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 50730] : SVG is stored uncompressed in libreoffice opendocument files

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50730 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Severity|minor |enhancement

[Libreoffice-bugs] [Bug 58074] Writer table functions are not calculated before printing

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58074 Michael Stahl mst...@redhat.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 50743] FORMATTING: Highlighting scrolls automatically

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50743 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 50776] MAILMERGE: Mailmerge, Wiriter crashes after completion

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50776 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 58417] Libreoffice 4.0 crashes in LanguageTag constructor at start on Ubuntu 12.10 64bit

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58417 --- Comment #15 from A.S. as...@isa.upv.es --- The bug is still present in daily build: libreoffice-4-0~2013-01-08_03.34.40_LibO-Dev_4.0.0.0.beta2_Linux_x86-64_install-deb_en-US.tar.gz Apport crash log for the latest version:

[Libreoffice-bugs] [Bug 59163] New: FILESAVE: Mac proxy icon isn't displayed after first saving a document

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59163 Priority: medium Bug ID: 59163 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FILESAVE: Mac proxy icon isn't displayed after first saving a document Severity:

[Libreoffice-bugs] [Bug 50794] Increasing scaling causes ugly black space below Menu Bar

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50794 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 56227] FILEOPEN: 123 file cannot be opened

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56227 --- Comment #4 from c.cottign...@orange.fr --- regarding macro recorder. I can only click Tools/Options but there is no /Advanced/Enable macro recording option Christian COTTIGNIES, tel GSM: 0681448878 From: bugzilla-dae...@freedesktop.org

[Libreoffice-bugs] [Bug 50810] VIEWING: Mouse over Menu Bar items does not activate button view

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50810 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 50840] Not showing calc cell with 0 in exported pdf.

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50840 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 58937] FILEOPEN: RTF-filter; Addition of empty cell in the table

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58937 Miklos Vajna vmik...@suse.cz changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 50855] VIEWING: Nimbus Sans L missing styles

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50855 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 50858] PRINTING: print merging

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50858 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 59131] Crash on opening Properties from print dialog second time

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59131 Caolán McNamara caol...@redhat.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 51300] VIEWING: Comments are not readable (shown in white over yellow)

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51300 --- Comment #32 from vulc...@gmx.com --- The problems are always here in LibreOffice 4.0.0.0.beta2 (Build ID: 4104d660979c57e1160b5135634f732918460a0) -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 50878] Default directory for user backups is not created on install or first save - creating backup copy fails

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50878 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

<    1   2   3   4   >