/* -*- 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/.
*/ #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_HEADERFOOTERWIN_HXX #define INCLUDED_SW_SOURCE_UIBASE_INC_HEADERFOOTERWIN_HXX
/** * Button painter helper class used to paint a runtime button positioned to a writer frame. * See header/footer button.
*/ class SwFrameButtonPainter
{ public:
/** Class for the header and footer separator control window.
This control is showing the header / footer style name and provides a few useful actions to the user.
*/ class SwHeaderFooterDashedLine final : public SwDashedLine, public ISwFrameControl
{ private:
VclPtr<SwHeaderFooterWin> m_pWin;
VclPtr<SwEditWin> m_pEditWin; const SwFrame* m_pFrame; bool m_bIsHeader;
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.