Hi Markus, On Tuesday, 2011-08-09 05:04:35 +0200, Markus Mohrhard wrote:
this patch removes entries like #REF! A1:A3 for named ranges when the sheet referenced by the named range is no longer there.
I didn't check lately, is the current compiler's ODFF grammar able to read a [#REF!] properly?
@@ -3808,7 +3816,18 @@ void ScXMLExport::WriteNamedExpressions(const com::sun::star::uno::Reference <co } else { - AddAttribute(XML_NAMESPACE_TABLE, XML_EXPRESSION, sOUTempContent); + ScRange aRange; + if (pNamedRange->GetErrCode() || !pNamedRange->IsValidReference(aRange))
Sure that on any error of pNamedRange->GetErrCode() a [#REF!] should be written? This look dubious to me. Eike -- PGP/OpenPGP/GnuPG encrypted mail preferred in all private communication. Key ID: 0x293C05FD - 997A 4C60 CE41 0149 0DB3 9E96 2F1A D073 293C 05FD
Attachment:
pgpMsxw773qgG.pgp
Description: PGP signature