[Libreoffice-commits] core.git: filter/source include/filter

2020-05-04 Thread Piet van Oostrum (via logerrit)
filter/source/msfilter/svdfppt.cxx | 13 - include/filter/msfilter/svdfppt.hxx |3 --- 2 files changed, 16 deletions(-) New commits: commit 070f44e3b2d7dcf26de68ee46c50dad5c0cf2170 Author: Piet van Oostrum AuthorDate: Thu Nov 26 18:37:56 2015 +0400 Commit: Samuel

Re: Principle of least surprise

2019-02-09 Thread Piet van Oostrum
r switch off the automatic URL transformation: Tools > AutoCorrect Options > Options > URL Recognition -- Piet van Oostrum WWW: http://piet.vanoostrum.org/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Principle of least surprise

2019-02-08 Thread Piet van Oostrum
Wol writes: > On 06/02/2019 22:33, Piet van Oostrum wrote: > > Wols Lists wrote: > > > On 06/02/19 16:08, Piet van Oostrum wrote: > > > Wol's lists writes: > > > > > >> Dunno whether this is a bug or a design

Re: Principle of least surprise

2019-02-06 Thread Piet van Oostrum
t; > I was editing a csv, I've got a column of email addresses, and some of > them have been hyperlinked, some of them haven't. I don't want > hyperlinks, I didn't ask for hyperlinks, and I can't see any way of > easily removing them! > Format &

Re: Principle of least surprise

2019-02-06 Thread Piet van Oostrum
Wols Lists wrote: > On 06/02/19 16:08, Piet van Oostrum wrote: > > Wol's lists writes: > > > >> Dunno whether this is a bug or a design decision or what, but it's a > >> pretty nasty breach of the principle ... > >> > >> Why,

Re: MacOS Python: how to install additional packages

2018-12-09 Thread Piet van Oostrum
s/LibreOfficePython.framework/ and then for example >>> import pip >>> pip.main(['install', 'requests']) But 'regex' fails in the compilation because stdio.h cannot be found. Maybe specifying an appropriate CFLAGS or CPPFLAGS environment variable might

Re: [ANN] LibreOffice 5.2.2 RC2 available

2016-09-28 Thread Piet van Oostrum
t this version cannot be selected in the bug tracker. -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Trying to build LO on OS X: problem with make operation

2016-09-17 Thread Piet van Oostrum
18) transfer > closed with 25091031 bytes remaining to read > make: *** [/Users/ml/lo/core/workdir/download] Error 1 > > I don’t know what Error 1 means or what I’m doing wrong here. Any help > appreciated. > I think Error 1

Re: Change in use of basic (uno) api since version 5.1?

2016-05-31 Thread Piet van Oostrum
itonyak's documentation, the way to get the service manager is oServiceMgr = GetProcessServiceManager() Maybe you could try that. -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Verifying LO 5.1 on Mac OS X takes a long time

2016-02-18 Thread Piet van Oostrum
Bjoern Michaelsen wrote: > Hi, > > On Thu, Feb 18, 2016 at 10:33:34AM +0100, Piet van Oostrum wrote: > > I have a strange problem with the new LO 5.1 on Mac OS X Yosemite > > (10.10.5). > > great that you are using LibreOffice! Unfortunately, this is the

Verifying LO 5.1 on Mac OS X takes a long time

2016-02-18 Thread Piet van Oostrum
ystem continued to work normally. So what can be the problem with LO 5.1? -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/ma

Re: How can I convert a *.rtf file to *.doc file programmatically?

2015-10-17 Thread Piet van Oostrum
nstead of --convert-to. I can't check that as I don't have Windows. Also you should give the complete path of the soffice binary, or make sure it is in a directory that appears in your PATH environment variable. Hope this helps. -- Piet van Oos

Re: Callback deadlock

2015-06-29 Thread Piet van Oostrum
hives/libreoffice/2015-April/067601.html Basically the conclusion was the LO does too much locking here, but that it could not be avoided because of severe problems if it wouldn't lock. -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4]

Re: Inserting Graphics in a Writer document

2015-04-15 Thread Piet van Oostrum
ing in the second case is that the image > gets inserted before the anchor-change and when the re-anchoring occurs > the image is already in the wrong position. > -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] __

Re: DocumentEventListener problem

2015-04-15 Thread Piet van Oostrum
Stephan Bergmann wrote: > On 04/15/2015 02:18 PM, Piet van Oostrum wrote: > > Anyway, this makes it almost impossible to use listeners across the UNO > > bridge. When I run my code as a macro inside LO there is no problem. > > Why do you need to remove and then re-ad

Inserting Graphics in a Writer document

