[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Cor Nouws changed: What|Removed |Added Depends on||33914 --- Comment #249 from Cor Nouws 2012-

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Roman Eisele changed: What|Removed |Added Depends on||47662 --- Comment #250 from Roman Eisele

Re: [PATCH] SVG import: keep aspect ratio when transforming viewbox to viewport

2012-03-22 Thread Chr. Rossmanith
At the moment I'm looking at positioning and sizing of text. But I need some help where to start. Font size is parsed correctly, transformed from pt into mm but rendered with the mm size in pt: a 20pt font is 7mm and is displayed as 7pt. Maybe I should file a bug with a small example graphic.

Re: Questions about Bug 33773 (chart)

2012-03-22 Thread Thorsten Behrens
Markus Mohrhard wrote: > Thorsten, is there a preferable namespace for our custom > elements/properties? Something like libo:? > Hi there, if you implement ODF extensions, please also update http://wiki.documentfoundation.org/Development/ODF_Implementer_Notes with as much information as possi

Re: Bug 45522: rtf export, Crash when copying table between Writer and other LibreOffice programs

2012-03-22 Thread Miklos Vajna
On Wed, Mar 21, 2012 at 03:31:13PM +, Caolán McNamara wrote: > My first thought was a quick hack like the attached to use > processSwTableByLayout only if the table has layout information and use > the other branch otherwise. My first though was I've seen this already somewhere: https://bug

Bug 43022 - FILEOPEN shows particular SVG distorted

2012-03-22 Thread Chr. Rossmanith
Hi, maybe the "aspect ratio"-fix fixed bug 43022 as well. I can't tell any difference between the display of inkscape and LibreOffice (LibreOffice 3.6.0alpha0+ Build ID: ee4bfba-8a74106-c695ec). Next step would be to assign the bug to me and mark it as resolved? Christina ___

Fwd: Use Dia to view Visio files

2012-03-22 Thread Terry Lee
Hi My company was used to use MS Visio to make diagrams but the license is no longer available. Therefore, we would like to change to open source alternative, like Dia. However, we can't use Dia to open old .vsd files. >From the internet, I find this one: http://sdteffen.blogspot.com/search/lab

Re: Fwd: Use Dia to view Visio files

2012-03-22 Thread Fridrich Strba
Why to use Dia? LibreOffice 3.5.0 and later can open VSD files just right. Cheers Fridrich On 22/03/12 11:22, Terry Lee wrote: > Hi > > My company was used to use MS Visio to make diagrams but the license is > no longer available. Therefore, we would like to change to open source > alternativ

Re: [PATCH] Convert SV_DECL_VARARR_SORT, SV_IMPL_VARARR and SV_IMPL_VA­RARR_SORT with std::set/deque/vector

2012-03-22 Thread Fridrich Strba
Done :) Bardzo diekuje f. On 22/03/12 12:25, Bartosz wrote: > Hi Fridrich. > > Could you please also check and push this patch? > > Thanks in advance > Bartosz > > W dniu 15 marca 2012 10:15 użytkownik Bartosz > napisał: > > Hi > > I converted the SV t

commit-msg hook mistakes commit -v unified diff for part of the message

2012-03-22 Thread Will Thompson
Hi, git commit takes a --verbose option, defined as follows: -v, --verbose Show unified diff between the HEAD commit and what would be committed at the bottom of the commit message template. Note that this diff output doesn’t have its lines prefixed wit

