class ScAreaLink; class ScLinkTransferObj; class ScDocument; class ScDocShell; class ScNavigatorDlg; struct ImplSVEvent; enumclass SdrObjKind : sal_uInt16;
/** Returns the indexes of the specified listbox entry. @paramrnRootIndexRootindexofspecifiedentryisreturned. @paramrnChildIndexIndexoftheentryinsideitsrootisreturned(orSC_CONTENT_NOCHILDifentryisroot).
@param pEntry The entry to examine. */ void GetEntryIndexes(ScContentId& rnRootIndex, sal_uLong& rnChildIndex, constweld::TreeIter* pEntry) const;
/** Returns the child index of the specified listbox entry. @parampEntryTheentrytoexamineorNULLfortheselectedentry.
@return Index of the entry inside its root or SC_CONTENT_NOCHILD if entry is root. */
sal_uLong GetChildIndex(const weld::TreeIter* pEntry) const;
// return true if Refresh was called to allow detecting that the navigator // tree is now up to date bool ActiveDocChanged(); void ResetManualDoc(); void SetManualDoc(const OUString& rName); void SelectDoc(const OUString& rName); void SelectEntryByName(const ScContentId nRoot, std::u16string_view rName);
/** Applies the navigator settings to the listbox. */ void ApplyNavigatorSettings(); /** Stores the current listbox state in the navigator settings. */ void StoreNavigatorSettings();
};
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.