2015-04-15 Thread Piet van Oostrum
fter the", 4 words later. The image is indeed anchored to this position, as I can see when I manually insert some more text before it. So it is not a matter of an offset. I have also tried to create another cursor with the endpoint of xTextCursor between the two sentences, and then use this

Re: DocumentEventListener problem

2015-04-15 Thread Piet van Oostrum
;): global parenum parenum = doc.Text.createEnumeration() global paras paras = [] while parenum.hasMoreElements(): para = parenum.nextElement() paras.append(para) print("get para: {}".format(para.String))

Re: Some troubles building LO

2015-04-15 Thread Piet van Oostrum
core/instdir/program/libwpftwriterlo.so] > Error 1 > /usr/bin/ld: final link failed: No space left on device Your disk is full. -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@

Re: DocumentEventListener problem

2015-04-14 Thread Piet van Oostrum
Michael Stahl wrote: > On 12.04.2015 22:53, Piet van Oostrum wrote: > > I am trying to program a Global DocumentEventListener in Python. > > Then on a certain event (e.g. File Open), I want to analyse/print the > > paragraph structure of the document. > > >

DocumentEventListener problem

2015-04-12 Thread Piet van Oostrum
t name: OnLoadFinished Document: Title: Letter.odt Location: file:///Users/piet/TEST/LibreOffice/Letter.odt get para: To: The first paragraph gets printed, then it hangs. -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4]

Re: LibreOffice Crash

2015-04-07 Thread Piet van Oostrum
plicitely. And I had master successfully compiled with these options. -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: LibreOffice Crash

2015-04-07 Thread Piet van Oostrum
Christian Lohmaier wrote: > On Mon, Apr 6, 2015 at 6:00 PM, Piet van Oostrum wrote: > > Sorry that the previous mail was sent as a reply to an unrelated message. > > Please disregard and use this one. > > > > I got the dreaded DeploymentException again. This time

Re: LibreOffice Crash

2015-04-07 Thread Piet van Oostrum
Stephan Bergmann wrote: > On 04/06/2015 06:00 PM, Piet van Oostrum wrote: > > Sorry that the previous mail was sent as a reply to an unrelated message. > > Please disregard and use this one. > > > > I got the dreaded DeploymentException again. This time I com

LibreOffice Crash

2015-04-06 Thread Piet van Oostrum
tions() + 89 13 libutllo.dylib 0x00010e0a3cc4 SvtSysLocale_Impl::SvtSysLocale_Impl() + 36 -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOf

Re: VclBuilder in an extension

2015-04-06 Thread Piet van Oostrum
short) + 162 11 libutllo.dylib 0x00010e077796 SvtSysLocaleOptions_Impl::SvtSysLocaleOptions_Impl() + 70 12 libutllo.dylib 0x00010e079919 SvtSysLocaleOptions::SvtSysLocaleOptions() + 89 13 libutllo.dylib 0x00010e0a3cc4 SvtSysLocale_Impl::SvtSysLocale_Imp

Re: tdf#90156: fail to launch LO on MacOs after building git sources

2015-04-01 Thread Piet van Oostrum
ow if there was a causal connection. Anyway the DeploymentException disappeared when I built with Python. I also added PYTHON=python3.3 to the autogen.sh command -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ L

Re: Load files into Writer only?

2015-04-01 Thread Piet van Oostrum
uld be considered a bug. When I then kill the LO process, the Python program gives this error message: SystemError: Couldn't instantiate python representation of structered UNO type com.sun.star.lang.DisposedException -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DA

Re: How many degrees of headlessness do we need? [and LibreOffice crash]

2015-04-01 Thread Piet van Oostrum
alue("Overwrite", -1, True, 0), # 1-tuple textdoc.storeAsURL(saveURL, outProps) textdoc.close(True) -------- Even with a non-headless LO start (but with --nologo --nodefault) no window is created. -- Piet van Oostrum WWW: http://pietvanoost

Re: LibreOffice crash

2015-03-31 Thread Piet van Oostrum
Michael Stahl wrote: > On 28.03.2015 21:52, Piet van Oostrum wrote: > > > Now when I do this with a Writer document: > > > > > > textdoc = > > smgr.createInstanceWithContext("com.sun.star.text.TextDocument", context) > > >

Re: How many degrees of headlessness do we need?

2015-03-30 Thread Piet van Oostrum
1 , True, 0 ), # 1-tuple! textdoc = desktop.loadComponentFromURL(loadURL, "_blank", 0, inProps); print(textdoc.Text.String) textdoc.close(True) -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: LibreOffice crash

2015-03-28 Thread Piet van Oostrum
Piet van Oostrum wrote: > I am currently experimenting with programming LibreOffice through Python/UNO. > One thing I tried is to create a document, not with the > loadComponentFromURL call from the desktop, but the route via the > XLoadable interface, [snip] > Now when I

