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
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
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
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 &
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,
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
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
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
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
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
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
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
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]
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]
__
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
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
;):
global parenum
parenum = doc.Text.createEnumeration()
global paras
paras = []
while parenum.hasMoreElements():
para = parenum.nextElement()
paras.append(para)
print("get para: {}".format(para.String))
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@
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.
> >
>
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]
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
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
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
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
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
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
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
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
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)
> > >
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
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
0x000111f123fa SVMain() + 26
21 libsofficeapp.dylib 0x00010ffa9bc0 soffice_main + 224
22 org.libreoffice.script 0x00010fefff20 main + 16
23 libdyld.dylib 0x7fff86dc25c9 start + 1
--
Pie
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
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
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
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
/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
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
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
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:
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
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
>
> '->$ echo $PYTHONPATH
>
> .-[yt@d620.local:~]-[12:11:50]
>
>
> '->$
>
> that's to say PYTHONPATH is empty on terminal.
>
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
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
45 matches
Mail list logo