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 [email protected] List archive: http://listarchives.libreoffice.org/www/users/ *** All posts to this list are publicly archived for eternity ***
