Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hello,

i never want to get something other emails of you -always!
Thanks,
Alex



________________________________
Von: "libreoffice-request@lists.freedesktop.org" <libreoffice-request@lists.freedesktop.org>
An: libreoffice@lists.freedesktop.org
Gesendet: 12:05 Montag, 12.September 2011 
Betreff: LibreOffice Digest, Vol 13, Issue 109

Send LibreOffice mailing list submissions to
    libreoffice@lists.freedesktop.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.freedesktop.org/mailman/listinfo/libreoffice
or, via email, send a message with subject or body 'help' to
    libreoffice-request@lists.freedesktop.org

You can reach the person managing the list at
    libreoffice-owner@lists.freedesktop.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of LibreOffice digest..."


Today's Topics:

   1. [Patch] fdo#40759 for X=0, GAMMADIST give wrong values
      (Wolfgang Pechlaner)
   2. Re: SAL_DEPRECATED (was: [Libreoffice-commits] .:    sal/inc)
      (Bjoern Michaelsen)
   3. Re: How to get LVS spellchk dict into distribution (Andras Timar)
   4. Re: [PATCH] Fix compilation in gtk3salnativewidgets-gtk.cxx
      (Caol?n McNamara)
   5. [PUSHED] Fix configure to not require java packages when
      passed --without-java (Caol?n McNamara)
   6. [PUSHED][REVIEW] take two on the "where did my    dictionaries
      go" (Caol?n McNamara)
   7. [PUSHED] cppcheck duplicateExpression (Caol?n McNamara)
   8. ????????? ?? ?????????. (mebalt@ya.ru)
   9. Re: stucked with a bug (Caol?n McNamara)
  10. RentalBay.eu - aukcie a dra?by nehnute?nost? (RentalBay.eu)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Sep 2011 11:17:35 +0200
From: Wolfgang Pechlaner <libo@pechlaner.at>
Subject: [Libreoffice] [Patch] fdo#40759 for X=0, GAMMADIST give wrong
    values
To: libreoffice@lists.freedesktop.org
Message-ID: <4E6DCE2F.3070200@pechlaner.at>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hallo,
In the ODF 1.2 specification stand , that the GAMMADIST Function only 
for x < 0  0 returns. The case x > 0 was ok, but there is the special 
case x == 0. I've tried to implement this.

greetings
Wolfgang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-modified-sc-source-core-tool-interpr6.cxx.patch
Type: text/x-patch
Size: 1305 bytes
Desc: not available
URL: 
<http://lists.freedesktop.org/archives/libreoffice/attachments/20110912/19940761/attachment.bin>

------------------------------

Message: 2
Date: Mon, 12 Sep 2011 11:17:37 +0200
From: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Subject: Re: [Libreoffice] SAL_DEPRECATED (was: [Libreoffice-commits]
    .:    sal/inc)
To: libreoffice@lists.freedesktop.org
Message-ID: <20110912111737.58684f2b@beryllium>
Content-Type: text/plain; charset=US-ASCII

On Sun, 11 Sep 2011 20:55:21 +0200
Stephan Bergmann <sbergman@redhat.com>
wrote:

On 09/09/2011 09:45 PM, Stephan Bergmann wrote:
Is it true that __declspec must go before the return type for MSC
(i.e., that the return type must go within the SAL_DEPRECATED
argument)?

No.

It turns out SAL_DEPRECATED can be simplified after all, see 
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=d88bceafa0227e0e7bfe6bad1221eb93d3a9619a>.

Yes. looking way better.

Best,

Bjoern


-- 
https://launchpad.net/~bjoern-michaelsen




------------------------------

Message: 3
Date: Mon, 12 Sep 2011 11:24:43 +0200
From: Andras Timar <timar74@gmail.com>
Subject: Re: [Libreoffice] How to get LVS spellchk dict into
    distribution
To: J?nis <jancs@dv.lv>
Cc: libreoffice@lists.freedesktop.org
Message-ID:
    <CAKqTfXZ8z-vFUDNDMZgfgAXjNiKkFzX+4zC_z3Xf-WaSBzYFhA@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi,

2011/9/10 J?nis <jancs@dv.lv>:

the latest version, also found on openoffice extension site:

http://dict.dv.lv/download/lv_LV-0.9.4.oxt

Licence - LGPL


Integrated, thanks. Please notify us about future updates.

Andras


------------------------------

Message: 4
Date: Mon, 12 Sep 2011 10:36:10 +0100
From: Caol?n McNamara <caolanm@redhat.com>
Subject: Re: [Libreoffice] [PATCH] Fix compilation in
    gtk3salnativewidgets-gtk.cxx
To: Lucas Baudin <xapantu@gmail.com>
Cc: libreoffice@lists.freedesktop.org
Message-ID: <1315820170.6990.2416.camel@Vain>
Content-Type: text/plain; charset="ANSI_X3.4-1968"

On Sun, 2011-09-11 at 10:13 +0200, Lucas Baudin wrote:
Hi,

The small attached patch fixes the compilation in 
gtk3salnativewidgets-gtk.cxx, it's just a cast from long int to int.

What's this patch against, that code doesn't exist in master. Is it
against a gtk3 feature branch ?

C.



------------------------------

Message: 5
Date: Mon, 12 Sep 2011 10:40:03 +0100
From: Caol?n McNamara <caolanm@redhat.com>
Subject: [Libreoffice] [PUSHED] Fix configure to not require java
    packages when passed --without-java
