/* -*- 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 SC_VBA_SPINBUTTON_HXX #define SC_VBA_SPINBUTTON_HXX #include #include #include "vbacontrol.hxx" #include typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XSpinButton > SpinButtonImpl_BASE; class ScVbaSpinButton : public SpinButtonImpl_BASE { public: ScVbaSpinButton( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::uno::XInterface >& xControl, const css::uno::Reference< css::frame::XModel >& xModel, ov::AbstractGeometryAttributes* pGeomHelper ); // Attributes virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException); virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException); virtual ::sal_Int32 SAL_CALL getMax() throw (css::uno::RuntimeException); virtual void SAL_CALL setMax( ::sal_Int32 _max ) throw (css::uno::RuntimeException); virtual ::sal_Int32 SAL_CALL getMin() throw (css::uno::RuntimeException); virtual void SAL_CALL setMin( ::sal_Int32 _min ) throw (css::uno::RuntimeException); //XHelperInterface virtual OUString getServiceImplName(); virtual css::uno::Sequence getServiceNames(); }; #endif //SC_VBA_SPINBUTTON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ra/co-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucpp
AgeCommit message (Collapse)Author
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-05we need ucpp also for odkMatúš Kukan
Change-Id: I15a2df171f49141c04f03c61ac3f30db25b6c44c
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2012-11-03these have been converted; use _tarball variablesMatúš Kukan
Change-Id: I9215fbfaf5c2e5d40e7257cd52d8d9544599ea63
2012-09-29re-base on ALv2 code.Michael Meeks
2012-08-24adapt ucpp for UnpackedTarballDavid Tardon
Change-Id: I0871baf8a6c72ea0c7b44a7abfc8d5152b331db5
2012-08-07No point with these executables for non-desktop OSesTor Lillqvist
Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674
2012-08-03gbuildize ucppDavid Tardon
Change-Id: I1e7eda073906f5b289317d307358a63aca2c24dc