On Wed, Jul 20, 2011 at 11:53:49PM +0200, Thorsten Behrens wrote:
> Hi *,
>
> master has a fix for a mis-typed base class for the
> SfxViewEventHint, unfortunately hidden in merge commit
> libs-core:d3a999619524001821bdc438cac275c441efad9b - which
> effectively prevents a set of document events to
Hi Michael,
Thanks for your valuable time.
I'll explain the problem in more details.
I create a new Document (.odt file). I add some custom properties, Say a
text and a number, by going into File->Properties->Custom Properties.
I save the file (as .odt) and close it. When I open the file, I go to
>> Any specific reason for this construct?
>>
>> + int i = 0;
>> + for( ; i < n_xinerama_screens; i++ )
>
> Like, why not for( int i = 0; i < n_xinerama_screens; i++ ) ? The
> splash is in C, not C++, so this wouldn't work there (unless C99 mode is
> used I think).
>
Yeah it gives t
Hi Maciej,
On Wed, Jul 20, 2011 at 5:24 PM, Maciej Rumianowski
wrote:
> I'm working further on Bug 38831 - [EasyHack] Get rid of SV_DECL_VARARR,
> SV_DECL_VARARR_PLAIN, SV_DECL_VARARR_SORT ...
>
> Where can I mark that I'm working on it? In Bug comments?
Well, you can probably just mention that
Hi *,
master has a fix for a mis-typed base class for the
SfxViewEventHint, unfortunately hidden in merge commit
libs-core:d3a999619524001821bdc438cac275c441efad9b - which
effectively prevents a set of document events to no longer be
generated. Patch for the fix attached, reviews & commit to -3-4
Dnia 2011-07-20, śro o godzinie 17:12 -0400, Kohei Yoshida pisze:
>
> So, I've reviewed your revised patches and they look good. I've
> pushed
> them to master with one minor syntactic change.
Great thanks :)
> Anyway, thanks for your patches again, and we look forward to
> receiving
> more pat
On Tue, 2011-07-19 at 11:06 +0200, Maciej Rumianowski wrote:
> Hi Kohei,
Hi Maciej,
So, I've reviewed your revised patches and they look good. I've pushed
them to master with one minor syntactic change.
I've changed in ScTabViewShell::Execute()
if ( aIndexList.size() )
to
if ( !aIndexLis
2011/7/20 Maciej Rumianowski :
> Hi,
>
>> I would like to join the LibreOffice development community, but i have
>> a problem.
> Recently I have also joined LibreOffice development me first patch is
> waiting to be pushed, so Hello:)
>
>> I tried to build LibreOffice as shown on
>> http://www.libre
Hi,
> I would like to join the LibreOffice development community, but i have
> a problem.
Recently I have also joined LibreOffice development me first patch is
waiting to be pushed, so Hello:)
> I tried to build LibreOffice as shown on
> http://www.libreoffice.org/get-involved/developers/. But wh
Hi Tugay,
On Wed, 2011-07-20 at 19:18 +, TUGAY İLBAY wrote:
> I would like to join the LibreOffice development community, but i have
> a problem.
And we'd love to have you :-)
> I tried to build LibreOffice as shown on
> http://www.libreoffice.org/get-involved/developers/. But when i
Hi Michael, Caolan, *,
Am Mittwoch, 20. Juli 2011, 20:07:14 schrieb Andreas Mantke:
> Hi Michael, Caolan, *,
>
> Am Mittwoch, 20. Juli 2011, 12:12:51 schrieb Michael Meeks:
(...)
> > > ./autogen.sh --with-num-cpus=2 --with-max-jobs=2 --without-junit
> > > --with-lang=de
> > >
> > > --enable-kde
Hello,
I would like to join the LibreOffice development community, but i have a
problem.
I tried to build LibreOffice as shown on
http://www.libreoffice.org/get-involved/developers/. But when i tried to make,
i got this error message:
-
Hi Michael, Caolan, *,
Am Mittwoch, 20. Juli 2011, 20:07:14 schrieb Andreas Mantke:
> Hi Michael, Caolan, *,
>
> Am Mittwoch, 20. Juli 2011, 12:12:51 schrieb Michael Meeks:
> > Hi Andreas,
> >
> > On Tue, 2011-07-19 at 20:29 +0200, Andreas Mantke wrote:
> > > I used the same machine in the past
Hi Michael, Caolan, *,
Am Mittwoch, 20. Juli 2011, 12:12:51 schrieb Michael Meeks:
> Hi Andreas,
>
> On Tue, 2011-07-19 at 20:29 +0200, Andreas Mantke wrote:
> > I used the same machine in the past for building with openSUSE 11.3-x64.
> > In the meantime I updated to 11.4 using zypper -dup. Thus
Hello Eike,
after a quick test it seems that excel allows values up to 1E10. I'm open
for suggestions but 1E5 is definitely much too low. We should choose a value
between 1E10 and 1E14 if we really want to add an upper limit.
I'm open for any suggestions.
Regards,
Markus
2011/7/20 Eike Rathke
> Review & sign-off etc appreciated.
Done.
--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi there,
I'd like to have the following commit cherry-picked to the -3-4 branch
http://cgit.freedesktop.org/libreoffice/filters/commit/?id=9ae1a63b1c74e19bc2f21d31e6979c507ce43f7c
This is a minor change. It allows files with .xlk extension to be
correctly opened in Calc. .xlk extension is ass
Hi Christian,
On 2011-07-20 at 13:23 +0200, Christian Lohmaier wrote:
> Any specific reason for this construct?
>
> +int i = 0;
> +for( ; i < n_xinerama_screens; i++ )
Like, why not for( int i = 0; i < n_xinerama_screens; i++ ) ? The
splash is in C, not C++, so this wouldn't wo
Hi Markus,
On Wednesday, 2011-07-20 12:03:08 +0200, Markus Mohrhard wrote:
> this patch removes the check for the upper bound of the second parameter of
> TINV. I checked the algorithm of TINV but there seems to be no reason to
> limit this number.
>
> The only problem is that for values greater
Hey,
thanks a lot. It was me who reported this bug, so I'm glad it's fixed
now :)
I guess I can mark this bug as fixed now (even though I didn't test it):
https://bugs.freedesktop.org/show_bug.cgi?id=33214
Hope you continue hacking on LibreOffice ;)
Samuel
Am Mittwoch, den 20.07.2011, 14:40 +09
Best Client Solutions
The Platinum Standard in Bankruptcy Practice Management
Integration with Best Case
Advanced Reporting
Automatic Calendaring from Court Emails
Download and posting of Required Certifications
Detailed Pay Advice compilation with Trustee reports
BestClientSolutions.com
1502 W
On Jul 20, 2011, at 3:20 AM, Matúš Kukan wrote:
> On 20 July 2011 04:51, Joseph Powers wrote:
>>
>> I only compile for Mac OS; thus, I only compile /vcl/aqua & /vcl/source. If
>> you watch your compile, you should only compile /vcl/unx & /vcl/source. We
>> also have /vcl/win for those brave p
Hi,
this time a brief summary of what happened during the 28th week in 2011
on LibreOffice repositories and the living branches:
+ master:LO-3.5 development
+ libreoffice-3-3: fixes for LO-3.3.4 bug fix release
+ libreoffice-3-4: fixes for LO-3.4.2 bug fix
Hi Josh, *,
On Wed, Jul 20, 2011 at 7:10 AM, Josh Heidenreich
wrote:
> Uses xinerama to get the size of the primary screen
Any specific reason for this construct?
+int i = 0;
+for( ; i < n_xinerama_screens; i++ )
ciao
Christian
___
L
FWIW Scots Gaelic is similar enough to Irish, though unfortunately with
different spelling rules, that I can muddle though it. "Punnd Sasannach"
struck me as sort of odd as "English Pound", but *shrug*
http://www.cairnwater.co.uk/gaelicdictionary/index.aspx?txtSearch=punnd
suggests it as the term i
On Tuesday 19 July 2011, Caolán McNamara wrote:
> Ahhh, gotcha. Indeed, nice catch. Looks good to me, and gives the
> expected results. Pushed. Can you confirm the patch is under our
> preferred LGPLv3+/MPLv1.1 combo ?
Sure, although I doubt there would be any copyright in that particular patch.
Hi Swagat,
On Wed, 2011-07-20 at 15:14 +0530, swagat sharma wrote:
> I am working on fixing the custom properties in libre office, which
> are not preserved in MS format.
Sounds good - can you be more precise as to exactly which properties
you're talking about though ? :-)
> I need littl
On Wed, 2011-07-20 at 11:10 +0200, Andras Timar wrote:
> Can someone please review and cherry pick this to libreoffice-3-4. It
> fixes #i117857#.
Pushed; thanks :-)
Michael.
--
michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot
__
On 20 July 2011 04:51, Joseph Powers wrote:
>
> I only compile for Mac OS; thus, I only compile /vcl/aqua & /vcl/source. If
> you watch your compile, you should only compile /vcl/unx & /vcl/source. We
> also have /vcl/win for those brave people who compile on Windows.
>
I'm sorry again. Did not
Hi Kohei,
On Tue, 2011-07-19 at 09:37 -0400, Kohei Yoshida wrote:
> Because I'd like mdds to be product-neutral, general purpose library.
Okay; but of course this makes it much harder for people from
LibreOffice (so far its only user) to contribute to it - wrt. git commit
accounts and so
Hi Andreas,
On Tue, 2011-07-19 at 20:29 +0200, Andreas Mantke wrote:
> I used the same machine in the past for building with openSUSE 11.3-x64. In
> the
> meantime I updated to 11.4 using zypper -dup. Thus you could see it as a
> fresh
> install.
I assume you re-ran autogen.sh from a
https://bugs.freedesktop.org/show_bug.cgi?id=35673
Bug 35673 depends on bug 34805, which changed state.
Bug 34805 Summary: Recovery of MS OFFICE documents fails after crash
https://bugs.freedesktop.org/show_bug.cgi?id=34805
What|Old Value |New Value
-
Hello,
this patch removes the check for the upper bound of the second parameter of
TINV. I checked the algorithm of TINV but there seems to be no reason to
limit this number.
The only problem is that for values greater than 1E14 the rounding error
dramatically increases but in my opinion everyone
Hi all,
I am working on fixing the custom properties in libre office, which are not
preserved in MS format.
I need little help as I have never worked on LO or OO before.
Can I know which all files are involved, or deals with custom properties.
Also how do we convert an .odt into a MS .doc.
Regard
Yes that licence is fine
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi All,
I want to ask, to find ms office there is a search form that displays the
character associated with that in the search. libreoffice different, the
results find all the libreoffice only provide color for character in the
search. is it possible to add columns like the search dialog find all
Hi,
Can someone please review and cherry pick this to libreoffice-3-4. It
fixes #i117857#.
http://cgit.freedesktop.org/libreoffice/libs-gui/commit/?id=d9c9e33b03736477794ea541536542b4a5fee1e1
Thanks,
Andras
___
LibreOffice mailing list
LibreOffice@list
Addition:
I found, that painting of the preview is done in class SvxXLinePreview
in svx/source/dialog/dlgctrl.cxx. It uses the symbol graphic without any
transformation and therefore is not the reason of the bad preview. I'm
currently exploring tpline.cxx. Still any hints are welcomed, how to g
Hi Josh,
On 2011-07-20 at 14:40 +0930, Josh Heidenreich wrote:
> Uses xinerama to get the size of the primary screen
Beautiful, thank you! :-) Pushed to master, can you please confirm that
your patch is under LGPLv3+ / MPL?
What are you interested in next?
Thank you a lot,
Kendy
Hi Christoph, all,
On 07/19/2011 12:20 PM, Christoph Noack wrote:
Hi TaTung, all!
Sorry for answering so late ...
Am Samstag, den 16.07.2011, 21:40 +0700 schrieb Ta Duc Tung:
On 07/16/2011 07:29 PM, Christoph Noack wrote:
[...]
We are trying to hack into this easy hack
https://bugs.freedesk
40 matches
Mail list logo