Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread Tor Lillqvist
> There are several "undefined reference" errors according to vcl:PDEFWriter > and PDFWriterImpl during tail_build. Should be fixed since yesterday evening, git pull -r and try again. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread James Chen
There are several "undefined reference" errors according to vcl:PDEFWriter and PDFWriterImpl during tail_build. Complete log can be found at http://pastebin.com/9zhVBvf2 Any advice? Thanks. James ___ LibreOffice mailing list LibreOffice@lists.freedes

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread James Chen
>On 13/08/12 12:04, James Chen wrote: >> Encounter another error while building freetype >> >> log for /Users/jamchen/Developer/Android/libreoffice_core/freetype >> dmake: >> >>/Users/jamchen/Developer/Android/libreoffice_core/solenv/inc/settings.mk: >> line 55: Error: -- Include file >> >>/

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

2012-08-13 Thread Markus Mohrhard
sc/inc/colorscale.hxx |8 +++ sc/inc/conditio.hxx| 14 + sc/qa/unit/subsequent_filters-test.cxx |1 sc/source/core/data/colorscale.cxx | 50 sc/source/core/data/conditio.cxx | 11 sc/source/filter/excel/xec

[GSoC] testing - Weekly Report no. 12

2012-08-13 Thread Artur Dorda
Hello, This week I wrote some tests for the XML unit converter in sax. I have expanded test_converter.cxx in sax/qa/cppunit of the following functions tested: * convertMeasure * convertBool * convertPercent * convertColor * convertNumber [every function bilaterally - string to X, and X to string]

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

2012-08-13 Thread Takeshi Abe
basic/source/comp/dim.cxx | 14 - basic/source/comp/exprnode.cxx | 16 +- basic/source/comp/exprtree.cxx | 29 --- basic/source/comp/symtbl.cxx |4 +- basic/source/inc/expr.hxx | 61 - basic/source/runt

Re: Solarmutex Deadlock when Closing Calc which contains functions with XVolatileResult return values

2012-08-13 Thread anwen
Michael Stahl-2 wrote > > On 09/08/12 15:56, anwen wrote: >> I am also interested in XDocumentEventBroadcaster/XDocumentEventListener. >> I >> am wondering if you could correct my following code which tries to >> register >> a XDocumentListener with the XDocumentEventBroadcaster in a Calc >> Exte

[Libreoffice-commits] .: solenv/bin

2012-08-13 Thread Tim Retout
solenv/bin/modules/installer/download.pm | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) New commits: commit 4b180f51c5cbaaabfcaba6899b5047c89d623cc2 Author: Tim Retout Date: Mon Aug 13 22:18:17 2012 +0100 installer::download: Clean up get_versionstring and make priva

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/source vcl/unx

2012-08-13 Thread Antonio Fernandez
vcl/source/window/menu.cxx| 68 +- vcl/unx/gtk/window/gtksalmenu.cxx | 24 ++--- 2 files changed, 27 insertions(+), 65 deletions(-) New commits: commit 8af3f23b0632beec4147329877717d431c6942c0 Author: Antonio Fernandez Date: Mon Aug 13 22