To: Tom?? Chv?tal <scarabeus@gentoo.org>
Cc: libreoffice-dev <libreoffice@lists.freedesktop.org>
Message-ID: <1315820403.6990.2417.camel@Vain>
Content-Type: text/plain; charset="UTF-8"

On Thu, 2011-09-08 at 14:58 +0200, Tom?? Chv?tal wrote:
As requested in the fdo#40687 attaching the from the bug.

Pushed now, thanks for this.

C.



------------------------------

Message: 6
Date: Mon, 12 Sep 2011 10:46:34 +0100
From: Caol?n McNamara <caolanm@redhat.com>
Subject: [Libreoffice] [PUSHED][REVIEW] take two on the "where did my
    dictionaries go"
To: LibreOffice List <libreoffice@lists.freedesktop.org>
Message-ID: <1315820794.6990.2418.camel@Vain>
Content-Type: text/plain; charset="ISO-8859-1"

On Fri, 2011-09-02 at 15:47 +0100, Caol?n McNamara wrote:
On Thu, 2011-09-01 at 13:52 +0100, Caol?n McNamara wrote:
Attached is the backport for 3-4 as this code changed a little between
3-4 and master.

caolanm->Andras: could you arrange to have the attached tested ?

https://bugs.freedesktop.org/show_bug.cgi?id=37195 testing seems to show
success here.

marking this thread as PUSHED.

C.



------------------------------

Message: 7
Date: Mon, 12 Sep 2011 10:56:46 +0100
From: Caol?n McNamara <caolanm@redhat.com>
Subject: [Libreoffice] [PUSHED] cppcheck duplicateExpression
To: julien2412 <serval2412@yahoo.fr>
Cc: libreoffice@lists.freedesktop.org
Message-ID: <1315821406.6990.2419.camel@Vain>
Content-Type: text/plain; charset="ANSI_X3.4-1968"

On Thu, 2011-09-08 at 13:38 -0700, julien2412 wrote:
Hello,

Cppcheck has detected a duplicateExpression in
vcl/ios/source/window/salframe.cxx, line 470
I checked on salframe.cxx of aqua, there's the same duplicate (line 631)
Here is the line :
  if( pState->mnMask & (SAL_FRAMESTATE_MASK_X | SAL_FRAMESTATE_MASK_X) )

Looks wrong alright, jpowers fixed this since with
64c15de6489b5a72f8530b66968d3d1660d39d55, and I merged it into ios
equivalent with 7b2e14a0812ce3fbb450873e86243520f992d710

C.



------------------------------

Message: 8
Date: Mon, 12 Sep 2011 13:49:23 +0400
From: <mebalt@ya.ru>
Subject: [Libreoffice] ????????? ?? ?????????.
To: <libreoffice@lists.freedesktop.org>
Message-ID: <A4E403A20C324471A56CCF7544DB0BBC@WS09>
Content-Type: text/plain; charset="koi8-r"

????????????.
????????, ??????????, ??????????? ????????? ?????? (? ????????? ?????? ???????) ? ??????????? 
??????? ?????????? ?????? ? ???????? ????? ???, ????? ?? ???? ???? ?????? ?????? ???????? ?? 
???????? ????????? ?????? ? ?????????? ????? ????? ???????? ?????????? ??????????.

???????, ??????.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/libreoffice/attachments/20110912/f3ac0f6d/attachment-0001.htm>

------------------------------

Message: 9
Date: Mon, 12 Sep 2011 11:01:17 +0100
From: Caol?n McNamara <caolanm@redhat.com>
Subject: Re: [Libreoffice] stucked with a bug
To: D?vid Vastag <d.vastag@gmail.com>
Cc: libreoffice <libreoffice@lists.freedesktop.org>
Message-ID: <1315821677.6990.2421.camel@Vain>
Content-Type: text/plain; charset="ISO-8859-1"

On Mon, 2011-08-29 at 12:28 +0200, D?vid Vastag wrote:
The problem is that the width of the symbol on the open button is not
taken into account at calculation of overall button width. ... To
solve this issue I have to find a way somehow to extract dynamically
this symbol width information in code. I figured out that I can get it
by functions Button::ImplGetSymbolRect().getWidth() but unfortunately
it gives a kind of uninitialized value ( -32767 ) during the whole
creation of start window I don't know why.

Can you post your code anyway ?, might be easier to debug with the
patch. It might be that the width is requested too early in the startup
order before e.g. fonts have been read to know their size or something
like that. Or it might be something less exotic, easier to know with the
sample code.

C.



------------------------------

Message: 10
Date: Mon, 12 Sep 2011 12:00:07 +0200
From: "RentalBay.eu" <no-reply@rentalbay.eu>
Subject: [Libreoffice] RentalBay.eu - aukcie a dra?by nehnute?nost?
To: libreoffice@lists.freedesktop.org
Message-ID: <25186e724ff7dd5fefd027e4bebf5933@rentalbay.eu>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/libreoffice/attachments/20110912/674b2c66/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rentalbay_reklama.jpg
Type: image/jpeg
Size: 96863 bytes
Desc: not available
URL: 
<http://lists.freedesktop.org/archives/libreoffice/attachments/20110912/674b2c66/attachment.jpg>

------------------------------

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


End of LibreOffice Digest, Vol 13, Issue 109
********************************************

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.