[putting libreoffice@ back on cc]
On 04/04/2012 11:05 PM, Tomas Hlavaty wrote:
Hi Stephan,
First of all, remember that we have two different scenarios where we
want to replace the old binary rdb format with something else, once
for type information and once for service information.
I see.
> if (foo.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("X")))
> if (foo.equals(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("X"
>
> can be written as
>
> if( foo == "X" )
This has to be the biggest improvement in OOo/LO codebase readability
ever! Incredibly nice!
--tml
___
https://bugs.freedesktop.org/show_bug.cgi?id=37361
sasha.libreoff...@gmail.com changed:
What|Removed |Added
Depends on||45724
--
Configure bugmail
https://bugs.freedesktop.org/show_bug.cgi?id=37361
--- Comment #263 from sasha.libreoff...@gmail.com 2012-04-04 22:12:54 PDT ---
Writer, document with forms: impossible to export to any another format and
retain information inside of forms, msOffice opens odt file without forms:
Bug 45724 - FILESA
hi,
I have applied for a project proposal.it is an application in which
android phone is used to control impress slide show. can you review the
application and give me a comment.
regards
Lakshman
___
LibreOffice mailing list
LibreOffice@lists.freedeskto
Hello Eike,
On Thu, 2012-04-05 at 02:11 +0200, Eike Rathke wrote:
> Hi,
>
> Please review and cherry-pick to 3-5
> http://cgit.freedesktop.org/libreoffice/core/commit/?id=a5eadc6aaafec92df23c57e258882a2c98ece0ad
> that fixes https://bugs.freedesktop.org/show_bug.cgi?id=40021
Looks safe since it
Hi,
Please review and cherry-pick to 3-5
http://cgit.freedesktop.org/libreoffice/core/commit/?id=a5eadc6aaafec92df23c57e258882a2c98ece0ad
that fixes https://bugs.freedesktop.org/show_bug.cgi?id=40021
Thanks
Eike
--
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
Just hacked up a little poc script wheich generates a static
data structure from the *.rdb xml files.
Of course, far away from usable, but should at least
demonstrate the idea.
cu
parse_registry
Description: application/php
___
LibreOffice mailing l
Hi, all.
This is my first contribution to a project so if you have any feedback I'd
love to hear them.
Here are some comments that I translated from German to English for 'sal'
folder. Not sure if licensing applies to comments but I'm contributing this
under LGPLv3+ / MPL as per directions on
htt
On Wed, 2012-04-04 at 18:13 +0200, Lubos Lunak wrote:
> There is SAL_DEPRECATED, but that is for marking C++ code, it doesn't work
> during preprocessing.
Honestly, I don't believe we need to deprecated these macros. We
already introduced the implicit rtl::OUString constructors which (n
On 24/03/12 01:26, Albert Thuswaldner wrote:
> Hi Markus,
> Thanks for your review.
>
> On Thu, Mar 22, 2012 at 01:14, Markus Mohrhard
> wrote:
>>
>> Ok. So as promised I reviewed the patch now. Sadly there are some more
>> problems than I thought after my first quick look:
also, this thing cras
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-svx.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
> On 04/04/2012 01:44 PM, Enrico Weigelt wrote:
> > Can anybody please point me to the code which is loading
> > the .rdb files ?
>
> stoc/source/simpleregistry/, but see my "vague idea" in another part
> of this tread for work that is currently under way in this area.
thx, brought me some bits
Hi All,
This patch removes the VERBOSE for the rest of the sd/-directory.
--
Greetings,
Rob Snelders
>From 4072d09239c4bea7000e6366ec313a6dad5e4b3e Mon Sep 17 00:00:00 2001
From: Rob Snelders
Date: Wed, 4 Apr 2012 19:57:05 +0200
Subject: [PATCH] Removal VERBOSE
---
.../configuration/ChangeReq
> However this appears to a Clang bug, in that it reports an incorrect warning,
> probably it gets confused by the casts. I cannot actually trigger this code
> to run, but in my small testcase, code like this generated the warning, but
> worked normally. So I expect that whenever somebody actually
> Do we have something for either of these?
#if defined(SUPD) && SUPD < 400 ? Hopefully in 4.0 we won't have SUPD
any longer, but if we still have it, it will be >= 400 one thinks...
--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
At 7:37am -0400 Wed, 04 Apr 2012, Christian Lohmaier wrote:
On Wed, Apr 4, 2012 at 9:41 AM, Miklos Vajna wrote:
On Wed, Apr 04, 2012 at 01:10:50AM -0400, Kevin Hunter wrote:
What's the correct venue to report something so minor as this typo?
webs...@global.libreoffice.org, I guess.
Yes, tha
On Tue, Apr 03, 2012 at 06:00:27AM +0200, Enrico Weigelt wrote:
> Just curious: what's the big difference between rtl::OUString and std::string
> ?
The most important is that rtl::OUString is part of the public API.
Best,
Bjoern
___
LibreOffice mailin
Hi Victor,
Victor Lee píše v Ne 25. 12. 2011 v 01:41 +0900:
> I've reformatted the patch.
> The reason for deleting these IDs is stated here:
> https://bugs.freedesktop.org/show_bug.cgi?id=39639
>
> Sorry for the late reply, and thank you for the advice!
> This is my first EasyHack.
While clean
On 04/04/2012 08:51 AM, Lubos Lunak wrote:
On Wednesday 04 of April 2012, Daniel Bankston wrote:
Lubos Lunak wrote:
It seems to me you are correct. I've added !IsEmpty() check to the if(),
which should do what the original author wanted.
I'm still a little worried about that aClip object that
On Tuesday 03 of April 2012, Noel Grandin wrote:
> Don't we have a macro for marking these kinds of things as deprecated?
There is SAL_DEPRECATED, but that is for marking C++ code, it doesn't work
during preprocessing.
> > is there some macro that is defined by LO build system for which we can
Hi!
Please push to libreoffice-3-5:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=b49f69aee6f48fb9367a2a9548182dcd84eb5296
The patch is trivial: 'it' is a loop-control variable, 'itRight' should
point to a right neighbor.
Thanks,
Ivan
___
On Wednesday 04 of April 2012, Tor Lillqvist wrote:
> commit 2b00b0e0a1a47c3d174ee9e86826b60a356f3dbf
> Author: Tor Lillqvist
> Date: Tue Apr 3 23:45:26 2012 +0300
>
> WaE: call to pure virtual member function
>
> diff --git a/framework/source/classes/menumanager.cxx
> b/framework/source/cla
Hi Olivier, all,
I believe what you see are the effects of "pair kerning." (Kerning
means to move glyphs closer together/wider apart to make them _seem_
equally far apart as every other letter in that line. The traditional
example is "VA," which without kerning would look more like "V A".)
I any
Hello all,
this patch removes unused code in the Slider class as listed in
unusedcode.easy
0001-Remove-unused-code-vcl.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/lis
This patches add functionality to export X errorbars in ODF files > =1.2,
im not sure if its ok to include 1.2 version too or just export when having
extension enabled.
To set the bar direction im just using the attribute dimension in the
chart:error-indicator element like its on 1.2, so it should
Calculate standard deviation for X errorbars and set bar position to it.
0002-Calculate-correct-standard-deviation-for-XErrorBar.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/m
This patch enables the display of correct errorbars columns in data browser
when using the from table depending on the type of bar you added.
0001-Display-correct-errorbars-columns-in-chart-data-brow.patch
Description: Binary data
___
LibreOffice mailin
On Wednesday 04 of April 2012, Daniel Bankston wrote:
> Lubos Lunak wrote:
> > It seems to me you are correct. I've added !IsEmpty() check to the if(),
> > which should do what the original author wanted.
>
> I'm still a little worried about that aClip object that is being
> intersected with aRegio
Jan Holesovsky wrote (4 april 2012)
> > git grep advises that they are in the factory functions like
> > SwDLL::RegisterControls() in sw/source/ui/app/swmodule.cxx; so in the case
> > of the report designer, I'd call it somewhere where it is instantiated -
> > one of
> > the create() methods liste
Marco Cecchetti wrote:
> Week 1, 2, 3
> Task 1 - Porting the part of the Impress animation engine
>responsible for slide transitions and providing
>support at least for the following basic slide
>transitions:
> Wipe up, down, left, right
>
On Wed, Apr 04, 2012 at 02:47:48PM +0200, David Tardon wrote:
> -> Björn: Since you have already verified the fix works, you have won
> the unique opportunity to cherry-pick it. Hurry before it is too late :-)
done.
___
LibreOffice mailing list
LibreOffi
Dne 4.4.2012 11:48, Lubos Lunak napsal(a):
On Wednesday 04 of April 2012, Stephan Bergmann wrote:
On 04/04/2012 11:37 AM, Tomáš Chvátal wrote:
Darn, that I was not aware, I just tested that it fixed my failing tests
and that the build passed here.
Which additional commit is required then so I c
Hi all,
it seems that my Gtk print dialog caused some unexpected printing / PDF
export problems. Some background: the GtkPrinter is configurable (and
turned off by default), but the gtk VCL plugin uses it in all cases
anyway. In the case it is not enabled it just passes calls to StartJob()
and End
On 04/04/2012 01:44 PM, Enrico Weigelt wrote:
Can anybody please point me to the code which is loading
the .rdb files ?
stoc/source/simpleregistry/, but see my "vague idea" in another part of
this tread for work that is currently under way in this area.
Stephan
__
Hi David,
David Vogt píše v St 04. 04. 2012 v 10:01 +0200:
> Here's another patch that translates the german code comments to english
> in sw/source/core/layout/flowfrm.cxx.
Great, thanks! Pushed :-)
http://cgit.freedesktop.org/libreoffice/core/commit/?id=c3b72f69e093d79a1b263964633fe2ddfaef2e
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Bug 37361 depends on bug 33914, which changed state.
Bug 33914 Summary: Presenter-Console duplicates (echoes) sound in video
https://bugs.freedesktop.org/show_bug.cgi?id=33914
What|Old Value |New Value
--
> http://www.gnu.org/software/gperf/manual/gperf.html
Thanks, that seems exactly what I was looking for :)
Can anybody please point me to the code which is loading
the .rdb files ?
cu
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
htt
On Wed, Apr 4, 2012 at 9:41 AM, Miklos Vajna wrote:
> On Wed, Apr 04, 2012 at 01:10:50AM -0400, Kevin Hunter
> wrote:
>> What's the correct venue to report something so minor as this typo?
>
> webs...@global.libreoffice.org, I guess.
Yes, that would be the right place - but I fixed it, so not n
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Rainer Bielefeld changed:
What|Removed |Added
Depends on||42537
--
Configure bugmail: https://
https://bugs.freedesktop.org/show_bug.cgi?id=35673
Rainer Bielefeld changed:
What|Removed |Added
Depends on|42537 |
--
Configure bugmail: https://bugs.
On 2012-04-04 13:13, Enrico Weigelt wrote:
Well, let's see. I'm currently thinking about pushing that through an
code generator, so most of the stuff can directly reside in .text or
.cdata. I'm currently looking around for a static hashtable generator
(maybe even one that can utilize machine-
> >
> > Backwards compatibility to whom ? Binaries ? Source ? User data ?
>
> Extensions.
Okay. Do we *need* ABI compatibility across major releases here?
> You know the things you don't like and don't believe should exist :-)
No, you didnt get me wrong ;-p
My point just was that extensions (
https://bugs.freedesktop.org/show_bug.cgi?id=35673
Rainer Bielefeld changed:
What|Removed |Added
Depends on|40907 |
--
Configure bugmail: https://bugs.
On 04/04/12 11:07, Miklos Vajna wrote:
> Hi,
>
> See
> http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b58fc3dafc789aa55fff5ffef6ab83c3aa8b6e0
>
> The patch won't apply as-is to -3-5, so I'm attaching a backport.
that makes sense, pushed to libreoffice-3-5:
http://cgit.freedesktop.org/
On 04/04/12 09:47, Martin Hosken wrote:
> Dear All,
>
> I've just fixed a graphite integration bug that stops the cursor
> doing crazy things with some fonts (including some of the wilder
> things with libertine-g). I've probably missed the boat for 5.2 so
> this is a request to have the commit:
>
> Michael Stahl wrote (4 april 2012 11:11)
> > Thank you for your help. I am trying that, but haven't found the
> > module pointer yet (in swmodule SwModule*) that needs to passed to
> > RegisterControl(). Any ideas where to look for that?
>
> hi Winfried,
>
> try this: SW_MOD()
>
Hi Michael,
On Wednesday 04 of April 2012, Stephan Bergmann wrote:
> On 04/04/2012 11:37 AM, Tomáš Chvátal wrote:
> > Darn, that I was not aware, I just tested that it fixed my failing tests
> > and that the build passed here.
> > Which additional commit is required then so I can test it and add to 3-5
> > too
On 04/04/2012 11:37 AM, Tomáš Chvátal wrote:
Darn, that I was not aware, I just tested that it fixed my failing tests
and that the build passed here.
Which additional commit is required then so I can test it and add to 3-5
too.
I assume a7eb227cfcd783ffdccdcec9b56451fb54c26eb6 and
c813c009479d
Darn, that I was not aware, I just tested that it fixed my failing tests
and that the build passed here.
Which additional commit is required then so I can test it and add to 3-5
too.
Dne 4.4.2012 11:21, Stephan Bergmann napsal(a):
Tomáš, you are aware that that commit required follow-up fixing
Tomáš, you are aware that that commit required follow-up fixing in sal?
On 04/04/2012 11:15 AM, Tomáš Chvátal wrote:
solenv/gbuild/CppunitTest.mk |1 +
1 file changed, 1 insertion(+)
New commits:
commit 141fdfa04807f49b1c4e89a90b477cc1714fc726
Author: Tomáš Chvátal
Date: Tue Apr 3 14:2
On 04/04/2012 10:13 AM, Noel Grandin wrote:
On 2012-04-03 17:10, Stephan Bergmann wrote:
So you'd probably also come across code like
Reference x(...createInstance...);
if (x.is()) { ... }
that you can simplify by using a constructor and removing the x.is()
check.
What about code that appea
On 04/04/12 09:08, Winfried Donkers wrote:
> Thank you for your help. I am trying that, but haven't found the
> module pointer yet (in swmodule SwModule*) that needs to passed to
> RegisterControl(). Any ideas where to look for that?
hi Winfried,
try this: SW_MOD()
_
Hi,
See
http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b58fc3dafc789aa55fff5ffef6ab83c3aa8b6e0
The patch won't apply as-is to -3-5, so I'm attaching a backport.
Thanks,
Miklos
>From 291466d53ae514fa29fd73832f5167bb6bc71ce4 Mon Sep 17 00:00:00 2001
From: Miklos Vajna
Date: Wed, 4 Apr
Hi Winfried,
On 2012-04-04 at 09:08 +0200, Winfried Donkers wrote:
> > git grep advises that they are in the factory functions like
> > SwDLL::RegisterControls() in sw/source/ui/app/swmodule.cxx; so in the case
> > of the report designer, I'd call it somewhere where it is instantiated -
> > one
On 2012-04-03 17:10, Stephan Bergmann wrote:
It does throw. The constructors are guaranteed to either return a
non-null reference or throw an exception (the default constructors all
throw com.sun.star.uno.DeploymentException, which is derived from
RuntimeException; explicit constructors ca
Hi everyone
Here's another patch that translates the german code comments to english
in sw/source/core/layout/flowfrm.cxx.
Cheers,
-- Dave
--
Adfinis SyGroup AG
David Vogt, Software Engineer / Project Manager
Keltenstrasse 98 | CH-3018 Bern
Tel. 031 381 70 47 | Direct 031 550 31 12
From a2ae43
All my current and past contributions made to the LibreOffice project
are done under MPL1.1+ / GPLv3+ / LGPLv3+.
Until further notice, all my future contributions to the LibreOffice
project are available under MPL1.1+ / GPLv3+ / LGPLv3+.
--
Andrew Higginson
___
Dear All,
I've just fixed a graphite integration bug that stops the cursor doing crazy
things with some fonts (including some of the wilder things with libertine-g).
I've probably missed the boat for 5.2 so this is a request to have the commit:
9b6b1558a3654625ce9a5bef2bee5245db81ff88 pulled in
On Wed, Apr 04, 2012 at 01:10:50AM -0400, Kevin Hunter
wrote:
> What's the correct venue to report something so minor as this typo?
webs...@global.libreoffice.org, I guess.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.fre
> Jan Holesovsky wrote (3 april 2012 14:45)
>
> > The 'split button' is a derived SfxToolBoxControl which triggers an
> > Execute function when the colour is chosen from the colour palette and
> > triggers a virtual Select function when the left half of the button
> > (last used colour) is clicked
On 04/03/2012 11:28 AM, Laurent Godard wrote:
Discussing on IRC, vmiklos (thanks to him) pointed me on
http://opengrok.libreoffice.org/xref/core/python/Python-ssl.patch
is it the patch to be applied to allow SSL support ?
That patch /is/ applied (cf. PATCH_FILES in python/makefile.mk).
___
62 matches
Mail list logo