[REVIEW 3-6] Fix pivot table import from xlsx (fdo#53456)

2012-08-13 Thread Kohei Yoshida
Hi there, I'd like http://cgit.freedesktop.org/libreoffice/core/commit/?id=ae296a60781a2b5d5b7523cbda3444e3dd21506f cherry-picked into 3-6. This fixes https://bugs.freedesktop.org/show_bug.cgi?id=53456 The gist of the bug is that, pivot table would treat all formula cells within its source

[Libreoffice-commits] .: sc/source

2012-08-13 Thread Kohei Yoshida
sc/source/filter/oox/workbookhelper.cxx | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit ae296a60781a2b5d5b7523cbda3444e3dd21506f Author: Kohei Yoshida Date: Mon Aug 13 17:08:57 2012 -0400 fdo#53456: initialize pivot tables *after* the formula cells.

[PATCH] logerrit: Fix some typos.

2012-08-13 Thread Gerrit
>From Tim Retout : Tim Retout has uploaded a new change for review. Change subject: logerrit: Fix some typos. .. logerrit: Fix some typos. Change-Id: I0d6f3f5521d32dad1ffaa8675d5f43c7d7fa7cea --- M logerrit 1 file changed, 3 in

Re: [PATCH] More STL'ification (7)

2012-08-13 Thread Michael Stahl
On 13/08/12 15:37, Noel Grandin wrote: > Hi > > These patches convert various places from using tools/list.hxx to using > normal STL containers. thanks, pushed to master. patch #2 had some problems; nIdx becomes n here: (ridiculous indentation by original code author) > -

Re: Missing ICU Library

2012-08-13 Thread Samuel Mehrbrodt
Yes, I followed the instructions there. I already had a successful build, but that was last year and on an older Ubuntu version. I am compiling from master, pulled yesterday. http://wiki.documentfoundation.org/Development/How_to_build/Configure_options On this page I saw a configure option '--

[PATCH] fdo#35323 - fix for The standard date format for Swedish is ...

2012-08-13 Thread Gerrit
>From Albert Thuswaldner : Albert Thuswaldner has uploaded a new change for review. Change subject: fdo#35323 - fix for The standard date format for Swedish is wrong .. fdo#35323 - fix for The standard date format for Swedish i

Re: Missing ICU Library

2012-08-13 Thread julien2412
Hi, Did you try to follow this page: http://wiki.documentfoundation.org/Development/Native_Build ? (above all http://wiki.documentfoundation.org/Development/Linux_Build_Dependencies) Which sources are you compiling ? 3.5, 3.6, master from git ? Julien -- View this message in context: http://

Re: [GSoC 2012][Collaboration] brief status

2012-08-13 Thread Jean-Tiare LE BIGOT
Hello, Wow! That's great! How do you detect offline? In fact, it does not work as expected :-(. Because when the contact closes the document, he is still online, so we don't know about closed channel. My 2 cents: Could you use something like a "keepalive" signal ? A timeout could then be

[GSOC-UPDATE] Impress Remote

2012-08-13 Thread Andrzej J. R. Hunt
Hi everyone, Today's updates: - Refactoring of the Communication Service for fully threaded networking. - Pairing now works!* * Pairing by itself works, if the correct IP address is known. Finding servers / their IP addresses also works. (I don't yet know whether the two combined work -- I'm c

Re: [GSoC 2012][Collaboration] brief status

2012-08-13 Thread Matúš Kukan
Hi Eike, On 8 August 2012 17:51, Eike Rathke wrote: >> And also when we are collaborating and either we or the other side >> gets offline, message is printed in the terminal and the mode is >> switched back to normal. > > Wow! That's great! How do you detect offline? In fact, it does not work as

Missing ICU Library

2012-08-13 Thread Samuel Mehrbrodt
Hi, when trying to compile LO on Ubuntu 12.04, I get the following error in tail_build followed by a long list of 'undefined reference' warnings: /usr/bin/ld: warning: libicuuc.so.49, needed by solver/unxlngi6.pro/lib/libicui18n.so, not found (try using -rpath or -rpath-link) On my system

Re: [Libreoffice] [GSoC 2012][svg export filter] Weekly Report #8

2012-08-13 Thread Marco Cecchetti
On Mon, 13 Aug 2012 20:39:34 +0200, Michael Meeks wrote: Hi Marco, On Mon, 2012-08-13 at 17:25 +0200, Marco Cecchetti wrote: >> > scp foo.svg @users.freedesktop.org: > ... >> thanks a lot for having pointed out this solution! I wasn't aware of >> that. It will simplify my work for sure. :

[REVIEW 3-6] Fix for fdo#53089

2012-08-13 Thread Kohei Yoshida
Hi there, I'd like http://cgit.freedesktop.org/libreoffice/core/commit/?id=51f1fc69aa539dec8035195b98e0b128026388e9 cherry-picked to the 3-6 branch. It fixes https://bugs.freedesktop.org/show_bug.cgi?id=53089 while making sure that https://bugs.freedesktop.org/show_bug.cgi?id=52205 and ht

[Libreoffice-commits] .: sc/qa

2012-08-13 Thread Kohei Yoshida
sc/qa/unit/ucalc.cxx | 81 +++ 1 file changed, 81 insertions(+) New commits: commit bf222b4985ca535903835980357687ae6e137ba1 Author: Kohei Yoshida Date: Mon Aug 13 15:07:56 2012 -0400 Unit test for pivot table's text number field member ou

[Libreoffice-commits] .: sc/qa

2012-08-13 Thread Kohei Yoshida
sc/qa/unit/data/csv/numberformat.csv |3 +++ sc/qa/unit/subsequent_filters-test.cxx | 30 ++ 2 files changed, 33 insertions(+) New commits: commit b8430f71d37ea5181fc812fc07a20555b07a0b3c Author: Kohei Yoshida Date: Mon Aug 13 14:45:59 2012 -0400 Add te

Re: gstreamer-1.0 support ...

2012-08-13 Thread Michael Meeks
Hi Michael, On Mon, 2012-08-13 at 17:21 +0200, Michael Stahl wrote: > uhm... considering that this newfangled thing isn't even released yet, i > would prefer (for now) to default to 0.10 and fall back to 1.0 in any > generic binary builds The 'for now' is only in master. The order is to t

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

2012-08-13 Thread Kohei Yoshida
sc/inc/stringutil.hxx | 26 +++ sc/qa/unit/data/html/numberformat.html |8 +++ sc/qa/unit/subsequent_filters-test.cxx | 37 +++-- sc/qa/unit/ucalc.cxx |2 - sc/source/core/data/column3.cxx|

Re: minutes of ESC call ...

2012-08-13 Thread Bjoern Michaelsen
On Mon, Aug 13, 2012 at 10:26:57AM -0700, bfo wrote: > Or maybe change in the base code workflow is needed? > 1. design the change currently done > 2. find out which modules are affected would require a lot of cleanup in the codebase to make sensible predictions for nontrivial changes here. We

Re: minutes of ESC call ...

2012-08-13 Thread bfo
Michael Meeks-2 wrote > > On the other hand giving all developers the idea that > testing / bug fixing can be endlessly deferred since we'll never release > - is a really poor plan too; one aspect of that is that it's not fair on > the people that work diligently to test and fix things so we can

Re: minutes of ESC call ...

2012-08-13 Thread bfo
Noel Grandin wrote > >> - zero tolerance policy for regression issues during development >> - zero tolerance policy for crash issues during development > People who advocate zero tolerance for such things are welcome to > provide the time and financial resources necessary to achieve this. > Hi.

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

2012-08-13 Thread Petr Mladek
writerfilter/source/rtftok/rtfdocumentimpl.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 98e895db332446b3fe2fc901a6cf9cff64d2b1b8 Author: Miklos Vajna Date: Fri Aug 10 17:48:57 2012 +0200 fdo#48446 implement RTF_CPG (cherry picked from commit f6a24ace5ad12e7

[PUSHED] Change in core[libreoffice-3-6]: fdo#48446 implement RTF_CPG

2012-08-13 Thread Gerrit
>From Petr Mladek : Petr Mladek has submitted this change and it was merged. Change subject: fdo#48446 implement RTF_CPG .. fdo#48446 implement RTF_CPG (cherry picked from commit f6a24ace5ad12e79f0cc90709a290a30e3758781) Chan

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

2012-08-13 Thread Petr Mladek
writerfilter/source/rtftok/rtfdocumentimpl.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 8054472f666c87d6437dcea064c3cef379916245 Author: Miklos Vajna Date: Fri Aug 10 17:48:57 2012 +0200 fdo#48446 implement RTF_CPG (cherry picked from commit f6a24ace5ad12e7

[PATCH] Translate German comments in sw/source/core/docnode/ndnotxt....

2012-08-13 Thread Gerrit
>From Bertrand Lorentz : Bertrand Lorentz has uploaded a new change for review. Change subject: Translate German comments in sw/source/core/docnode/ndnotxt.cxx .. Translate German comments in sw/source/core/docnode/ndnotxt.cxx

Re: [PUSHED 3-6] fdo#53006: And detect LO downgrading scenarios

2012-08-13 Thread Petr Mladek
Stephan Bergmann píše v Po 13. 08. 2012 v 18:01 +0200: > As Petr found out, if you first run LO 3.6.1, then some old LO 3.5.x > (making use of share/prereg/bundled), then LO 3.6.1 again, all on the > same UserInstallation, it can still happen that LO 3.6.1 refuses to > start (as LO 3.5.x copied

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

2012-08-13 Thread Petr Mladek
desktop/source/app/app.cxx| 75 ++ desktop/source/deployment/registry/component/dp_component.cxx |7 2 files changed, 55 insertions(+), 27 deletions(-) New commits: commit aed059b816a1df35be33598916acf341dd1a31ac Author: Stephan Bergmann Date:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 44628, which changed state. Bug 44628 Summary: unopkg.exe does not find VC runtime during install (extension registration) https://bugs.freedesktop.org/show_bug.cgi?id=44628 What|Old Value

[Libreoffice-commits] .: sot/source svtools/inc svtools/source sw/inc tools/source unusedcode.easy vcl/inc vcl/unx

2012-08-13 Thread Thomas Arnhold
sot/source/sdstor/storage.cxx | 14 -- svtools/inc/svtools/PlaceEditDialog.hxx|2 svtools/source/dialogs/PlaceEditDialog.cxx |5 -- svtools/source/misc/transfer.cxx |7 --- sw/inc/unofield.hxx|1 tools/source/fsys/tempfile.

Triaging Update

2012-08-13 Thread Joel Madero
Hi All, As most of you know we've started a major push to triage the unconfirmed bugs and I am going to give updates periodically for 2 reasons: 1. just so we all know the progress :) 2. to remind people that we always need more individuals helping out at least until we get a grasp on the 12+ mont

Re: [PUSHED 3-6 ] No more prereg, no more unopkg sync

2012-08-13 Thread Andras Timar
Hi, 2012/8/13 Stephan Bergmann > On 08/13/2012 01:48 PM, Michael Meeks wrote: > >> IMHO I'd prefer to have an RC3 for 3.6.1 than the potential for >> regression by including this in 3.6.2 - and having the state-of-the-art >> code that is shared between master and -3-6 for testing seems s

[Libreoffice-commits] .: instsetoo_native/inc_openoffice

2012-08-13 Thread Andras Timar
instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt |1 - instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt |2 -- 2 files changed, 3 deletions(-) New commits: commit 72e21d7a5621846782f86e2fc645811efbf5f18a Author: Andras Timar Date: Mon Aug 13 18:07:44

Re: [PATCH] fdo#47674 Calc: save settings for import ascii text dialog

2012-08-13 Thread Eike Rathke
Hi jumbo444, On Friday, 2012-08-10 06:26:52 -0700, jumbo444 wrote: > I propose a patch for fdo#47674 I'll follow up on that tomorrow. > Open Text-CSV saved settings of ScImportAsciiDlg dialog, but not Paste > > Unformatted Text and Data > Text to Columns. > This patch adds two groups in Calc.xc

[REVIEW 3-6] fdo#53006: And detect LO downgrading scenarios

2012-08-13 Thread Stephan Bergmann
As Petr found out, if you first run LO 3.6.1, then some old LO 3.5.x (making use of share/prereg/bundled), then LO 3.6.1 again, all on the same UserInstallation, it can still happen that LO 3.6.1 refuses to start (as LO 3.5.x copied potentially broken data to user/extensions/bundled but did not

[Libreoffice-commits] .: desktop/source

2012-08-13 Thread Stephan Bergmann
desktop/source/app/app.cxx| 75 ++ desktop/source/deployment/registry/component/dp_component.cxx |7 2 files changed, 55 insertions(+), 27 deletions(-) New commits: commit e9631f40ee49a244b6c6816e5cfb36814b9bafba Author: Stephan Bergmann Date:

[Libreoffice-commits] .: 2 commits - oox/inc oox/Library_oox.mk oox/source sw/source

2012-08-13 Thread Miklos Vajna
oox/Library_oox.mk |1 oox/inc/oox/export/vmlexport.hxx | 21 +++- oox/source/export/vmlexport.cxx | 42 sw/source/filter/ww8/docxattributeoutput.cxx | 46 ++- sw/source/filter/ww

[PUSHED] Change in core[libreoffice-3-6]: Page Break: don't show if mouse is gone and button is still ...

2012-08-13 Thread Gerrit
>From Petr Mladek : Petr Mladek has submitted this change and it was merged. Change subject: Page Break: don't show if mouse is gone and button is still invisible .. Page Break: don't show if mouse is gone and button is still

Re: gstreamer-1.0 support ...

2012-08-13 Thread Michael Stahl
On 13/08/12 16:55, Michael Meeks wrote: > For the generic linux build we prolly want to ship both of these > backends for a while - we should fall-back through them activating first > gst-1.0 then gst-0.10. > > Having said that IIRC there is no gstreamer-1.0 release yet, and the > 1.0

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

2012-08-13 Thread Petr Mladek
sw/source/ui/docvw/PageBreakWin.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cbb047527d856258b7b925dc37f56f0e9b0b3e90 Author: Ivan Timofeev Date: Fri Aug 10 16:14:17 2012 +0400 Page Break: don't show if mouse is gone and button is still invisible (fdo#

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

2012-08-13 Thread Ivan Timofeev
sw/source/core/layout/paintfrm.cxx | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) New commits: commit 93e819418070deb2750a918a1c3ea52376558d21 Author: Miklos Vajna Date: Mon Aug 13 16:03:17 2012 +0200 fdo#53439 SwPageFrm::PaintBorderAndShadow fix painting a

--with-mozilla-build required on windows ?

2012-08-13 Thread Matúš Kukan
Hello, Since 500261a6b6e9dbeacce7f693b01a1c32a112f4fb nss seems to be needed for vcl. I'd push attached patch to fix W2008R2_16-minimal_build but It would fail anyway because one needs Mozilla build tools for that ? So - what's wrong ? Running configure on windows without --with-mozilla-build ? I

[Libreoffice-commits] .: 2 commits - avmedia/Library_avmediagst_0_10.mk filter/source i18npool/source jvmfwk/plugins mysqlc/source sw/source wizards/com

2012-08-13 Thread Michael Meeks
avmedia/Library_avmediagst_0_10.mk|6 +- filter/source/xsltfilter/com/sun/star/comp/xsltfilter/Base64.java |7 +- i18npool/source/localedata/data/so_SO.xml |2 jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx |

[Libreoffice-commits] .: 2 commits - vcl/Library_vcl.mk vcl/source

2012-08-13 Thread Tor Lillqvist
vcl/Library_vcl.mk| 11 +++ vcl/source/gdi/pdfwriter_impl.cxx | 25 +++-- 2 files changed, 26 insertions(+), 10 deletions(-) New commits: commit e554121fcabefa01b531c1b5b63c227f5a9a97fa Author: Tor Lillqvist Date: Mon Aug 13 17:49:53 2012 +0300

gstreamer-1.0 support ...

2012-08-13 Thread Michael Meeks
JFYI - I pushed the gstreamer 1.0 support I've been working on to master somewhat prematurely by accident. But it's there now ... so - what's it all about ? After years of a 0.10 release - it seems the gst guys have decided to bump to 1.0 and tweak their ABI at the same time.

[Libreoffice-commits] .: vcl/generic

2012-08-13 Thread Caolán McNamara
vcl/generic/fontmanager/fontmanager.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 90496967fe7ddb8a616dce8c70013fa4450c5983 Author: Caolán McNamara Date: Mon Aug 13 15:52:43 2012 +0100 Resolves: fdo#53258 Aquabase-spanish-support busts ttf rea

[Libreoffice] [GSoC 2012][svg export filter] Weekly Report #12

2012-08-13 Thread Marco Cecchetti
Hi everybody, it follows my weekly report: Report #12 - Now bitmaps embedded into text shapes (such as bullet images) and all types of bullet characters are displayed when a list item is exported. An index of all text shapes present on a slide is generated that will be used at a later t

Re: [Libreoffice-ux-advise] [REVIEW 3-6] Window background of toolbars

2012-08-13 Thread Petr Mladek
Hi, I tend Jan Holesovsky píše v Pá 10. 08. 2012 v 17:22 +0200: > I've pushed a change to master that (I hope) improves the situation: > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=03dbe1a97c0050365ac3820575134bace0908e2b > > [for cherry-picking purposes, probably easier to chec

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

2012-08-13 Thread Caolán McNamara
filter/inc/filter/msfilter/util.hxx | 18 + filter/source/msfilter/util.cxx | 127 2 files changed, 145 insertions(+) New commits: commit 1a8d78656a5773d285a430f6f88602beda173a8e Author: Caolán McNamara Date: Mon Aug 13 15:07:13 2012 +0100

[Libreoffice-commits] Changes to 'feature/svg-export'

2012-08-13 Thread Marco Cecchetti
New branch 'feature/svg-export' available with the following commits: commit 70c17806457e26d223c668367f4e355d1b29291d Author: Marco Cecchetti Date: Sat Aug 11 22:23:22 2012 +0200 text export support for bullets and hyperlinks SVGFilter: - new: implExportTextShapeIndex, impl

[Libreoffice-commits] .: sw/source

2012-08-13 Thread Miklos Vajna
sw/source/core/layout/paintfrm.cxx | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) New commits: commit c5b9c197d70a0fb7d75bcedf2d70e6320175e846 Author: Miklos Vajna Date: Mon Aug 13 16:03:17 2012 +0200 fdo#53439 SwPageFrm::PaintBorderAndShadow fix painting a

Re: [PUSHED 3-6 3-5] fdo#50654: update virtual device width on modifying WB_EXTRAFIELD flag

2012-08-13 Thread Ivan Timofeev
Hi Petr, On 13.08.2012 14:29, Petr Mladek wrote: BTW: I wonder if we could remove the duplicated code from Ruler::Resize(). It calls ImplInitExtraField just few lines above. I am not 100% sure but it seems that the code in between does not affect mnVirWidth and the other variables. It does not m

[Libreoffice-commits] .: svtools/source

2012-08-13 Thread Ivan Timofeev
svtools/source/control/ruler.cxx | 12 1 file changed, 12 deletions(-) New commits: commit 7fbab3fc351212cd8474159391bc744cee2d7e68 Author: Ivan Timofeev Date: Mon Aug 13 17:25:32 2012 +0400 remove duplicate code, thanks to Petr Mladek for spotting Change-Id: I136d

[Libreoffice-commits] .: sc/qa

2012-08-13 Thread Eike Rathke
sc/qa/unit/ucalc.cxx | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) New commits: commit cc2d0811c25c6a54a952555a1a44bdb9c267c9d0 Author: Eike Rathke Date: Mon Aug 13 15:11:07 2012 +0200 test with and without "Empty string as zero" option Change-

