[Bug 48140] Remove uno calls from xlsx import

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48140 jan iversen changed: What|Removed |Added Whiteboard||ToBeReviewed -- You are receiving

[Bug 48140] Remove uno calls from xlsx import

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48140 --- Comment #7 from Alex Thurgood --- Adding self to CC if not already on -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.fre

[Bug 48140] Remove uno calls from xlsx import

2014-02-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48140 bfoman changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[Bug 48140] Remove uno calls from xlsx import

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48140 Björn Michaelsen changed: What|Removed |Added CC||libreoffice@lists.freedeskt

Re: UNO calls

2013-07-29 Thread Efe Gürkan YALAMAN
Hi, I've found the view.hxx file, which have GetSearchDialog(). I've placed an > breakpoint on it. But it seems to be called at the start of the writer, not > when clicked in "Search and Replace". > > If you look to the path of the view.hxx you will see it is in sw module. There is also another vi

Re: [PUSHED] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-17 Thread Miklos Vajna
On Tue, Apr 17, 2012 at 09:05:52PM +0200, Markus Mohrhard wrote: > I finally pushed you patch with the small correction that was > necessary for the shared formula import. Marking as such. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [PATCH] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-17 Thread Daniel Bankston [danthedev]
On 04/17/2012 02:05 PM, Markus Mohrhard wrote: Hey Daniel, On Tue, 2012-04-17 at 08:45 -0400, Kohei Yoshida wrote: I'll look through your changes to see what change might have caused the shared formula import issue. This change -Reference< XNamedRange> xNamedRange = createNamedRangeObj

Re: [PATCH] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-17 Thread Markus Mohrhard
Hey Daniel, >> >> On Tue, 2012-04-17 at 08:45 -0400, Kohei Yoshida wrote: >>> I'll look through your changes to see what change might have caused >>> the shared formula import issue. >> >> This change >> >> -    Reference< XNamedRange > xNamedRange = createNamedRangeObject( aName, >> rTokens, 0 )

Re: [PATCH] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-17 Thread Markus Mohrhard
Hey Kohei, Daniel, sorry that I did not respond earlier but I'm a bit busy this week. 2012/4/17 Kohei Yoshida : > Hi Daniel, > > On Tue, 2012-04-17 at 08:45 -0400, Kohei Yoshida wrote: >> I'll look through your changes to see what change might have caused >> the shared formula import issue. > > T

Re: [PATCH] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-17 Thread Kohei Yoshida
Hi Daniel, On Tue, 2012-04-17 at 08:45 -0400, Kohei Yoshida wrote: > I'll look through your changes to see what change might have caused > the shared formula import issue. This change -Reference< XNamedRange > xNamedRange = createNamedRangeObject( aName, rTokens, 0 ); -OSL_ENSURE( xNam

Re: [PATCH] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-17 Thread Kohei Yoshida
On Mon, 2012-04-16 at 09:44 -0500, Daniel Bankston [danthedev] wrote: > May I please have a copy of that test document so that I can try to > resolve the problem you mentioned? (When time permits, that is.) Hi Daniel, First of all, thanks a lot for submitting the additional patch I've asked for

Re: [PATCH] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-16 Thread Daniel Bankston [danthedev]
an to make similar changes to the database ranges and eventually remove all UNO calls in these methods where possible. (School semester is still in for me and quite busy as it nears the end.) First please don't comment out code, it just makes the diff even more confusing to look at, git al

Re: [PATCH] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-16 Thread Noel Power
ranges and eventually remove all UNO calls in these methods where possible. (School semester is still in for me and quite busy as it nears the end.) First please don't comment out code, it just makes the diff even more confusing to look at, git already shows the deletions and annotating tha

[PATCH] Bug 48140 - [EasyHack] remove uno calls from xlsx import

2012-04-14 Thread Daniel Bankston [danthedev]
t there is something that I may have missed due to my current beginner level of understanding of the sc model. I am eager to see what suggestions you all may have. When I have more time, I later plan to make similar changes to the database ranges and eventually remove all UNO calls in these meth