Fix SAL_CALL placement (so MinGW won't complain)

2012-03-22 Thread Tor Lillqvist
Unfortunately now then MSVC complains... C:\ooo\git\master\core\solver\wntmsci12\inc\cppuhelper/implementationentry.hxx(48) : error C2059: syntax error : '(' C:\ooo\git\master\core\solver\wntmsci12\inc\cppuhelper/implementationentry.hxx(48) : error C2238: unexpected token(s) preceding ';' C:\ooo\g

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Noel Grandin
Hi Diff attached. OK, I've switched to using the new simplest example, CachedDynamicResultSetStubFactory, and I've got "make offapi" working. However, converting the only usage I can find, in resultsethelper.cxx, results in the compiler not finding the correct header file. I think I need t

operator new no longer routes through rtl_AllocMemory in libsalcpprt under gbuild link rules

2012-03-22 Thread Caolán McNamara
Traditionally we linked our binaries with libsalcpprt which provides global operator new/delete etc to reroute those allocations through our sal rtl_allocateMemory and rtl_freeMemory Somewhere along the line, perhaps gbuild conversions, this has gotten lost. I assume this is an oversight, and not

Re: [PUSHED 3-5] Re: Bug 45522: rtf export, Crash when copying table between Writer and other LibreOffice programs

2012-03-22 Thread Caolán McNamara
On Wed, 2012-03-21 at 17:37 +0100, Michael Stahl wrote: > but then it was discovered that there was a specific way of splitting up > a table that was impossible to represent in this table model, but was > somehow important (perhaps because MSO can do it?) yeah, it used to be fairly trivial to achi

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Stephan Bergmann
On 03/22/2012 01:11 PM, Noel Grandin wrote: OK, I've switched to using the new simplest example, CachedDynamicResultSetStubFactory, and I've got "make offapi" working. However, converting the only usage I can find, in resultsethelper.cxx, results in the compiler not finding the correct header fi

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Noel Grandin
Thanks, great. On 2012-03-22 14:26, Stephan Bergmann wrote: Sorry for the odyssey this is turning into, By comparison with the early stages of my hacking on LibO, this is a walk in the park :-) ___ LibreOffice mailing list LibreOffice@lists.free

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Michael Stahl
On 22/03/12 13:11, Noel Grandin wrote: > Hi > > Diff attached. > > OK, I've switched to using the new simplest example, > CachedDynamicResultSetStubFactory, and I've got "make offapi" working. by the way in case you have to change the reference type RDB it would be neat to put in the exact erro

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Stephan Bergmann
On 03/22/2012 01:11 PM, Noel Grandin wrote: Diff attached. [...] @@ -258,12 +259,7 @@ void SAL_CALL ResultSetImplHelper::connectToCache( try { xStubFactory -= uno::Reference< -com::sun::star::ucb::XCachedDynamicResultSetStubFact

Re: operator new no longer routes through rtl_AllocMemory in libsalcpprt under gbuild link rules

2012-03-22 Thread Michael Stahl
On 22/03/12 13:14, Caolán McNamara wrote: > Traditionally we linked our binaries with libsalcpprt which provides > global operator new/delete etc to reroute those allocations through our > sal rtl_allocateMemory and rtl_freeMemory > > Somewhere along the line, perhaps gbuild conversions, this has

Re: Fix SAL_CALL placement (so MinGW won't complain)

2012-03-22 Thread Stephan Bergmann
On 03/22/2012 12:50 PM, Tor Lillqvist wrote: Unfortunately now then MSVC complains... Sigh. "Make SAL_CALL placement work with both MinGW and MSVC" hopefully makes everyone happy now. Stephan

Re: Fix SAL_CALL placement (so MinGW won't complain)

2012-03-22 Thread Tor Lillqvist
Thanks. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Noel Grandin
That was just about to be my next question :-) How do I decide whether to change the constructor to take XComponentContext or XMultiComponentFactory? On 2012-03-22 14:36, Stephan Bergmann wrote: On 03/22/2012 01:11 PM, Noel Grandin wrote: Diff attached. [...] @@ -258,12 +259,7 @@ void SAL

Re: operator new no longer routes through rtl_AllocMemory in libsalcpprt under gbuild link rules

2012-03-22 Thread Caolán McNamara
On Thu, 2012-03-22 at 13:43 +0100, Michael Stahl wrote: > i don't care that much about which memory allocator we use, but well the > options are 1) link salcpprt into every executable (i.e. do it in > solenv) 2) link it just into soffice.bin 3) don't use it at all. If we do it at all I guess just

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Stephan Bergmann
On 03/22/2012 01:56 PM, Noel Grandin wrote: How do I decide whether to change the constructor to take XComponentContext or XMultiComponentFactory? It is always XComponentContext that you want to move around, never XMultiComponentFactory. In the old days, there was just XMultiServiceFactory,

Re: operator new no longer routes through rtl_AllocMemory in libsalcpprt under gbuild link rules

2012-03-22 Thread Stephan Bergmann
On 03/22/2012 02:13 PM, Caolán McNamara wrote: On Thu, 2012-03-22 at 13:43 +0100, Michael Stahl wrote: i don't care that much about which memory allocator we use, but well the options are 1) link salcpprt into every executable (i.e. do it in solenv) 2) link it just into soffice.bin 3) don't use

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Tor Lillqvist
What does the string "SMgr" that apprears in the names of many variables/fields/parameters that are of type Reference (or XMutiServiceFactory) mean? Was there something in the even older days called "service manager"? --tml ___ LibreOffice mailing list L

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Stephan Bergmann
On 03/22/2012 02:26 PM, Tor Lillqvist wrote: What does the string "SMgr" that apprears in the names of many variables/fields/parameters that are of type Reference (or XMutiServiceFactory) mean? Was there something in the even older days called "service manager"? I think that global XMultiServi

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Cor Nouws changed: What|Removed |Added Depends on||47717 --- Comment #251 from Cor Nouws 2012-

Re: Turn fdo#45283 into a GSOC-project?

2012-03-22 Thread Kohei Yoshida
On Wed, 2012-03-21 at 23:47 +0100, Albert Thuswaldner wrote: > Hi, > Read on IRC today: > > [19:43] kohei: we have all these eager GSOC students, and not > enough tasks :-) > > If this is really the case, one idea is maybe to turn this into a > GSOC-project? > > https://bugs.freedesktop.org/sh

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Noel Grandin
Hi Great explanation. In order to limit the knock-on effect from my change (I'm already up to about 12 files, and it just keeps spreading), I need to be able to convert an XComponentContext back into a XMultiServiceFactory. How do I do that? Thanks, Noel Grandin __

Re: Turn fdo#45283 into a GSOC-project?

2012-03-22 Thread Cedric Bosdonnat
Hi Kohei, On Thu, 2012-03-22 at 10:04 -0400, Kohei Yoshida wrote: > In that light, and because you won't be available as a mentor for this > project (I guess?) and I'm already booked with two proposed GSOC > projects, we would need someone else willing to mentor this in order to > turn it into a G

Re: Turn fdo#45283 into a GSOC-project?

2012-03-22 Thread Kohei Yoshida
On Thu, 2012-03-22 at 15:14 +0100, Cedric Bosdonnat wrote: > Hi Kohei, > > On Thu, 2012-03-22 at 10:04 -0400, Kohei Yoshida wrote: > > In that light, and because you won't be available as a mentor for this > > project (I guess?) and I'm already booked with two proposed GSOC > > projects, we would

Re: fdo#46808 - [Easy Hack] Adapt UNO services to new-style

2012-03-22 Thread Stephan Bergmann
On 03/22/2012 03:13 PM, Noel Grandin wrote: In order to limit the knock-on effect from my change (I'm already up to about 12 files, and it just keeps spreading), I need to be able to convert an XComponentContext back into a XMultiServiceFactory. How do I do that? uno::Reference(context->getSer

minutes of ESC call ...

2012-03-22 Thread Michael Meeks
* Present: + Eike, Will, Michael, Norbert, Lionel, Kendy, Andras, Markus, Rainer, Cedric, Mitch, Caolan, Petr, Bjoern * Completed action items + Add GSOC tasks to the wiki: https://wiki.documentfoundation.org/Development/Gsoc/Ideas + [ongoing, ET

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Cor Nouws changed: What|Removed |Added Depends on|47355 | -- Configure bugmail: https://bugs.freedes

[PATCH] Initialize m_hFile in FileMapping constructor.

2012-03-22 Thread Catalin Iacob
Hi, Find attached a patch that fixes compilation on gcc 4.6.2 (OpenSUSE 12.1 + Tumbleweed) with the following autogen.lastrun: --enable-werror --enable-kde4 --with-num-cpus=2 --with-max-jobs=2 See commit message for more details. What I don't understand is why am I the only one hitting this. I t

[REVIEW][3-5] fdo#39003 Writer autoformat Uno cursor not restored

2012-03-22 Thread Michael Stahl
regression from OOo 3.4, CWS undoapi, please apply to libreoffice-3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?id=f24153cded54954da7f0d80941707715c78e4627 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesk

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 39003, which changed state. Bug 39003 Summary: Undo for autoformat actions does not reset the cursor properly https://bugs.freedesktop.org/show_bug.cgi?id=39003 What|Old Value |New Value

Re: [REVIEW] [PATCH]bug 44516 improved label and business card document creation

2012-03-22 Thread Cor Nouws
Hi Michael, Michael Meeks wrote (21-02-12 13:03) On Tue, 2012-02-21 at 00:32 +0100, Cor Nouws wrote: Just to be sure: people eligible to do reviews, are those delivering code, or solely those with commit access? I would say a competent developer, and/or someone willing to take the ri

Re: Questions about Bug 33773 (chart)

2012-03-22 Thread Markus Mohrhard
Hello Rafael, > > I saw it and the code looks really great. I will test build it and > have a quick look through the code and have a quick test but IMHO it > is ready to hit master even without the ODF import/export. > > It would be great if you could add some test documents for your new > feature

where can I load windows DLL file

2012-03-22 Thread huqitu du
hi ! I want to load some DLL files when Open File, how can I do this, please help! best regard! huqitu 2012,3,23 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [REVIEW] [PATCH]bug 44516 improved label and business card document creation

2012-03-22 Thread Norbert Thiebaud
> > Anything else that I could do to grow trust, so that maybe Winfrieds patch > can make it to 3.5.3 ? I pushed it on libreoffice-3.5 it will be there in 3.5.3 Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedes

[REVIEW-3-5] fix for fdo#46220, infinite loop when exporting hidden column to html

2012-03-22 Thread Markus Mohrhard
Hey, [1] fixes the infinite loop in html export when we try to skip a hidden column. We need to increase nCol in this case to prevent that we will always test the same column. This fix is safe and simple and I think we should include it into 3-5. Regards, Markus [1] http://cgit.freedesktop.org

Re: minutes of ESC call ...

2012-03-22 Thread Tommy
On Thu, 22 Mar 2012 17:10:34 +0100, Michael Meeks wrote: snip * closing fixed bugs + about 1/2 of the calc regressions are already fixed in 3.5 + 3.4.x will get no more updates + no need to explain more, close them. + some alrea

Re: where can I load windows DLL file

2012-03-22 Thread Tor Lillqvist
> I want to load some DLL files when Open File, how can I do this, please help! That doesn't make any sense, DLL files are not documents that could be opened in LibreOffice (or Microsoft Office, for that matter). Anyway, this is the developer list. Please ask on a user list or forum. --tml __