Re: [REVIEW-3-6] [PUSHED 3-6] correctly calculate the percentile for upper data bar limit

2012-08-13 Thread Kohei Yoshida
On 08/11/2012 07:20 PM, Markus Mohrhard wrote: Hey, the attached patch corrects the code that calculates the value if you select percentile for the upper limit. Until now it incorrectly used the lower bounds values to calculate these value. This will be fixed in master a bit differently. Sound

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

2012-08-13 Thread Kohei Yoshida
sc/source/core/data/colorscale.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1db8f09103403851baa193527eadd3a990be55c3 Author: Markus Mohrhard Date: Sun Aug 12 01:15:17 2012 +0200 correctly calculate percentile for upper data bar limit Change

Re: [REVIEW 3-6 ] No more prereg, no more unopkg sync

2012-08-13 Thread Stephan Bergmann
On 08/13/2012 01:48 PM, Michael Meeks wrote: IMHO I'd prefer to have an RC3 for 3.6.1 than the potential for regression by including this in 3.6.2 - and having the state-of-the-art code that is shared between master and -3-6 for testing seems sensible (to me). In the end, I'd be fine ei

[PATCH] fdo#35079: EDITING: Drawing element completely in mouse selection frame not selected

2012-08-13 Thread Wasserthal
I have found a solution for the Bug that 1. increased the size of the bounding box for frame selection 2. increased the size of the bounding box for exporting the selection to a jpeg. It appeared on rotated, custom shapes. https://bugs.freedesktop.org/show_bug.cgi?id=35079 This patch keeps th

