class SC_DLLPUBLIC ScRangeManagerTable
{ private:
std::unique_ptr<weld::TreeView> m_xTreeView;
OUString maGlobalString;
// should be const because we should not modify it here const std::map<OUString, ScRangeName>& m_RangeMap; // for performance, save which entries already have the formula entry // otherwise opening the dialog with a lot of range names is extremely slow because // we would calculate all formula strings during opening
std::map<OUString, bool> maCalculatedFormulaEntries; const ScAddress maPos;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.