/* -*- 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef _SVX_FNTSZCTL_HXX #define _SVX_FNTSZCTL_HXX #include #include "svx/svxdllapi.h" class SfxBindings; class FontSizeMenu; // class SvxFontSizeMenuControl ------------------------------------------ class SVX_DLLPUBLIC SvxFontSizeMenuControl : public SfxMenuControl { private: FontSizeMenu* pMenu; Menu& rParent; SfxStatusForwarder aFontNameForwarder; DECL_LINK( MenuSelect, FontSizeMenu * ); protected: virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ); public: SvxFontSizeMenuControl( sal_uInt16 nId, Menu&, SfxBindings& ); ~SvxFontSizeMenuControl(); virtual PopupMenu* GetPopup() const; SFX_DECL_MENU_CONTROL(); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ stro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/swext
AgeCommit message (Expand)Author
2013-03-26Update Apache CommonsPedro Giffuni
2013-03-23fdo#61379 Java options are under Options - LibreOffice - AdvancedAndras Timar
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-07Make gb_Extension_use_default_description/license explicitStephan Bergmann
2013-02-28remove all d.lstMichael Stahl
2013-02-25remove specialcasing for old internal sun wikiBjoern Michaelsen
2013-02-22s/the the/the/Tor Lillqvist
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar
2012-11-07Delete unused filesZolnai Tamás
2012-10-23gbuild: fix XcuMergeTarget build breakage:Michael Stahl
2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl
2012-10-14Correct helptree localization in swextZolnai Tamás