[Libreoffice-commits] .: i18npool/source

2012-08-13 Thread Eike Rathke
i18npool/source/localedata/data/pt_PT.xml |3 +++ 1 file changed, 3 insertions(+) New commits: commit 01e1f4eca5f89d685769833076df440a202b6a08 Author: Eike Rathke Date: Mon Aug 13 13:51:27 2012 +0200 added -MM-DD HH:MM format code to [pt-PT] Change-Id: I294c9b665a93141695

Re: [REVIEW 3-6 ] No more prereg, no more unopkg sync

2012-08-13 Thread Michael Meeks
On Fri, 2012-08-10 at 16:32 +0200, Stephan Bergmann wrote: > Quoting > > > "Related fdo#51252: No more prereg, no more unopkg sync": "Now that > 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 'fdo#512

Re: setting LibreOffice settings automatically

2012-08-13 Thread Petr Mladek
Hi Danishka, Danishka Navin píše v Po 13. 08. 2012 v 12:46 +0530: > To enable Sinhala spell checker I have to do few configurations in > LibreOffice. > > It won't work by default. > > Is there a way to set some values for LibreOffice by editing a config > file on GNU/Linux? > > For example, ho

Re: Looking for a code portion: import/export document formats

2012-08-13 Thread Bjoern Michaelsen
Hi, On Mon, Aug 13, 2012 at 11:37:24AM +0100, Michael Meeks wrote: > > On Mon, 2012-08-13 at 11:52 +0200, Michael Stahl wrote: > > the best option of using LibreOffice for your purpose is to install it > > and connect to it via UNO; read the OOo Dev Guide for details: > > Or to run it from

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread Michael Meeks
On Mon, 2012-08-13 at 12:53 +0200, Michael Stahl wrote: > this indicates freetype is missing a dependency on the "solenv" module, > have fixed that on master now, please try again Oooh - I've seen that for ages and not seen how to fix it - and just worked around it by re-running make ;-)

