/** Warning box for "Replace cell contents?".
With warning image and "Do not show again" checkbox. */ class ScReplaceWarnBox : public weld::MessageDialogController
{
std::unique_ptr<weld::CheckButton> m_xWarningOnBox;
public:
ScReplaceWarnBox(weld::Window* pParent);
/** Opens dialog if IsDialogEnabled() returns true. @descrIfafterexecutingthedialogthecheckbox"Donotshowagain"isset,
the method DisableDialog() will be called. */ virtualshort run() override;
};
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.