/* -*- 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 INCLUDED_SVX_ZOOMCTRL_HXX #define INCLUDED_SVX_ZOOMCTRL_HXX #include #include #include #include class SVX_DLLPUBLIC SvxZoomStatusBarControl : public SfxStatusBarControl { private: sal_uInt16 nZoom; SvxZoomEnableFlags nValueSet; public: virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) override; virtual void Paint( const UserDrawEvent& rEvt ) override; virtual void Command( const CommandEvent& rCEvt ) override; SFX_DECL_STATUSBAR_CONTROL(); SvxZoomStatusBarControl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb ); }; class SVX_DLLPUBLIC SvxZoomPageStatusBarControl : public SfxStatusBarControl { private: Image maImage; public: virtual void Paint( const UserDrawEvent& rEvt ) override; virtual bool MouseButtonDown( const MouseEvent & rEvt ) override; SFX_DECL_STATUSBAR_CONTROL(); SvxZoomPageStatusBarControl(sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-08 10:44:42 +0000
committerJens Carl <j.carl43@gmx.de>2019-07-09 04:55:43 +0200
commit570119ac367880799291cefe10dc12c12165bfc1 (patch)
tree25c17a8d44241ece548cdaaecc63b0449ebbcb7d /include/editeng/AccessibleContextBase.hxx
parent70c1499a42a65e3bd1f90b76b3d366414dc96c08 (diff)
Fix typo
Change-Id: I03ab598b2d1e0b5c5969e8bb9e2700c6ada8864a Reviewed-on: https://gerrit.libreoffice.org/75269 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>