Re: Looking for a code portion: import/export document formats

2012-08-13 Thread Michael Meeks
On Mon, 2012-08-13 at 03:57 -0700, docminer wrote: > So it's clear: I only need someone running LO on Android and iOS and then > invoke the command line in order to transform document formats. I'll look > for those distributions (if they exists...?) Ah - well, I'd play with our Android cr

Re: Looking for a code portion: import/export document formats

2012-08-13 Thread docminer
So it's clear: I only need someone running LO on Android and iOS and then invoke the command line in order to transform document formats. I'll look for those distributions (if they exists...?) Alternatively, I've an Adobe's Alchemy 2 compiler, and I'll try to compile LO too by using it. Although I

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread Michael Stahl
On 13/08/12 12:04, James Chen wrote: > Encounter another error while building freetype > > log for /Users/jamchen/Developer/Android/libreoffice_core/freetype > dmake: > /Users/jamchen/Developer/Android/libreoffice_core/solenv/inc/settings.mk: > line 55: Error: -- Include file > /Users/jamchen/D

[Libreoffice-commits] .: freetype/prj

2012-08-13 Thread Michael Stahl
freetype/prj/build.lst |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 0209269f770f68dac5c3bfa6d555b7f6908a0902 Author: Michael Stahl Date: Mon Aug 13 12:43:08 2012 +0200 freetype: add missing "solenv" dependency Change-Id: I317c7e641ecee750b858e3c1

