Kaydet (Commit) 0f12b30b authored tarafından Eike Rathke's avatar Eike Rathke

document this makeExternalNameStr()

Change-Id: Ifb3c3ada7cc069d8a85717693265476aa95d9aae
üst 4727104a
......@@ -1313,8 +1313,13 @@ struct ConventionXL_OOX : public ConventionXL_A1
virtual OUString makeExternalNameStr( sal_uInt16 nFileId, const OUString& /*rFile*/,
const OUString& rName ) const SAL_OVERRIDE
{
/* TODO: is this really what Excel writes to OOXML? */
// [N]!DefinedName is a workbook global name.
return OUString( "[" + OUString::number(nFileId+1) + "]!" + rName );
/* TODO: add support for sheet local names, would be
* [N]'Sheet Name'!DefinedName
* Similar to makeExternalRefStr() but with DefinedName instead of
* CellStr. */
}
virtual void makeExternalRefStr(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment