[libreoffice-users] Advice needed on reporting a bug

2019-10-21 Thread Tom Williams
Hi!  I have a Word document that I downloaded from an online Sharepoint site that appears mis-formatted in LibreOffice Writer 6.2.7.1 on Ubuntu 19.04 Linux.   It appears as if the page breaks are off.   In any event, the document is a legal document so I'm not willing to post the document "as is"

Re: [libreoffice-users] Experimental macro features: How to determine object types?

2019-10-21 Thread Johnny Rosenberg
Den mån 21 okt. 2019 kl 12:53 skrev Stephan Bergmann : > On 18/10/2019 20:16, Johnny Rosenberg wrote: > > *Private Function ItemFound(sItem As string, _ oRange As > > com.sun.star.sheet.XSheetCellRange) As Boolean Dim oDescriptor As > > com.sun.star.util.XReplaceDescriptor > >

[libreoffice-users] Building libreoffice with clang on ppc64

2019-10-21 Thread Piotr Kubaj
Hello, I'm trying to build LibreOffice 6.3.2 on FreeBSD/powerpc64 with LLVM 9.0.0 (elfv2 ABI). My problem is that I'm getting those errors https://pastebin.com/dKAY28ns I tried to patch them with https://pastebin.com/66Xhi1D1 using similar code to x86-64. But then I'm getting a segfault at

Re: [libreoffice-users] Bug selecting text using the API

2019-10-21 Thread Andrew Pitonyak
Can you report this? If not I will do so ⁣Sent from BlueMail ​ On Oct 21, 2019, 12:00 AM, at 12:00 AM, Mauricio Baeza wrote: >On Sun, 20 Oct 2019 23:41:50 -0400, Andrew Pitonyak > wrote: > >> Thanks for testing. We now have three instances where this fails. >> >> If you still want the

Re: [libreoffice-users] Experimental macro features: How to determine object types?

2019-10-21 Thread Stephan Bergmann
On 18/10/2019 20:16, Johnny Rosenberg wrote: *Private Function ItemFound(sItem As string, _ oRange As com.sun.star.sheet.XSheetCellRange) As Boolean Dim oDescriptor As com.sun.star.util.XReplaceDescriptor oDescriptor=oRange.createSearchDescriptor()* *⁝* *⁝* *End Function* So the answer to my