LibreOffice crash

2015-03-26 Thread Piet van Oostrum
0x000111f123fa SVMain() + 26 21 libsofficeapp.dylib 0x00010ffa9bc0 soffice_main + 224 22 org.libreoffice.script 0x00010fefff20 main + 16 23 libdyld.dylib 0x7fff86dc25c9 start + 1 -- Pie

[Libreoffice-commits] core.git: sw/qa sw/source

2015-03-24 Thread Piet van Oostrum
deletions(-) New commits: commit 5e49b9b4e99f787071a624dadd3e587ea6b041a7 Author: Piet van Oostrum Date: Thu Mar 12 14:50:15 2015 +0100 tdf#89405 DOC export: fix corrupted comment order Code for correctly exporting a Writer document with comments to a MS Word 97-2003 .doc format

What to do after build failure on Gerrit submission?

2015-03-18 Thread Piet van Oostrum
resubmit the patch, possibly after rebasing it to the current master? This is the first time I am doing this, so I have no experience. I also don't know if the patch will be reviewed, given that the build failed. Or will it be considered anyway? -- Piet van Oostrum WWW: http://pietvanoostru

Re: Load files into Writer only?

2015-03-15 Thread Piet van Oostrum
op.loadComponentFromURL("file:///path/to/document.odt", "_blank", 0, (prop,)) It only means that LO will treat it as a Writer document if it can't inder the type from the file itself. -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DA

Re: LibreOffice 4 and Python on Yosemite

2015-03-11 Thread Piet van Oostrum
the make pyuno.clean and a new make the system built without problems. And lo and behold my other problem - LibreOfficeDev.app crashing at startup - has also been solved. I don't know if the python issue caused that, or that it was solved becaus

LibreOffice 4 and Python on Yosemite

2015-03-08 Thread Piet van Oostrum
/libpyuno.dylib $W/LinkTarget/Library/libpyuno.dylib.exports; fi && : TEMPFILE=/var/folders/3x/rvxwk1n88xn6960059bdry_hgn/T/gbuild..FhgJNgAZ && mv ${TEMPFILE} /Users/piet/Downloads/LibreOffice/core/workdir/LinkTarget/Library/libsysshlo.dylib.objectlist ld: library not foun

LibreOffice HEAD won't run

2015-03-08 Thread Piet van Oostrum
ylib 0x000109403bc0 soffice_main + 224 30 org.libreoffice.script 0x000109358f20 main + 16 31 libdyld.dylib 0x7fff96f845c9 start + 1 Is there anything I did wrong? What can I do to get a working version? -- Piet van Oostru

Piet van Oostrum license statement

2015-03-05 Thread Piet van Oostrum
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@lists.freedesktop

Re: [IMPORTANT] Google OpenId End-of-Life, Gerrit users need to take action

2015-02-24 Thread Piet van Oostrum
t; <https://wiki.documentfoundation.org/Website/OpenID#Need_an_OpenID_for_one_of_our_services.3F>, > it explicitly lists the Fedora and Launchpad providers. That page mentions MyOpenId, which no longer exists. -- Piet van Oostrum WWW: http:

Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Piet van Oostrum
Yvon Thoraval wrote: > 2015-01-29 14:15 GMT+01:00 Piet van Oostrum : > > grep PYTHONPATH /etc/* > > Bingo ! > > $  cat /etc/launchd.conf | grep PYTHONPATH > setenv PYTHONPATH /usr/local/lib/python2.7/site-packages > > may be Mac OS X Mounta

Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Piet van Oostrum
Yvon Thoraval wrote: > 2015-01-29 13:05 GMT+01:00 Piet van Oostrum : > > ~/.MacOSX/environment.plist > > Nope, i don't have any ~/.MacOSX/environment.plist and even no ~/.MacOSX > I did carefully checked : > > ~/.bash_profile > ~/.bashrc >

Re: LO 4.3.5002 and PYTHONPATH on Mac OS X Mountain Lion 10.8.4

2015-01-29 Thread Piet van Oostrum
> '->$ echo $PYTHONPATH > > .-[yt@d620.local:~]-[12:11:50]                                               >                       >                                                                        > '->$  > > that's to say PYTHONPATH is empty on terminal. >

Re: Repair corrupted odt

2014-11-24 Thread Piet van Oostrum
ansferred in ascii mode instead of binary. -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Patch for [Bug 79082] FILESAVE: Tab positions not being retained in PPT

2014-11-02 Thread Piet van Oostrum
kind regards, -- Piet van Oostrum WWW: http://pietvanoostrum.com/ PGP key: [8DAE142BE17999C4] ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice