summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2018-06-05 19:30:58 +0300
committerEike Rathke <erack@redhat.com>2018-06-11 23:20:50 +0200
commit5720c85ccea9f1481bd604b806c5be728e59a13f (patch)
treecf9453f84b1fd89a4094c9a4a3a0a1ff25b647cb /extensions
parentb7a30d4bfbcf6b4c4fd773e8e1a436928e1224e3 (diff)
tdf#114487 sc htmlimp: non-global sheet range names
Allow multiple file imports, each one having a non-conflicting range name, by being sheet specific. As Eike states, "This does *not* mean that they couldn't be referenced from other sheets. By prefixing the sheet name it can be used from any other sheet, for example Sheet2.HTML_1. (This wasn't possible in early versions with sheet-local names but it has been possible for a while already)." In theory, it would previously have been possible to create a generic sheet with calculations using a range name that doesn't exist yet, and then importing *any* file to be analyzed. In practice that has never been possible since all names were relative, and imports always create a new sheet, so the relative name would point elsewhere. Also, the non-existant name only resolves after a round-trip of the file, not immediately upon file import. So, it is logical to set the imported range names to be sheet-local instead of global. Change-Id: I3103f0655b2373bb731c192bb5d2c0757938ee28 Reviewed-on: https://gerrit.libreoffice.org/55349 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'extensions')
0 files changed, 0 insertions, 0 deletions