class SfxModule; class EditView; class ScViewData; class ScInputHandler; class SvxFieldData; class TransferableDataHelper; class TransferableClipboardListener;
class ScEditShell final : public SfxShell
{ private:
EditView* pEditView;
ScViewData& rViewData;
rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; bool bPastePossible; bool bIsInsertMode;
// These methods did return 'const SvxURLField*' before, but // at least for GetFirstURLFieldFromCell this is not safe: The // SvxFieldItem accessed there and held in the local temporary // SfxItemSet may be deleted with it, so return value can be // corrupted/deleted. To avoid that, return a Clone
std::unique_ptr<const SvxFieldData> GetURLField();
std::unique_ptr<const SvxFieldData> GetFirstURLFieldFromCell();
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.