Re: [dev] Fixes and enhancements for 2.0.3
On Mon, 2006-04-10 at 15:49 +0200, Eike Rathke wrote: > Hi Rick, > > On Fri, Apr 07, 2006 at 00:12:23 -0700, Rick Barnes wrote: > > > Where can I view a listing of the fixes and enhancements for OOo version > > 2.0.3? > > No release notes available yet, a raw overview of CWSs targeted to > OOo2.0.3 can be found at > http://eis.services.openoffice.org/EIS2/cws.ShowCWSList?Mode=Releases&Id=OOo+2.0.3 > > A list of fixed issues targeted to OOo2.0.3 is available with > http://qa.openoffice.org/issues/buglist.cgi?resolution=FIXED&target_milestone=OOo+2.0.3 > > To include not yet fixed issues targeted to OOo2.0.3 remove > resolution=FIXED& from that URL. Thank you, very much... -- Regards, Rick Barnes www.nostabo.net View my OOo tutorials and other references at: http://www.nostabo.net/openoffice.php *** PRIVILEGED - PRIVATE AND CONFIDENTIAL This electronic mail is solely for the use of the addressee and may contain information which is confidential or privileged. If you receive this electronic mail in error, please delete it from your system immediately and notify the sender by electronic mail or using any of the contact details noted herein. This e-mail sent via Evolution 2.4.2 running on a Linux 2.6.16 64 bit kernel.
[dev] Fixes and enhancements for 2.0.3
Where can I view a listing of the fixes and enhancements for OOo version 2.0.3? -- Regards, Rick Barnes www.nostabo.net View my OOo tutorials and other references at: http://www.nostabo.net/openoffice.php *** PRIVILEGED - PRIVATE AND CONFIDENTIAL This electronic mail is solely for the use of the addressee and may contain information which is confidential or privileged. If you receive this electronic mail in error, please delete it from your system immediately and notify the sender by electronic mail or using any of the contact details noted herein. This e-mail sent via Evolution 2.4.2 running on a Linux 2.6.16 64 bit kernel.
[dev] Linux DLLs?
Hi all, I am writing a chapter for the OOoAuthor's Calc User's Guide (http://oooauthors.org/) and I need some clarification on the Calc function Add-ins. The OOo Windows help says that the function add-ins are made available through DLLs. But Linux (and other NIXes) use .so files instead of DLLs. So is there a 'universal' file type that provides the support for Calc add-ins? Or, must a developer provide DLLs _and_ shared object (.so) files to truly be mutli-platform? If there is a document that explains this subject I would also appreciate direction to it. Most developer docs I have read are fairly technical and not at all helpful to me. -- Regards, Rick Barnes www.nostabo.net Read my blog: http://www.nostabo.net/blog/index.php *** PRIVILEGED - PRIVATE AND CONFIDENTIAL This electronic mail is solely for the use of the addressee and may contain information which is confidential or privileged. If you receive this electronic mail in error, please delete it from your system immediately and notify the sender by electronic mail or using any of the contact details noted herein. This e-mail sent via Evolution 2.2.1 running on a Linux 2.6.12 kernel.
Re: [dev] Macro for setting table column widths (OOo 1.9.95)
On Fri, 2005-05-20 at 09:17 +0100, Herbert Eppel wrote: > I am trying to record a macro for setting the widths of table columns in > OOo Writer, but nothing is being recorded. > > Is there a way of achieving this? Herbert, I believe the macro recorder is broken... > Alternatively, is there a way of making OOo adjust the column width > automatically when converting (tab-delimited) text to a table? Look at my bug report: http://qa.openoffice.org/issues/show_bug.cgi?id=48917 If this is what you mean, vote for it; if not add your own. The macro recorder is not ready for any mainstream release, I just tested 1.9.104 with the same results. > OOo seems to set all columns to the same width, even with the option > "Equal width for all columns" unticked. > > Thank you. > > Herbert Eppel > www.HETranslation.co. -- Regards, Rick Barnes www.nostabo.net *** PRIVILEGED - PRIVATE AND CONFIDENTIAL This electronic mail is solely for the use of the addressee and may contain information which is confidential or privileged. If you receive this electronic mail in error, please delete it from your system immediately and notify the sender by electronic mail or using any of the contact details noted herein. This e-mail sent via Evolution 2.2.1 running on a Linux 2.6.11 kernel.
[dev] Calc's macro recorder is broken
While trying to use Calc's macro recorder (1.9.100) to write the "Macros..." chapter for the OOoAuthors project; I have found it pretty much broken...I have filed this issue: http://qa.openoffice.org/issues/show_bug.cgi?id=48917 But this bug report does not address every issue, basically the recorder is not robust enough to handle macros longer than several keystrokes. OOo 1.9.100 does not have the ability to record or playback macros that are easily recorded and played back by OOo 1.1.x. Queries of IssueZilla do not even hint at the fact that the recorder is broken?? I would not rate this as a minor issue, am I missing something? -- Regards, Rick Barnes www.nostabo.net *** PRIVILEGED - PRIVATE AND CONFIDENTIAL This electronic mail is solely for the use of the addressee and may contain information which is confidential or privileged. If you receive this electronic mail in error, please delete it from your system immediately and notify the sender by electronic mail or using any of the contact details noted herein. This e-mail sent via Evolution 2.2.1 running on a Linux 2.6.11 kernel.
Re: [dev] Calc Error Codes
On Tue, 2005-04-12 at 10:33 +0200, Niklas Nebel wrote: > Rick Barnes wrote: > > 516 > > > > Internal syntax error > > > > Matrix is expected on > > the calculation stack, > > but is not available. > > That's internal, not supposed to occur. > > > 527 > > > > Internal overflow > > > > References, such as when > > a cell references a > > cell, are too > > encapsulated. > > See issue i4874 for a case where this occured. But that's fixed for 2.0, > the error code isn't ever set anymore. > > Niklas > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Hi Niklas, So it would be safe to write as a notice in the chapter (following the online Help descriptions): The errors that are described as “Internal” errors should not be encountered by a user under normal conditions. Errors that are listed as “Not used” are not currently assigned to any error condition and will not occur. Thanks to you and Joost for your quick replies... -- Rick Barnes www.nostabo.net * There are 10 kinds of people, those that can read binary numbers and those that can't... --> Sent via Evolution 2.0.4 running on a Linux 2.6.11 Gentoo kernel.
[dev] Calc Error Codes
I am writing the Calc guide "Appendix D: Calc Error Codes" for the OOoauthors and have questions about a couple of code descriptions. Actually I need to write them in more user centric language. I would appreciate some enlightenment on these: 516 Internal syntax error Matrix is expected on the calculation stack, but is not available. 527 Internal overflow References, such as when a cell references a cell, are too encapsulated. Error 516 just escapes me altogether, but with 527 I am wondering if this refers to functions being too deeply nested within a formula? The document I am working on can be found here: http://oooauthors.org/en/authors/userguide2/calc/Appendix_D_Calc_Error_Codes_3Apr05_RB.sxw -- Regards, Rick Barnes www.nostabo.net *** PRIVILEGED - PRIVATE AND CONFIDENTIAL This electronic mail is solely for the use of the addressee and may contain information which is confidential or privileged. If you receive this electronic mail in error, please delete it from your system immediately and notify the sender by electronic mail or using any of the contact details noted herein. This e-mail sent via Evolution 2.0.4 running on a Linux 2.6.11 kernel.