Re: [Libreoffice] TextSection, TextCursor and component

2011-11-14 Thread Knut Olav Bøhmer
2011/11/14 Cedric Bosdonnat : > Hi Knut, > > On Mon, 2011-11-14 at 00:02 +0100, Knut Olav Bøhmer wrote: >> Is it allowed to insert a TextSection in to a document which was >> created from another document? > > Honnestly, I don't know what is allowed and what is n

[Libreoffice] TextSection, TextCursor and component

2011-11-13 Thread Knut Olav Bøhmer
but is it not right to do it that way?) Next question. Can I create a TextSection if I only have a xTextCursor or a xTextRange? Best regards -- Knut Olav Bøhmer 41 000 108 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Properties not accessible

2011-10-13 Thread Knut Olav Bøhmer
it would be possible to do it from java. But it was not possible. Can we take some action to fix this kind of issues? Would it help to write my addons in C++? Or would that not make a difference? -- Knut Olav Bøhmer ___ LibreOffice mailing list LibreOf

Re: [Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-27 Thread Knut Olav Bøhmer
Hello, Here is the LibreOffice bug report: https://bugs.freedesktop.org/show_bug.cgi?id=41255 I did not check if the patch was applied in latest LibreOffice git repository. If it is, I can just close the bug. Thank you for all the help :) Best regards Knut Olav Bøhmer 2011/9/8 Harald Kagerer

Re: [Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-07 Thread Knut Olav Bøhmer
2011/9/7 Caolán McNamara : > On Mon, 2011-09-05 at 23:57 +0200, Knut Olav Bøhmer wrote: >> 2011/9/5 Caolán McNamara : >> > On Sun, 2011-09-04 at 00:29 +0200, Knut Olav Břhmer wrote: >> >> Hi, >> >> >> >> This patch solves a serious prob

[Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-03 Thread Knut Olav Bøhmer
Hi, This patch solves a serious problem experienced by many companies and need to be included in libreoffice. I'm using this patch with my own build for my customers with ooo 3.2.1 http://openoffice.org/bugzilla/show_bug.cgi?id=114485 Best regards -- Knut Olav B

Re: [Libreoffice] Where did Setup.xcu go?

2011-08-10 Thread Knut Olav Bøhmer
2011/8/10 Knut Olav Bøhmer : > Hi, > > Why does not LibreOffice have any Setup.xcu? > > And how can I set up LibreOffice to listens for uno connections? (like > we did with openoffice and ooSetupConnectionURL in Setup.xcu) I'm refering to how to do th

[Libreoffice] Where did Setup.xcu go?

2011-08-10 Thread Knut Olav Bøhmer
Hi, Why does not LibreOffice have any Setup.xcu? And how can I set up LibreOffice to listens for uno connections? (like we did with openoffice and ooSetupConnectionURL in Setup.xcu) -- Knut Olav Bøhmer ___ LibreOffice mailing list LibreOffice

Re: [Libreoffice] DDEInitiate bug

2011-08-01 Thread Knut Olav Bøhmer
On 27 July 2011 14:06, Michael Meeks wrote: > Hi Knut, > > On Tue, 2011-07-26 at 23:20 +0200, Knut Olav Bøhmer wrote: > > >Sadly I don't know. I imagine you need to avoid the splash > binary - and > > > run soffice.bin. I would be tempted to remove s

Re: [Libreoffice] building Basis/sdk/examples/DeveloperGuide/ProfUNO/CppBinding on Windows

2011-07-31 Thread Knut Olav Bøhmer
2011/7/29 Knut Olav Bøhmer : > 2011/7/28 Knut Olav Bøhmer : >> 2011/7/28 Knut Olav Bøhmer : >>> 2011/7/28 Caolán McNamara : >>>> On Thu, 2011-07-28 at 15:31 +0200, Knut Olav Bøhmer wrote: >>>>> On 28 July 2011 15:22, Caolán McNamara wrote: >>

Re: [Libreoffice] [dev] Re: Debugging Hanging OOo

2011-07-30 Thread Knut Olav Bøhmer
Hi, After looking closer, it actually looks like it IS applied. Sorry for the confusion. 2011/7/29 Knut Olav Bøhmer : > Hi, > > It does not look like this patch is included in LibreOffice. > What can we do get it included? > > > -- Forwarded message -- >

[Libreoffice] Fwd: [dev] Re: Debugging Hanging OOo

2011-07-29 Thread Knut Olav Bøhmer
rdNotifier > xClipboardNotifier; +    if ( GetViewFrame() ) +        xClipboardNotifier = uno::Reference< datatransfer::clipboard::XClipboardNotifier >( GetViewFrame()->GetWindow().GetClipboard(), uno::UNO_QUERY ); + +    return xClipboardNotifier; +} +  void SfxViewShell::AddRemoveClipboardListener( co

Re: [Libreoffice] building Basis/sdk/examples/DeveloperGuide/ProfUNO/CppBinding on Windows

2011-07-29 Thread Knut Olav Bøhmer
2011/7/28 Knut Olav Bøhmer : > 2011/7/28 Knut Olav Bøhmer : >> 2011/7/28 Caolán McNamara : >>> On Thu, 2011-07-28 at 15:31 +0200, Knut Olav Bøhmer wrote: >>>> On 28 July 2011 15:22, Caolán McNamara wrote: >>>> > On Thu, 2011-07-28 at 15:16 +0200, Kn

Re: [Libreoffice] building Basis/sdk/examples/DeveloperGuide/ProfUNO/CppBinding on Windows

2011-07-28 Thread Knut Olav Bøhmer
2011/7/28 Knut Olav Bøhmer : > 2011/7/28 Caolán McNamara : >> On Thu, 2011-07-28 at 15:31 +0200, Knut Olav Bøhmer wrote: >>> On 28 July 2011 15:22, Caolán McNamara wrote: >>> > On Thu, 2011-07-28 at 15:16 +0200, Knut Olav Bøhmer wrote: >>> > >>>

Re: [Libreoffice] building Basis/sdk/examples/DeveloperGuide/ProfUNO/CppBinding on Windows

2011-07-28 Thread Knut Olav Bøhmer
2011/7/28 Caolán McNamara : > On Thu, 2011-07-28 at 15:31 +0200, Knut Olav Bøhmer wrote: >> On 28 July 2011 15:22, Caolán McNamara wrote: >> > On Thu, 2011-07-28 at 15:16 +0200, Knut Olav Bøhmer wrote: >> > >> >> Now make says ../../../../settingss/stdtarget

[Libreoffice] building Basis/sdk/examples/DeveloperGuide/ProfUNO/CppBinding on Windows

2011-07-28 Thread Knut Olav Bøhmer
comes from, if it is a standard file or special made for LibreOffice But I copied inn a configre.guess file I found. Error message is now gone. Now make says ../../../../settingss/stdtarget.mk:12 ** target pattern contains no '%'. Stop [15:08] What can I do to fix

Re: [Libreoffice] DDEInitiate bug

2011-07-26 Thread Knut Olav Bøhmer
On 25 July 2011 18:15, Michael Meeks wrote: > > Hi Knut, > > On Mon, 2011-07-25 at 17:25 +0200, Knut Olav Bøhmer wrote: > > 1. Where can I find the main-loop in LibreOffice > >        Ah - that at one level easy - attach a debugger, and watch the > backtrace for a bit ;

Re: [Libreoffice] DDEInitiate bug

2011-07-25 Thread Knut Olav Bøhmer
Hi, 1. Where can I find the main-loop in LibreOffice 2. How do I start a program (LibreOffice) to trace from Visual Studio C++ 2008? (I know how to attach to an exsisting process) On 21 July 2011 17:37, Knut Olav Bøhmer wrote: > 2011/7/21 Knut Olav Bøhmer : > > 2011/7/21 Caolán

Re: [Libreoffice] DDEInitiate bug

2011-07-21 Thread Knut Olav Bøhmer
2011/7/21 Knut Olav Bøhmer : > 2011/7/21 Caolán McNamara : >> On Sat, 2011-07-16 at 11:06 +0200, Knut Olav Břhmer wrote: >>> > pImp->hConv = DdeConnect( pInst->hDdeInstCli,*pService,*pTopic, NULL); >>> > DdeConnect is not an OpenOffice.org/LibreOffice f

Re: [Libreoffice] DDEInitiate bug

2011-07-16 Thread Knut Olav Bøhmer
2011/7/15 Knut Olav Bøhmer : > 2011/7/13 Michael Meeks : >> Hi Knut, >> >> On Wed, 2011-07-13 at 16:54 +0200, Knut Olav Bøhmer wrote: >>> Now, fight! :D >> >>        This is a developers forum, not a place for sending E-mails about >> reported bugs

Re: [Libreoffice] DDEInitiate bug

2011-07-15 Thread Knut Olav Bøhmer
re is a relation we try to avoid with OOo developers, then that's >>> fighting, I think. >> >> I'm very sorry I said this now. It was suppose to be funny. I regret it. >> >> Best regards. > > Let's read it as "fight the bug"  ;-) Yes

Re: [Libreoffice] DDEInitiate bug

2011-07-15 Thread Knut Olav Bøhmer
2011/7/13 Michael Meeks : > Hi Knut, > > On Wed, 2011-07-13 at 16:54 +0200, Knut Olav Bøhmer wrote: >> Now, fight! :D > >        This is a developers forum, not a place for sending E-mails about > reported bugs :-) It is only on-topic if you have a patch, or you want >

Re: [Libreoffice] DDEInitiate bug

2011-07-13 Thread Knut Olav Bøhmer
there is a relation we try to avoid with OOo developers, then that's > fighting, I think. I'm very sorry I said this now. It was suppose to be funny. I regret it. Best regards. -- Knut Olav Bøhmer ___ LibreOffice mailing list LibreOffice@l

Re: [Libreoffice] DDEInitiate bug

2011-07-13 Thread Knut Olav Bøhmer
On 13 July 2011 19:57, Luuk wrote: > On 13-07-2011 16:54, Knut Olav Bøhmer wrote: >> http://openoffice.org/bugzilla/show_bug.cgi?id=118283 vs. >> https://bugs.freedesktop.org/show_bug.cgi?id=39194 >> >> Now, fight! :D >> >> >> 2011/7/13 Knut Olav Bøhm

Re: [Libreoffice] DDEInitiate bug

2011-07-13 Thread Knut Olav Bøhmer
2011/7/13 Michael Meeks : > Hi Knut, > > On Wed, 2011-07-13 at 16:54 +0200, Knut Olav Bøhmer wrote: >> Now, fight! :D > >        This is a developers forum, not a place for sending E-mails about > reported bugs :-) It is only on-topic if you have a patch, or you want >

Re: [Libreoffice] DDEInitiate bug

2011-07-13 Thread Knut Olav Bøhmer
http://openoffice.org/bugzilla/show_bug.cgi?id=118283 vs. https://bugs.freedesktop.org/show_bug.cgi?id=39194 Now, fight! :D 2011/7/13 Knut Olav Bøhmer : > Hi, > > I posted a bug-report at OpenOffice.org > http://openoffice.org/bugzilla/show_bug.cgi?id=118283 > > Do I need

[Libreoffice] DDEInitiate bug

2011-07-13 Thread Knut Olav Bøhmer
Hi, I posted a bug-report at OpenOffice.org http://openoffice.org/bugzilla/show_bug.cgi?id=118283 Do I need to create the bug-report at libreoffice as well? The bug is also there. -- Knut Olav Bøhmer ___ LibreOffice mailing list LibreOffice

[Libreoffice] Bugs from OpenOffice.org to LibreOffice

2011-05-28 Thread Knut Olav Bøhmer
Hi, How can I check if a bug that is fixed in OpenOffice.org 3.4 is also fixed in LibreOffice 3.4? Especially interested in http://openoffice.org/bugzilla/show_bug.cgi?id=115795 But if there is a general way to find out this things, I'd like to know. -- Knut Olav B

[Libreoffice] [REVIEW] - One line patche - Export hyperlinks to .doc

2011-05-22 Thread Knut Olav Bøhmer
Hi, Related to this bug. http://openoffice.org/bugzilla/show_bug.cgi?id=115297 2011/5/20 Knut Olav Bøhmer > Hi, > > Exporting hyperlinks to .doc is done wrong in LibreOffice Writer. There is > a flag (hlstmfIsAbsolute) that is set to 1. It should be 0, because all > links are ex

Re: [Libreoffice] Export hyperlinks to .doc

2011-05-20 Thread Knut Olav Bøhmer
It's related to this bug: http://openoffice.org/bugzilla/show_bug.cgi?id=115297 However, don't use the attachments on the bug-report, they are wrong. 2011/5/20 Knut Olav Bøhmer > > 2011/5/20 Knut Olav Bøhmer > >> Hi, >> >> Exporting hyperlinks to .do

Re: [Libreoffice] Export hyperlinks to .doc

2011-05-20 Thread Knut Olav Bøhmer
2011/5/20 Knut Olav Bøhmer > Hi, > > Exporting hyperlinks to .doc is done wrong in LibreOffice Writer. There is > a flag (hlstmfIsAbsolute) that is set to 1. It should be 0, because all > links are exported relative. > > My patch is tested in OpenOffice.org 3.2.1 <-cut-&

[Libreoffice] Export hyperlinks to .doc

2011-05-20 Thread Knut Olav Bøhmer
ery easy to test for anyone. 1. Create a document with a hyperlink. 2. Save it as .doc 3. Open it in MS Word 4. Ctrl Click on the link 5 and, look.. It does not work 6. Apply my patch 7. repeat point 1,2,3,4 8. and look.. It works :) -- Knut Olav Bøhmer ___

Re: [Libreoffice] Patch to fix bug in exporting relative hyperlinks to MS Word 97/2000/XP

2010-11-03 Thread Knut Olav Bøhmer
2010/11/3 Cédric Bosdonnat > Hi Knut, > > On Fri, 2010-10-29 at 23:30 +0200, Knut Olav Bøhmer wrote: > > I would be very happy if someone could take a look at > > the attached patch, and maybe improve it. > > First I couldn't reproduce the original problem neit

[Libreoffice] Patch to fix bug in exporting relative hyperlinks to MS Word 97/2000/XP

2010-10-29 Thread Knut Olav Bøhmer
/show_bug.cgi?id=115297 -- Knut Olav Bøhmer From b75385158bab3a4f60c1a07ceba2122e2e3f9625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20B=C3=B8hmer?= Date: Fri, 29 Oct 2010 23:24:58 +0200 Subject: [PATCH] OOo bug 115297, WW8: Export of relative hyperlinks is in a non-portable format --- sw