[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - tools/source

2016-07-19 Thread Dennis E . Hamilton
tools/source/generic/poly2.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit d0e2741d35d4761dd1731edc03e626761d27d5a0 Author: Dennis E. Hamilton Date: Tue Jul 19 22:19:03 2016 + Guard removal and replacement of unavailable slots per #i127045# diff --git a/tools

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - ooo_custom_images/industrial

2016-01-03 Thread Dennis E . Hamilton
ooo_custom_images/industrial/README | 33 - 1 file changed, 33 deletions(-) New commits: commit 61c55bce3c1cf52838bf52b1ccd4f0e667ebee4f Author: Dennis E. Hamilton Date: Sun Jan 3 16:26:59 2016 + Deleting file with unacceptable license notice. The

[Libreoffice-commits] core.git: Branch 'aoo/trunk' -

2015-11-17 Thread Dennis E . Hamilton
0 files changed New commits: commit 19ae126bc74da2b149c4dec573b4c264155627db Author: Dennis E. Hamilton Date: Tue Nov 17 17:22:59 2015 + Assure conformance to formatting standard (possibly removing extra EOL spaces too) ___ Libreoffice

RE: ODF 1.2 is published ISO standard since 2015-06-17

2015-06-28 Thread Dennis E. Hamilton
Thanks Regina, that is great news. A few somewhat serious items: 1. It is not necessary to pay the ISO/IEC Swiss Franks tax for those documents. They are available as Publicly Available standards at . (Scroll way down to I

[Libreoffice-commits] core.git: xmloff/dtd

2013-06-07 Thread Dennis E . Hamilton
xmloff/dtd/office.dtd | 12 1 file changed, 12 insertions(+) New commits: commit 8c1fd9c39966a0eda71e9e9c8f80a89dd5eb6ef4 Author: Dennis E. Hamilton Date: Sat Jan 19 01:15:30 2013 + Resolves: #i49853# comment the DTD to emphasize that this DTD is... for

RE: OUString is mutable?

2012-10-02 Thread Dennis E. Hamilton
In the WinRT APIs (not to be confused with the Windows RT on Atom) introduced with Windows 8, strings are immutable. I suspect that hardware features may be exploited to ensure that they stay that way. I haven't got my head around how that works with the still-supported BSTR at the native le

RE: ODF angle in draw:transform are in degrees

2012-08-11 Thread Dennis E. Hamilton
@Regina, Thanks. I agree that the transform case needs to be taken up also. My sense is that there is agreement that there should be transposition to SVG with attention to migration and down-level compatibility issues. I also agree that the situation with existing ODF 1.0/../1.2 documents and

RE: ODF angle in draw:transform are in degrees

2012-08-11 Thread Dennis E. Hamilton
The proposal that Regina brought to the ODF TC is safer. It does not depend on attempting to identify the producer. (In fact, the ODF specification says that the generator identification is *not* to be used in this manner. It is also unreliably used.) The idea is to face reality and affirm t

RE: Definition of draw:angle in ODF1.2 does not fit to implementation

2012-08-01 Thread Dennis E. Hamilton
- From: Armin Le Grand [mailto:armin.le.gr...@me.com] Sent: Wednesday, August 01, 2012 02:21 To: ooo-...@incubator.apache.org Subject: Re: Definition of draw:angle in ODF1.2 does not fit to implementation Hi Dennis, On 30.07.2012 22:21, Dennis E. Hamilton wrote: [ ... ] > (This i

RE: Definition of draw:angle in ODF1.2 does not fit to implementation

2012-07-30 Thread Dennis E. Hamilton
There appear to be three considerations: 1. What is type and unit of draw:angle in the element? In ODF 1.0, ODF 1.1, and ISO/IEC 26300:2006 (now aligned with ODF 1.1), the type is integer and there is no explanation of the scale of the unit. ODF 1.2 gives special attention to the integer

RE: Interoperability of LibreOffice and Microsoft Office 2013

2012-07-17 Thread Dennis E. Hamilton
I checked and Office 2013 Preview now creates ODF 1.2 documents. They use ODF 1.1 compatible packages with very lean manifests (no inessential files). The big thing, beside greater interop fidelity with the files I've tried so far is the support for OpenFormula in ODF Spreadsheet documents sav

RE: Cppunit-1.13.0 released

2012-07-07 Thread Dennis E. Hamilton
It is obviously a fork. The last SourceForge commit to the post 1.12 trunk was in June 2012 (two weeks ago); the last prior commit was in 2009. The SourceForge project changed to Canonical Launchpad and initiated cppunit 2.x development. The 2.x line has been idle since 2009. The SourceFo

Decimal-Fidelity in Calc Interchange (was RE: Difficulties with Flat XML under source control)

2012-06-28 Thread Dennis E. Hamilton
-Original Message- From: Dennis E. Hamilton [mailto:dennis.hamil...@acm.org] Sent: Wednesday, June 20, 2012 10:57 To: 'Thorsten Behrens' Cc: 'libreoffice-dev' Subject: RE: Difficulties with Flat XML under source control It occurs to me that Postscript and PDF have deal

RE: Including a patch from AOO...

2012-06-27 Thread Dennis E. Hamilton
I'm rather fond of if (A ? !B : A) myself [;<). I agree. if (A && !B) is functional and a trifle. This is not a legal opinion. But if anyone on AOOi is angry about it, it will just make us look ridiculous. There is no lack of opportunities for us to do that without getting this fussy about

RE: Difficulties with Flat XML under source control

2012-06-21 Thread Dennis E. Hamilton
I think it is necessary to look at round-trip out-in conversion preservation. For out-in (which this is, presumably), you want to record a decimal expression of the internal value that will convert back to the exact internal value on re-input. (The in-out case is that the input conversion provi

RE: Difficulties with Flat XML under source control

2012-06-20 Thread Dennis E. Hamilton
ay be some help too. - Dennis -Original Message- From: Thorsten [mailto:netsr...@googlemail.com] On Behalf Of Thorsten Behrens Sent: Wednesday, June 20, 2012 06:32 To: Dennis E. Hamilton Cc: 'libreoffice-dev' Subject: Re: Difficulties with Flat XML under source control Denn

RE: what can we learn from this "add"?

2012-04-10 Thread Dennis E. Hamilton
Well, of course it is about LibreOffice, at least on Windows. I despise these campaigns. The one about GoogleDocs is also icky. It's too much like dealing with an used-car salesman. There are ways for Microsoft to promote the Office feature set without calling out alternatives, and there are

Default Encryption Fails for Down-Level Implementations

2012-03-23 Thread Dennis E. Hamilton
l be happy to provide it. - Dennis -----Original Message- From: Dennis E. Hamilton [mailto:dennis.hamil...@acm.org] Sent: Friday, March 23, 2012 13:24 To: 'ooo-...@incubator.apache.org' Subject: RE: [RELEASE,CODE]: Bug 119090 - Default Encryption Fails for Down-Level Implementations [ ... ]

RE: using Windows in VM

2012-03-04 Thread Dennis E. Hamilton
For QA purposes, Windows on a VM works well for me, even on a native Windows system. I don't need to be able to build the product in a VM. The VM lets me run and test beta level software in VMs without touching my production systems and I can do a lot of user-level testing, troubleshooting,

Re: [Libreoffice] Developing new built-in functions within LibreCalc

2011-12-06 Thread Dennis E. Hamilton
I'm not sure what would be good search terms, but searching the wiki seems useful, using a search like this one: < http://wiki.services.openoffice.org/w/index.php?title=Special%3ASearch&search=Eike+Calc&fulltext=Search>. Also, there are sections on Calc and Add-Ins, such as

Re: [Libreoffice] Registry keys for Windows compilation

2011-11-19 Thread Dennis E. Hamilton
I don't know how cygwin has access to environment variables from Windows, but there is a straightforward way to setup command-line execution of Visual C++ 2008 Express Edition (and a similar variation for 2005 and 2010). The enclosed batch file (as a .txt for attachment safety) works on win32 s

Re: [Libreoffice] using ATL with MSVC 2008 Express

2011-11-16 Thread Dennis E. Hamilton
The WindowsDDK installation is a bit peculiar. 1. If the debugger is installed, the DDK can be found by truncating the Path item under the following key: Computer\HKEY_CURRENT_USER\Software\Microsoft\Intellipoint\AppSpecific\windbg.exe (on Windows 7 the default is C:\WinDDK\version-string\ and

Re: [Libreoffice] Misrouted bugs.Freedesktop.org report

2011-11-13 Thread Dennis E. Hamilton
@lists.freedesktop.org [mailto:libreoffice-bounces+dennis.hamilton=acm@lists.freedesktop.org] On Behalf Of Lionel Elie Mamane Sent: Sunday, November 13, 2011 01:50 To: Dennis E. Hamilton Cc: LOffice Developers List Subject: Re: [Libreoffice] Misrouted bugs.Freedesktop.org report On Sat, Nov 12, 2011 at 09

[Libreoffice] Misrouted bugs.Freedesktop.org report

2011-11-12 Thread Dennis E. Hamilton
Here's an interesting problem. This report came to dennis.hamilton@ acm.org. I am not connected with that bug in any manner. I am not following it, I did not report it, and, of course, it is not assigned to me. Interesting problem. - Dennis E. Hamilton tools for doc

Re: [Libreoffice] Declarations after statements

2011-10-10 Thread Dennis E. Hamilton
It would seem that, unless C-unique incompatibilities with C++ are involved, compiling as C++, even though only C constructs are used, does the job in VC++. One can still force C calling conventions but that might take more work if C Language header files have not been adjusted to work properl

[Libreoffice] FYI: Draft Advisory on Digital Signature Namespace Handling

2011-09-21 Thread Dennis E. Hamilton
FYI: ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Updated [Patch] new BITxxx functions for ODF 1.2

2011-09-07 Thread Dennis E. Hamilton
Um, of course, having 64 bit integers and having the bit-wise functions work on them at full width is a bit different. Easy to test though. The Visual C++ Express Editions have had the same 64-bit (long long) support as the full-up Visual Studio Professional editions, etc., since the first (Vis

Re: [Libreoffice] Updated [Patch] new BITxxx functions for ODF 1.2

2011-09-07 Thread Dennis E. Hamilton
Hmm,MSC_VER 1600 is VC++ 2010 1500 is VC++ 2008 I don't have any older versions installed at the moment. (The enclosed program I used to find these has CRLF for newlines and probably no tabs.) - Dennis -Original Message- From: libreoffice-bounces+

[Libreoffice] [ANNOUNCEMENT] OO.o Bugzilla Now Supported at Apache

2011-09-03 Thread Dennis E. Hamilton
FYI for those who have an interest in checking previously-reported bugs of theirs on OpenOffice.org. -Original Message- From: Dennis E. Hamilton [mailto:dennis.hamil...@acm.org] Sent: Saturday, September 03, 2011 17:45 To: us...@openoffice.org Subject: [ANNOUNCEMENT] OO.o Bugzilla Now

Re: [Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-03 Thread Dennis E. Hamilton
is to create a new account at <https://issues.apache.org/ooo/>. The "My bugs" list will be a new empty one. -Original Message- From: libreoffice-bounces+dennis.hamilton=acm@lists.freedesktop.org [mailto:libreoffice-bounces+dennis.hamilton=acm@lists.freedesk

Re: [Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-03 Thread Dennis E. Hamilton
Hmm, messy since it involves .doc import/export. In any case, here is the new live location for the issue: < https://issues.apache.org/ooo/show_bug.cgi?id=114485>. In migrating to we lost everyone's passwords. You can restore your account by clicking "Forgot P

Re: [Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Dennis E. Hamilton
SHA1 is not considered insecure for the purposes it is used in packages. Or, put another way, the insecurities that apply to those usages are not materially improved by using SHA256 instead of SHA1. I think there are ways to do this that do not cause down-level problems and do not require back

Re: [Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Dennis E. Hamilton
Yes, read support is required ("shall") for ODF 1.2 consumers. Writing is a "should." -Original Message- From: libreoffice-bounces+dennis.hamilton=acm@lists.freedesktop.org [mailto:libreoffice-bounces+dennis.hamilton=acm@lists.freedesktop.org] On Behalf Of Caolán McNamara Sent:

Re: [Libreoffice] default ODF encryption/checksum algorithms changed in master. Good thing ?

2011-08-15 Thread Dennis E. Hamilton
I think this is only a moderately-bad idea. For encryption, one presumably is limiting the recipients and has some way to share the password to the limited number of users. Often, it is the same user, protecting their own documents with encryption. In that case, when the usage is highly-coord

Re: [Libreoffice] LO Custom properties

2011-07-21 Thread Dennis E. Hamilton
This seems like an import-export problem. The custom properties are presumably recorded in the appropriate places in the .odt ODF document. So, either they are not being exported into their equivalent in the .doc or they are not being imported during the re-import of the .doc. A way to narrow

Re: [Libreoffice] Are we back to having this spec process again!?

2011-07-10 Thread Dennis E. Hamilton
How about "design notes." Sometime it is important to have an explicit statement on essential characteristics and the function being served. I would hope it is generally apparent when such consideration is important to have. - Dennis -Original Message- From: libreoffice-bounces+den

Re: [Libreoffice] Urgent notice of Intellectual Property protection

2011-07-09 Thread Dennis E. Hamilton
I received one of these. I did a little nosing around an found what they were talking about with regard to one of my domain names. I don't know if it is a real threat to squat on a related domain name or it is a way to extract "protection money." In my case, I told them I was not concerned abo

Re: [Libreoffice] RTF support - C/C++ Materials

2011-07-06 Thread Dennis E. Hamilton
There is some good free material on C and on C++. There are free "Thinking in C++" books and code available on the Internet. < http://mindview.net/Books/TICPP/ThinkingInCPP2e.html>. In addition, there is a free "Thinking in C" Flash-based tutorial:

Re: [Libreoffice] SVG image in Writter, OOo vs LibO

2011-06-29 Thread Dennis E. Hamilton
My limited experience is that *Office.org and other ODF consuming applications tend to accept a variety of graphic formats and silently convert to the one they prefer. I might be only a change of wrapper, I have not dug into it. But it would be a great exercise at a Plugfest to work through a v

Re: [Libreoffice] [REVIEW] patch for fdo#38561: can't save pw protected file without pw

2011-06-27 Thread Dennis E. Hamilton
The "Change Password" feature is not present in LibreOffice 3.3.2. It does appear in some sort of partially-implemented form in LibreOffice 3.4. I suspect that there may be interference of that feature with encryption-password handling. - Dennis ESSAY ON ENCRYPTION VERSUS LOCKING AND HOW DIF

Re: [Libreoffice] can no longer encrypt files if build with --disable-mozilla

2011-06-26 Thread Dennis E. Hamilton
I don't know what the intention for LibreOffice is, but I can say that there are likely changes being made in anticipation of ODF 1.2 approval. There has been extensive tightening to the Encryption specification in the Package description for ODF 1.2. That specification is now separated into Pa

[Libreoffice] ANN: ODF 1.2 Candidate OASIS Standard Enters 60-Day Public Review, prerequisite for balloting as OASIS Standard

2011-06-23 Thread Dennis E. Hamilton
Details here: This is a public review. >From the announcement, which provides all details on locating the >specification and background on the process: "Comments may be submitted to the TC by any person through the use of the OA

Re: [Libreoffice] Revive development of the OOo plugin for Alfresco ECM, for LibreOffice

2011-06-16 Thread Dennis E. Hamilton
I'm not offering to work on this, so this comment is only worth what I paid for it ($0.00). I think it would be better if we got in the habit of talking about a CMIS plug-in, where working with Alfresco is an important test case. But CMIS is the open standard protocol for this. - Dennis ---

Re: [Libreoffice] New symbol in Math ?

2011-06-04 Thread Dennis E. Hamilton
The ODF 1.1 OASIS Standard and the ODF 1.2 Committee Specification 01 support MathML 2.0. There are fonts available in LibreOffice that have the symbol, so I don't think there is an issue with ODF. It may be an issue with MathML 2.0 though. You may have to settle for "neg exists X" which is l

Re: [Libreoffice] FYI: Latest Oracle move wrt to OpenOffice.org

2011-06-01 Thread Dennis E. Hamilton
nOffice.org On Wed, Jun 1, 2011 at 5:51 PM, Dennis E. Hamilton wrote: > I also notice that the Apache CLA is not a copyright assignment, it is > simply a non-exclusive license with the usual attestation that I have > the right to grant the license and it is my original work. (Patch &g

Re: [Libreoffice] Encrypted password -- NEW ENCRYPTION BUG!

2011-06-01 Thread Dennis E. Hamilton
com; libreoffice@lists.freedesktop.org Subject: Re: [Libreoffice] Encrypted password -- NEW ENCRYPTION BUG! Hi Dennis, On 2011-05-31 at 12:59 -0700, Dennis E. Hamilton wrote: > There is a new problem around encryption (and, consequentially, > protection) in LO 3.4.0rc2 on x86 Windows. This may be related t

Re: [Libreoffice] FYI: Latest Oracle move wrt to OpenOffice.org

2011-06-01 Thread Dennis E. Hamilton
andled for me if I chose to do so. -Original Message----- From: Dennis E. Hamilton [mailto:dennis.hamil...@acm.org] <http://lists.freedesktop.org/archives/libreoffice/2011-June/013136.html> Sent: Wednesday, June 01, 2011 13:12 To: 'Tibby Lickle'; 'libreoffice@lists.freed

Re: [Libreoffice] FYI: Latest Oracle move wrt to OpenOffice.org

2011-06-01 Thread Dennis E. Hamilton
I think this is about licenses. Under the Apache 2.0 license, I expect we will see contributions from IBM and others for whom reciprocal licenses are toxic. I recently noticed that the ODF Toolkit Java bits are Apache licensed already, so that is also helpful. With regard to community, do

[Libreoffice] Encrypted password -- NEW ENCRYPTION BUG!

2011-05-31 Thread Dennis E. Hamilton
ists.freedesktop.org [mailto:libreoffice-bounces+dennis.hamilton=acm@lists.freedesktop.org] On Behalf Of Dennis E. Hamilton <http://lists.freedesktop.org/archives/libreoffice/2011-May/013065.html> Sent: Tuesday, May 31, 2011 09:29 To: libreoffice@lists.freedesktop.org Cc: kyosh...@novell.co

Re: [Libreoffice] Encrypted password -- change?

2011-05-31 Thread Dennis E. Hamilton
I am thinking two (or three) different features are being confused with each other. In LibreOffice 3.4.0rc2 on Windows, there is no change password option on the Security tab. There is a "Change Password" button on the General tab. It doesn't seem to do anything. It is never not gray. See

Re: [Libreoffice] Encrypted password -- change?

2011-05-30 Thread Dennis E. Hamilton
I tried this with LibreOffice 3.4.0rc2 (x86 on Windows Vista SP1 in VM hosted on Windows 7). Two things: 1. It doesn't work. There is a new button on the File | Properties ... | General tab to the right of the file name that says "Change Password ..." but it is always greyed out. This could

[Libreoffice] Not using this list for user questions

2011-05-27 Thread Dennis E. Hamilton
:11 To: us...@libreoffice.org Cc: Dennis E. Hamilton; 'Deve' Subject: Re: [libreoffice-users] Word doesn't see symbols - NEW PROBLEM Hi Dennis, Would you pls be so kind to leave the address of the developers list = out? You may have a look here for the reason: http://lists.freedes

Re: [Libreoffice] Word doesn't see symbols - NEW PROBLEM

2011-05-27 Thread Dennis E. Hamilton
aracter (and a font that supports it) in preference to the same OpenSymbol character whenever possible. - Dennis -Original Message- From: libreoffice-bounces+dennis.hamilton=acm@lists.freedesktop.org [mailto:libreoffice-bounces+dennis.hamilton=acm....@lists.freedesktop.org] On Behalf O

Re: [Libreoffice] Word doesn't see symbols

2011-05-27 Thread Dennis E. Hamilton
I don't know which is CDOT in OpenSymbol (it looks like a vertically-centered dot, but it appears attached to the "b" in the JPG and there are at least six symbols that look like it in OpenSymbol), so I couldn't check this but ... Do you have Lucida Sans Unicode on your installation of Writer?