Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


El 07/02/2011 04:55 a.m., Erich Neuwirth escribió:
I would like to immediately open Calc when I start LibreOffice on OSX
since I am using this component in most cases.
Is there a way of configuring LibreOffice that way on OSX?

Make a macro to open a calc file and asign to the start of LO


If you dont need  a specific template   edit a new vb macro put this in it

Dim Dummy()
Dim Url As String
Dim Doc As Object

Url = "private:factory/scalc"
Doc = StarDesktop.loadComponentFromURL(Url, "_blank", 0, Dummy())

if not replace the url for the path to the template

For me this open a calcl file after a warning to restore ¿¿??

--
Unsubscribe instructions: E-mail to users+help@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***

Context


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.