https://bugs.documentfoundation.org/show_bug.cgi?id=162319
--- Comment #3 from Regina Henschel <[email protected]> --- (In reply to Rafael Lima from comment #1) > Regina, database named ranges are hidden by default from the "Manage names" > dialog. See: > > https://opengrok.libreoffice.org/xref/core/sc/source/ui/namedlg/namemgrtable. > cxx?r=cdb180e7#163 > I think that is not related. The name in the "Manage names" dialog belongs to the cell area, which is used in "Advanced Filter" to specify the criteria for filtering. If I comment out the test !rEntry.second->HasType(ScRangeData::Type::Database), that does not make the database range name appear in the "Manage names" dialog. It seems, related is e.g. class ScDBDocFunc. But the RenameDBRange() method defined there is only called in ScDatabaseRangeObj::setName(). That is the UNO method, that is used in MRI. That only changes the name in ScDBData, but does not change the formulas, that use this name. -- You are receiving this mail because: You are the assignee for the bug.