[PATCH] Change in core[libreoffice-3-5]: fdo#47495 fix RTF import of multiple shapes inside textframe...

2012-08-13 Thread Gerrit
>From Miklos Vajna : Miklos Vajna has uploaded a new change for review. Change subject: fdo#47495 fix RTF import of multiple shapes inside textframes .. fdo#47495 fix RTF import of multiple shapes inside textframes (cherry-pick

[PATCH] Change in core[libreoffice-3-6]: fdo#47495 fix RTF import of multiple shapes inside textframe...

2012-08-13 Thread Gerrit
>From Miklos Vajna : Miklos Vajna has uploaded a new change for review. Change subject: fdo#47495 fix RTF import of multiple shapes inside textframes .. fdo#47495 fix RTF import of multiple shapes inside textframes (cherry-pick

[Libreoffice-commits] .: sc/qa

2012-08-13 Thread Markus Mohrhard
sc/qa/unit/ucalc.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 7ed9e024726747f9d0a70365c83ab619fac889e6 Author: Markus Mohrhard Date: Mon Aug 13 12:36:37 2012 +0200 these test should not have been disabled diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index

Re: Looking for a code portion: import/export document formats

2012-08-13 Thread Michael Meeks
On Mon, 2012-08-13 at 11:52 +0200, Michael Stahl wrote: > the best option of using LibreOffice for your purpose is to install it > and connect to it via UNO; read the OOo Dev Guide for details: Or to run it from the command-line with: --headless --convert-to pdf foo.doc

