/* -*- 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_FORMULA_ICONTROLREFERENCEHANDLER_HXX #define INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX #include #include #include namespace formula { class RefEdit; class RefButton; class FORMULA_DLLPUBLIC SAL_NO_VTABLE IControlReferenceHandler { public: virtual void ShowReference(const OUString& _sRef) = 0; virtual void HideReference( bool bDoneRefMode = true ) = 0; virtual void ReleaseFocus( RefEdit* pEdit ) = 0; virtual void ToggleCollapsed( RefEdit* pEdit, RefButton* pButton ) = 0; protected: ~IControlReferenceHandler() {} }; } // formula #endif // INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ce-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-13tdf#123936 Formatting files in module connectivity with clang-formatPhilipp Hofer
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-06-12re-base on ALv2 code.Michael Meeks
2011-11-27remove include of pch header in connectivityNorbert Thiebaud
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-24translated commentsRob Snelders
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-04-23CWS-TOOLING: integrate CWS dbaperf1Ivo Hinkelmann
2008-04-10INTEGRATION: CWS changefileheader (1.9.216); FILE MERGEDRüdiger Timm
2006-09-17INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGEDOliver Bolte
2006-06-20INTEGRATION: CWS warnings01 (1.7.30); FILE MERGEDJens-Heiner Rechtien
2005-09-08INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGEDRüdiger Timm
2005-02-16INTEGRATION: CWS dr33 (1.5.36); FILE MERGEDVladimir Glazounov
2004-11-09INTEGRATION: CWS hsqldb (1.4.148); FILE MERGEDJens-Heiner Rechtien
2003-04-24INTEGRATION: CWS mav4 (1.3.84); FILE MERGEDRüdiger Timm
2001-05-31#87621# fiy some calls to jniOcke Janssen
2001-03-20OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner