/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/// Called when the user clicks a document - it will open it. void OpenDocument();
bool isPinned () const { return m_bPinned; }
private:
sfx2::RecentDocsView& mrParentView;
/// Return area where is the icon to remove document from the recent documents.
tools::Rectangle getRemoveIconArea() const;
tools::Rectangle getPinnedIconArea() const;
OUString maURL;
bool m_isReadOnly = false;
OUString m_sHelpText;
/// Is the icon that the user can click to remove the document from the recent documents highlighted? bool m_bRemoveIconHighlighted;
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.