Re: Looking for a code portion: import/export document formats

2012-08-13 Thread docminer
Hi, Thank you for the info. But what I trying to achieve is displaying documents on mobile devices and desktops regardless the format and the platform. So, I guess I need to run some LO source code on those platforms. At the present, DocMiner (www.docminer.com) is able to display any document ODF

[PUSHED 3-6] fdo#53246 Fresh postgresql-sdbc implementation names

2012-08-13 Thread Michael Meeks
On Mon, 2012-08-13 at 10:20 +0200, Stephan Bergmann wrote: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=f50a41437ee99aee499dbabd1d36ef8197db5559> > > "fdo#53246 Fresh postgresql-sdbc implementation names" works around that > on master, with a rather trivial patch of choosing new na

[Libreoffice-commits] .: sw/qa writerfilter/source

2012-08-13 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo47495.rtf | 164 + sw/qa/extras/rtfimport/rtfimport.cxx |9 + sw/qa/extras/swmodeltestbase.hxx | 15 ++ writerfilter/source/rtftok/rtfdocumentimpl.cxx |5 4 files changed, 192 insertions(+), 1 deletion

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - connectivity/registry connectivity/source connectivity/workben

2012-08-13 Thread Michael Meeks
connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu |2 +- connectivity/source/drivers/postgresql/postgresql-sdbc-impl.component |2 +- connectivity/source/drivers/postgresql/postgresql-sdbc.component |2 +- connectivity/source/drivers/

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

2012-08-13 Thread Markus Mohrhard
sc/inc/colorscale.hxx | 29 +-- sc/qa/unit/data/ods/colorScale.ods |binary sc/qa/unit/subsequent_filters-test.cxx | 47 ++ sc/source/core/data/colorscale.cxx | 221 + sc/source/filter/excel/xecontent.cxx | 23 +-

Re: [PUSHED 3-6] fdo#53006: Remove directories too, not just plain files

2012-08-13 Thread Petr Mladek
Petr Mladek píše v Po 13. 08. 2012 v 11:38 +0200: > Stephan Bergmann píše v Pá 10. 08. 2012 v 19:41 +0200: > > On 08/10/2012 05:29 PM, Petr Mladek wrote: > > > Just to be sure. removeTree(url) removes only files and not directories. > > > Is it by intention? I think that both variants would be fine

Re: [PUSHED 3-6 3-5] fdo#50654: update virtual device width on modifying WB_EXTRAFIELD flag

2012-08-13 Thread Petr Mladek
Ivan Timofeev píše v St 08. 08. 2012 v 22:58 +0400: > Hi, > > https://bugs.freedesktop.org/show_bug.cgi?id=50654 > "Writer, Ruler: Paint issue at bottom left-ruler" > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=84d5e639b08a1f96b41b7b5b6af51c703b0cd620 > fixes it, the commit message

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

2012-08-13 Thread Petr Mladek
svtools/source/control/ruler.cxx | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) New commits: commit 1500bc8970dc61f96697a186d6bb0d1aacc2ce67 Author: Ivan Timofeev Date: Wed Aug 8 16:46:19 2012 +0400 fdo#50654: update virtual device width on modifying WB_EXTRAFIEL

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

2012-08-13 Thread Petr Mladek
svtools/source/control/ruler.cxx | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) New commits: commit 6f86c8e38a5263e609ec189b2a01d4fad7cd0e4e Author: Ivan Timofeev Date: Wed Aug 8 16:46:19 2012 +0400 fdo#50654: update virtual device width on modifying WB_EXTRAFIEL

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

2012-08-13 Thread Miklos Vajna
reportdesign/inc/UndoEnv.hxx |2 reportdesign/source/core/api/Section.cxx | 87 ++- reportdesign/source/core/inc/Section.hxx | 34 +--- 3 files changed, 82 insertions(+), 41 deletions(-) New commits: commit 05218c101df486302bf4cfe8be23ad840

