scripting/source/pyprov/pythonscript.py | 24 +---
1 file changed, 13 insertions(+), 11 deletions(-)
New commits:
commit 3d97c9d292d80cb82391bdb416a9c6217a8e16e4
Author: Laurent Godard
Date: Wed Apr 25 15:49:21 2018 +0200
tdf#117202 more pythonic and allow spaces as
scripting/source/pyprov/pythonscript.py | 34
1 file changed, 30 insertions(+), 4 deletions(-)
New commits:
commit aa45e2745f14c5626fe163939dc7d101efe9d1cd
Author: Laurent Godard
Date: Tue Apr 24 16:05:18 2018 +0200
tdf#117202 - parse function name to
scripting/README |8
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 0e6999edba35119b051dd0f4e64365ac7dc3f209
Author: Laurent Godard
Date: Tue Apr 24 16:12:47 2018 +0200
pyprov is not deprecated
Change-Id
New branch 'private/lgodard/tdf#117202' available with the following commits:
commit 7930c598796f56623bbddb988977823809b0ab31
Author: Laurent Godard
Date: Tue Apr 24 16:12:47 2018 +0200
pyprov is not deprecated
Change-Id: I6e7af6e6178f3820a73bae6008d8046161a0d8
Hi Fernand
As i already sent yout, you may find all needed code samples there
http://api.libreoffice.org/examples/python/toolpanel/
just design your sidebar as a normal basic dialog
then, bind it to a pyUNO class
HTH
Laurent
___
LibreOffice mailing l
/source/sidebar/UnoPanel.cxx | 64 +--
11 files changed, 436 insertions(+), 233 deletions(-)
New commits:
commit 536c259cb9644971d0eb0cdfb7d823c5383a5481
Author: Laurent Godard
Date: Tue Aug 25 16:38:43 2015 +0200
tdf#67770 store sidebar elements states
deck & p
(+), 7 deletions(-)
New commits:
commit db17079fcff6f9a068c499b17f2501cc4c82d10b
Author: Laurent Godard
Date: Fri Sep 18 17:06:29 2015 +0200
tdf#94617 allow to store nStart information greater than sal_Int16 limit
- preserve backward compatibility
- nDebugFlag is stored but not
:
commit d38e743e8eb3fa70faf194c25dea1893029c5460
Author: Laurent Godard
Date: Mon Sep 14 15:58:37 2015 +0200
Rename Sidebar.xcu node names to be meaningful
+ prefixe with Sd, Sw, Sc if only one application context, no prefix
otherwise
+ uniformize implicit convention nodeName
sfx2/qa/python/check_sidebar.py | 33 -
1 file changed, 28 insertions(+), 5 deletions(-)
New commits:
commit c94a1fdc4443e11d19d12acd8883f9b9494e
Author: Laurent Godard
Date: Tue Sep 1 15:28:39 2015 +0200
sideber uno api test less dependant to panels
|1
sc/qa/extras/macros-test.cxx| 33
sc/qa/extras/testdocuments/testTypePassword.ods |binary
7 files changed, 236 insertions(+), 9 deletions(-)
New commits:
commit cd91509191bee9faaabdae185fef58b811f3a5a4
Author: Laurent Godard
Date: Tue Aug 18 16:44:55
|1
sc/qa/extras/testdocuments/testTypePassword.ods |binary
6 files changed, 35 insertions(+), 12 deletions(-)
New commits:
commit 8a7b7b7b72c299bc9a96815814c1452be7f662c1
Author: Laurent Godard
Date: Wed Aug 19 17:58:12 2015 +0200
New identifier for save/open macro
+++-
offapi/com/sun/star/ui/XPanels.idl |9 -
offapi/com/sun/star/ui/XSidebarProvider.idl |1 +
7 files changed, 28 insertions(+), 10 deletions(-)
New commits:
commit c609b30b12df9118a9fb5fcf06177a39c54d895a
Author: Laurent Godard
Date: Mon Aug 24 14:15:57 2015 +0200
sidebar
Hi all
I would like to have a look at
https://bugs.documentfoundation.org/show_bug.cgi?id=67770
--> CONFIGURATION: Sidebar customization settings not remembered after
reopening
I'll first have a look at the global settings, application level based
as they are actually loaded from the registr
Hi stephan
Le 21/08/2015 14:46, Stephan Bergmann a écrit :
I'm sorry this is a little late. But I think we're still fine, as this
should until now only have hit master towards LO 5.1, and not any
libreoffice-5-0 or earlier.
here are the changes
https://gerrit.libreoffice.org/#/c/17952/
i al
Hi
* about setTitle
What I mean is: Is it supposed to be useful functionality that a client
that has access to an XDeck instance can change its title? Or should
the title rather be immutable and attached to the XDeck instance when it
is created?
I often wonder this when I see UNO interfaces
Hi Stephan
Thanks a lot for your review
I'm sorry this is a little late. But I think we're still fine, as this
should until now only have hit master towards LO 5.1, and not any
libreoffice-5-0 or earlier.
right
I'll correct all of your points
with (@since LibreOffice 5.1)
remarks/question
basctl/source/basicide/baside2b.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 47d1cb09e6bcf8b044d15fff1be9b76fe72524b0
Author: Laurent Godard
Date: Wed Aug 19 16:15:16 2015 +0200
avoid autocorrection misreplacing
takes the last token in case of
basic/source/classes/image.cxx | 103 +
1 file changed, 53 insertions(+), 50 deletions(-)
New commits:
commit 6e403346634113f7b5d582774864baa4555b2843
Author: Laurent Godard
Date: Tue Aug 18 13:40:42 2015 +0200
null pointer guard if no user
basic/source/classes/image.cxx |4
1 file changed, 4 deletions(-)
New commits:
commit ba5fd0cc77d7d53004f46e4ca867a22d56c5baa7
Author: Laurent Godard
Date: Tue Aug 18 11:59:06 2015 +0200
correct wrong comments
Change-Id: I6682248873bcd6302b1d8d041bbc2e19a8e0ba7b
Author: Laurent Godard
Date: Mon Aug 17 13:28:16 2015 +0200
tdf#75973 : User Defined Types in password encrypted macros
save/load basic script so that when executing password protected
the user defined types can be rebuilt
supports array and nested types
a unit
basctl/source/basicide/baside2b.cxx | 11 +++
1 file changed, 11 insertions(+)
New commits:
commit ddb43837ca74295b848d3217064a2442b0a12b8c
Author: Laurent Godard
Date: Tue Aug 18 09:24:26 2015 +0200
avoid basic ide crash in code autocompletion
due to code completion
Hi
Is the oDoc = StarDesktop.loadComponentFromURL still valid in 5.0 ?
sure !
I am calling it in my macro and getting an error about the URL parameter
which is "file:///tmp/file.ptt"
so seems as though the file URL is OK and the file is present.
wild guess
file.ppt not ptt which is an
sc/source/ui/view/viewdata.cxx |6 ++
1 file changed, 6 insertions(+)
New commits:
commit 35e449707501c2f19a585fba3efcf1ccd217df6e
Author: Laurent Godard
Date: Thu Jul 9 17:00:54 2015 +0200
init maTabData to the correct tab size tdf#92629
Change-Id
sc/source/ui/view/viewdata.cxx |6 ++
1 file changed, 6 insertions(+)
New commits:
commit ebdc15f93587b59a79a5104f8358841a28940a82
Author: Laurent Godard
Date: Thu Jul 9 17:00:54 2015 +0200
init maTabData to the correct tab size tdf#92629
Change-Id
commits:
commit 187445b2d2885ced92be37ffb11cd2a9bb11f8d6
Author: Laurent Godard
Date: Mon Jun 8 10:24:42 2015 +0200
Uno api sidebar unit test tdf#91806
- python test subsequentcheck
- correct deck setTitle APi (UI update)
- enhance UnoInProcess for flexiility in loading
(+), 2077 deletions(-)
New commits:
commit a64999511ae654131d997eec9a3d78478cfc1c75
Author: Laurent Godard
Date: Thu Apr 30 16:56:14 2015 +0200
new uno sidebar api tdf#91806
the entry point is SfxBaseController::getSidebar()
the Decks and panels are now per SidebarController
| 50 ++
5 files changed, 109 insertions(+)
New commits:
commit fb8377fe404564871d7be8cf777abe2108c74951
Author: Laurent Godard
Date: Wed May 6 16:36:52 2015 +0200
unit test for tdf#91095
and ready for any docbook export tests
Change-Id
sc/source/ui/view/gridwin4.cxx | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit ab6ea2f8e73c4a0785bb2a6b256fc521ee120d98
Author: Laurent Godard
Date: Tue May 19 18:10:18 2015 +0200
draw Note mark before text for correct ZOrder tdf#89182
the
sc/source/ui/view/gridwin4.cxx | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 2d1abfff0156c17cdaabf27c01e92b5e3f0bbbf4
Author: Laurent Godard
Date: Tue May 19 14:36:44 2015 +0200
draw Note mark before text for correct ZOrder tdf#89182
the
Hi Fernand
,
More properties: Size , colors, background ?
What about having the DialogControls available (ProgressBar, Watch,
Images, listbox.)
this is what is intended in
Panel.getDialog (giving a XUnoControlDialog i think)
you'd get the Dialog and then be able to gain each control (via
Hi all
The libreoffice sidebar can be enhanced by adding Decks and Panels via
extensions
Unfortunatelly, there is no available UNO API to easily manipulate the
sidebar, the decks, the panels once deployed
So I plan to write some (first ideas at the end of the mail)
(targeting calc & writer fo
offapi/com/sun/star/util/XNumberFormats.idl |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f02ef85f4a5b6770cddf94ccc2eeb3c187d67b22
Author: Laurent Godard
Date: Mon Apr 13 18:42:25 2015 +0200
remove build warning
Change-Id
Hi all
I would like to make the sidebar layout available through UNO api
(targeting writer & calc for the moment)
the first steps i would like to achieve are
- get the sidebar object
--> setVisible (true/false)
--> get Deck ListNames
--> set Active Deck by name
--> get a Deck (byName
sc/source/core/data/document.cxx | 56 +--
1 file changed, 37 insertions(+), 19 deletions(-)
New commits:
commit 7042961f4d3e383c04f792a60e96d909b7e44363
Author: Laurent Godard
Date: Fri Mar 20 12:02:31 2015 +0100
tdf#90042 only handle formula group
sc/source/core/data/document.cxx | 30 --
1 file changed, 20 insertions(+), 10 deletions(-)
New commits:
commit c79bdd062f657d1be98aa815d9b882d144f35e04
Author: Laurent Godard
Date: Fri Mar 20 12:02:31 2015 +0100
tdf#90042 only handle formula group if useful
desktop/uiconfig/ui/extensionmanager.ui |7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
New commits:
commit f16c427d5668e5fe9d41268e18a71cfca3aaf1c1
Author: Laurent Godard
Date: Mon Mar 2 17:53:43 2015 +0100
correct control overlapping - minor UI refactoring
the
sc/source/ui/docshell/docsh4.cxx |7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit bf57bbef91bc40090561d614e4c2070c01aef7cb
Author: Laurent Godard
Date: Thu Feb 19 10:45:26 2015 +0100
tdf#89460 test pChangeTrack before using it
Reviewed-on
sc/source/ui/docshell/docsh4.cxx |7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 36578765e206ec963988d75e8a53adca0c981bc8
Author: Laurent Godard
Date: Thu Feb 19 10:45:26 2015 +0100
tdf#89460 test pChangeTrack before using it
Change-Id
sc/source/ui/docshell/docsh4.cxx |7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit bf5c5f359cf4eb36a0a9a1110ec2aa3393bb87df
Author: Laurent Godard
Date: Thu Feb 19 10:45:26 2015 +0100
tdf#89460 test pChangeTrack before using it
Change-Id
:
commit d8a9c74f41355362997c7f8b58942936a4a6d262
Author: Laurent Godard
Date: Fri Feb 6 17:51:21 2015 +0100
BASIC IDE : add the current procedure name in the status bar
Change-Id: Icecef1748bcc964670b0b95263314d9d8a4555f0
Reviewed-on: https://gerrit.libreoffice.org/14367
desktop/source/app/dispatchwatcher.cxx |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 1989572b219966bf0ba8fd6809adca19c22d3057
Author: Laurent Godard
Date: Tue Jan 13 15:27:59 2015 +0100
convert-to : display error messages in console fdo#88326
desktop/source/app/dispatchwatcher.cxx | 37 +++--
1 file changed, 22 insertions(+), 15 deletions(-)
New commits:
commit ef93d0ccb0c2ef010fc1f1089e55f1d9c74e61fd
Author: Laurent Godard
Date: Thu Jan 15 18:40:47 2015 +0100
executeDispatchRequests : cleaning
desktop/source/app/dispatchwatcher.cxx | 37 +++--
1 file changed, 22 insertions(+), 15 deletions(-)
New commits:
commit 905bab9e46f9a15d4402954b70913d66fc6d3cd5
Author: Laurent Godard
Date: Thu Jan 15 18:40:47 2015 +0100
executeDispatchRequests : cleaning
desktop/source/app/dispatchwatcher.cxx |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit de900ebdd4fec0fb06d56583ae22b2adc3608a65
Author: Laurent Godard
Date: Tue Jan 13 15:27:59 2015 +0100
convert-to : display error messages in console fdo#88326
bin/parse-perfcheck.py |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ad91cfdcf256f5af159f2f18d3b83f17b91849dc
Author: Laurent Godard
Date: Fri Nov 14 18:11:08 2014 +0100
parse-perfcheck : add filename to csv results
one can find callgrind
:
commit 4ef9e07c6526ac2e36f9d10a81da264f0b205920
Author: Laurent Godard
Date: Mon Nov 3 16:01:07 2014 +0100
calc performance test
- a plain perfcheck test example on big file
- searches
- named ranges
- sheets
- big file is approx.
- 100 sheets
sc/source/ui/docshell/docfunc.cxx |2 --
1 file changed, 2 deletions(-)
New commits:
commit 187ffc5e9966c3f2c09965b5ab8ebb43e12300e9
Author: Laurent Godard
Date: Fri Nov 7 15:30:03 2014 +0100
addNewFromTitles : avoid broadcasting SC_HINT_AREAS_CHANGED twice
as it is already
sc/source/ui/docshell/docfunc.cxx | 11 +--
sc/source/ui/inc/docfunc.hxx |4 ++--
2 files changed, 7 insertions(+), 8 deletions(-)
New commits:
commit fa18fd06e0d9de3eb87f3bdec4aa00a587c9fd5f
Author: Laurent Godard
Date: Wed Nov 12 12:43:40 2014 +0100
calc
bin/parse-perfcheck.py | 264 -
1 file changed, 216 insertions(+), 48 deletions(-)
New commits:
commit 8fa8bb641f63d88e67cafe90f0606905150b644e
Author: Laurent Godard
Date: Thu Oct 30 16:29:45 2014 +0100
Parse perfcheck results
sc/Module_sc.mk |4
test/source/util/xreplaceable.cxx |4
2 files changed, 8 insertions(+)
New commits:
commit e65790ddcf90ee243bf74f8f906c7b12a7fda901
Author: Laurent Godard
Date: Tue Nov 4 12:36:46 2014 +0100
perfcheck instrument existing test
sc/inc/table.hxx |3 +++
sc/source/core/data/table6.cxx | 26 +-
2 files changed, 24 insertions(+), 5 deletions(-)
New commits:
commit fd1b1a153516934699cd7d87437b13511c9f9d14
Author: Laurent Godard
Date: Tue Nov 4 12:42:15 2014 +0100
calc
bin/parse-perfcheck.py | 125 +
1 file changed, 125 insertions(+)
New commits:
commit 4f5f6d2444a24138c3d3d378771f87cb06427195
Author: Laurent Godard
Date: Tue Oct 14 09:50:39 2014 +0200
perfcheck : parse callgrind.out results to build csv
Hi Matus,
Thanks a lot for your detailled response
I'm actually in holidays with family and will be back next week; I hope
then to be able to continue this work (but feel free to start it !)
I've added it to loperf; it's now in
http://dev-builds.libreoffice.org/callgrind_report/
So, there i
Hi Matus
First, thanks a lot for your answer
Most of that is just loading the file - maybe we could use 'loperf' for
testing import/export and do only the rest as perfchecks? What do you think?
I instrumented the big file load for testing purpose but yes, in
absolute, i'm also interrested i
Hi all
First, i must warn that i have little experience in c++ development; So
my wording may be strange and inacurate. Feel free to request for
rewording if something is not clear
manys thanks to all the devs who helped me on this (matus, mst)
i'll present in the comming line the approach i
sc/source/core/data/table2.cxx | 15 +++
1 file changed, 11 insertions(+), 4 deletions(-)
New commits:
commit 91502a72c12c559442e8bf77c27a516b49c2a68d
Author: Laurent Godard
Date: Thu Oct 9 14:44:27 2014 +0200
fdo#83141: also optimize ScTable::HasAttribSelection
solenv/gbuild/CppunitTest.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b1e9163b5929f68860b56b04112fb76d303f6388
Author: Laurent Godard
Date: Mon Oct 13 11:50:39 2014 +0200
enhance perfcheck failing message
add the expected number
sc/source/core/data/compressedarray.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 430747397508f297be7ae1fa734a43ea705e9a43
Author: Laurent Godard
Date: Thu Oct 9 14:26:49 2014 +0200
remove warning: ânIndexâ may be used uninitialized
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
1 - 100 of 307 matches
Mail list logo