Bonjour à tous,
La commande utilisée en VBA
Set ServiceManager = CreateObject("com.sun.star.ServiceManager")
qui permet de se connecter à LibreOffice, ne fonctionne pas avec la
version LO Win 5.1.3.2 64 bits.
Elle fonctionne correctement avec la version LO Win 5.1.3.2 32 bits et
LO Win 5.0.6
Pouvez-vous confirmer ?
Si vous avez MsWord >= 2007 installé, il suffit de créer un macro
contenant le code suivant
Set objServiceManager = CreateObject("com.sun.star.ServiceManager")
Set objCoreReflection=
objServiceManager.createInstance("com.sun.star.reflection.CoreReflection")
Set objDesktop=
objServiceManager.createInstance("com.sun.star.frame.Desktop")
Dim args()
Set objDocument=
objDesktop.loadComponentFromURL("private:factory/swriter", "_blank", 0,
args)
et de l'executer. Un fichier Writer vierge doit s'ouvrir.
Merci.
--
Didier Dorange-Pattoret
Tel : +33.6.32.38.87.02
http://www.dmaths.org
Soutenez le projet Dmaths : rejoignez le club ou faites adhérer votre établissement !
http://www.dmaths.org/documentation/doku.php?id=presentation:club
--
Envoyez un mail à users+unsubscribe@fr.libreoffice.org pour savoir comment vous désinscrire
Les archives de la liste sont disponibles à http://listarchives.libreoffice.org/fr/users/
Tous les messages envoyés sur cette liste seront archivés publiquement et ne pourront pas être
supprimés
Context
- [fr-users] Suspicion de regression dans l'API avec CreateObject("com.sun.star.ServiceManager") · Didier Dorange-Pattoret
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.