Re: Build LO for Android on Mac OS 10.8

2012-08-13 Thread James Chen
Encounter another error while building freetype log for /Users/jamchen/Developer/Android/libreoffice_core/freetype dmake: /Users/jamchen/Developer/Android/libreoffice_core/solenv/inc/settings.mk: line 55: Error: -- Include file /Users/jamchen/Developer/Android/libreoffice_core/solver/unxandr.pr

[Libreoffice-commits] .: 3 commits - connectivity/source sc/source sw/qa sw/source tools/inc tools/source unusedcode.easy vcl/inc vcl/source

2012-08-13 Thread Caolán McNamara
connectivity/source/commontools/TSortIndex.cxx |4 - connectivity/source/inc/TKeyValue.hxx |1 sc/source/filter/xml/xmlexprt.cxx |6 - sc/source/filter/xml/xmlexprt.hxx |1 sw/qa/core/data/txt/pass/CVE-2009-2473-1.txt |1 sw/qa/core/data/

Re: Looking for a code portion: import/export document formats

2012-08-13 Thread Michael Stahl
On 13/08/12 11:26, docminer wrote: > Hi, > > I want to re-use in other project the LibreOffice's document transformation > features. For example, read a MS Word document and save it as Adobe PDF > file. > > I've downloaded the source codes and looked at them, but LO is a very large > project. Whe

[Libreoffice-commits] .: 2 commits - RepositoryExternal.mk RepositoryFixes.mk

2012-08-13 Thread Stephan Bergmann
RepositoryExternal.mk |2 +- RepositoryFixes.mk|1 + 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit fc2b42ed182c8e7d20a8626712b8a416d7a5bae5 Author: Stephan Bergmann Date: Mon Aug 13 11:46:50 2012 +0200 Proper sorting Change-Id: Ibf8303cd065ebd4c0

Re: [REVIEW 3-6] fdo#53006: Remove directories too, not just plain files

2012-08-13 Thread Petr Mladek
Stephan Bergmann píše v Pá 10. 08. 2012 v 19:41 +0200: > On 08/10/2012 05:29 PM, Petr Mladek wrote: > > Just to be sure. removeTree(url) removes only files and not directories. > > Is it by intention? I think that both variants would be fine. > > Oh, good catch. No, it was an oversight to not rem

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

2012-08-13 Thread Petr Mladek
desktop/source/app/app.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 8609e601b7351fd9480475e12e9e2c1aa7811c78 Author: Stephan Bergmann Date: Fri Aug 10 19:36:08 2012 +0200 fdo#53006: Remove directories too, not just plain files ... that wa

Looking for a code portion: import/export document formats

2012-08-13 Thread docminer
Hi, I want to re-use in other project the LibreOffice's document transformation features. For example, read a MS Word document and save it as Adobe PDF file. I've downloaded the source codes and looked at them, but LO is a very large project. Where I can found those sources? Thanks, Pablo. --

[PATCH] Change in core[libreoffice-3-5]: fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all s...

2012-08-13 Thread Gerrit
>From Miklos Vajna : Miklos Vajna has uploaded a new change for review. Change subject: fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all sections .. fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all sections

Re: [PUSHED] Change in core[libreoffice-3-6]: fix crash on start

2012-08-13 Thread Petr Mladek
Gerrit píše v So 11. 08. 2012 v 06:02 +: > >From Ivan Timofeev : > fix crash on start > > Change-Id: Ieee907d38711761f4770b802f54bd38c4e807807 > --- > M l10ntools/source/help/HelpCompiler.cxx > 1 file changed, 6 insertions(+), 3 deletions(-) > > > git pull ssh://gerrit.libreoffice.org:294

[PATCH] Change in core[libreoffice-3-6]: fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all s...

2012-08-13 Thread Gerrit
>From Miklos Vajna : Miklos Vajna has uploaded a new change for review. Change subject: fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all sections .. fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all sections

Re: problem

2012-08-13 Thread Petr Mladek
Hi Molly, Molly Hafer píše v Ne 12. 08. 2012 v 17:42 -0700: > I opened a document in Libre office an not only can i edit the > document but it wont let me close libre office AND I cant open Libre > office until it gets closed thanks. It is sad but such things happen. We need to debug this. Could

[Libreoffice-commits] .: 2 commits - sw/qa writerfilter/source

2012-08-13 Thread Miklos Vajna
dev/null |binary sw/qa/extras/odfimport/data/fdo53210.odt |binary sw/qa/extras/odfimport/odfimport.cxx | 23 +++ writerfilter/source/rtftok/rtfdocumentimpl.cxx |5 - writerfilter/source/rtftok/rtfdocumentimpl.hxx

  1   2   >