/* -*- 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 CUI_PERSONALIZATION_HXX #define CUI_PERSONALIZATION_HXX #include class FixedText; class SvxPersonalizationTabPage : public SfxTabPage { using SfxTabPage::DeactivatePage; private: RadioButton *m_pNoPersona; ///< Just the default look, without any bitmap RadioButton *m_pDefaultPersona; ///< Use the built-in bitmap RadioButton *m_pOwnPersona; ///< Use the user-defined bitmap PushButton *m_pSelectPersona; ///< Let the user select in the 'own' case OUString m_aPersonaSettings; ///< Header and footer images + color to be set in the settings. public: SvxPersonalizationTabPage( Window *pParent, const SfxItemSet &rSet ); ~SvxPersonalizationTabPage(); static SfxTabPage* Create( Window *pParent, const SfxItemSet &rSet ); /// Apply the settings ([OK] button). virtual sal_Bool FillItemSet( SfxItemSet &rSet ); /// Reset to default settings ([Revert] button). virtual void Reset( const SfxItemSet &rSet ); private: /// Handle the Persona selection DECL_LINK( SelectPersona, PushButton* ); /// When 'own' is chosen, but the Persona is not chosen yet. DECL_LINK( ForceSelect, RadioButton* ); /// Download the bitmaps + color settings, and copy them to user's profile. bool CopyPersonaToGallery( const OUString &rURL ); }; #endif // CUI_PERSONALIZATION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
AgeCommit message (Expand)Author
2012-01-23#118822# secured 3D geometry creation (slices) by subdividing the 2D source p...Armin Le Grand
2011-11-06Update headers to Alv2 headersAndrew Rist
2010-03-18aw079: rebase to m75Armin Le Grand
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2010-01-27aw079: #i99147# attribute rework and othersArmin Le Grand
2009-09-17#i97509# added base class for 3d primitive, re-structured group primitives, a...Armin Le Grand
2009-09-15#i97509# seperated base and buffered classes for 2D and 3D, adapted aqll usagesArmin Le Grand
2009-03-15CWS-TOOLING: integrate CWS aw064Vladimir Glazounov
2008-10-17CWS-TOOLING: integrate CWS aw057Oliver Bolte
2008-06-24#i39532# correctionsArmin Weiss
2008-06-10#i39532# changed 3d primitive stuff to use viewinformation3dArmin Weiss
2008-05-27#i39532# changes DEV300 m12 resync correctionsArmin Weiss
2008-05-14#i39532# aw033 progresses from gitArmin Weiss
2008-03-19#i39532# chart adaptions for 3DArmin Weiss
2008-03-13#i39532# diverse support for chart2Armin Weiss
2008-03-05#i39532# added precompiled header mechanism to drawinglayerArmin Weiss
2007-11-22#i39532# wntmsci10 correctionArmin Weiss