/* -*- 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 INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBAR_HXX #define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBAR_HXX #include #include #include typedef InheritedHelperInterfaceWeakImpl< ov::excel::XMenuBar > MenuBar_BASE; class ScVbaMenuBar : public MenuBar_BASE { private: css::uno::Reference< ov::XCommandBar > m_xCommandBar; public: /// @throws css::uno::RuntimeException ScVbaMenuBar( const css::uno::Reference< ov::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< ov::XCommandBar >& rCommandBar ); virtual css::uno::Any SAL_CALL Menus( const css::uno::Any& aIndex ) override; // XHelperInterface virtual OUString getServiceImplName() override; virtual css::uno::Sequence getServiceNames() override; }; #endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBAR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 0151a04477ce30bb132e6dfae9f4d3a74bf4b0
Change-Id: Ife0151a04477ce30bb132e6dfae9f4d3a74bf4b0
sal: clean up public headers with include-what-you-use 2014-11-17T10:06:53+00:00 Michael Stahl mstahl@redhat.com 2014-11-14T21:52:35+00:00 6a0fe37dec107392fbe468a35b89071b9a93d2c1 Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
Sadly cannot forward declare "struct {...} TimeValue;".

rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h
was painful enough for now...

Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
Clean up function declarations 2014-04-14T13:51:53+00:00 Stephan Bergmann sbergman@redhat.com 2014-04-14T13:51:37+00:00 5e3c99315592191c1cb2bf787ac78889846fc453 Change-Id: Ie204bb9dc1fb4ded416087f5a3d962924b3dec82
Change-Id: Ie204bb9dc1fb4ded416087f5a3d962924b3dec82
Remove visual noise from scripting 2014-02-26T14:37:40+00:00 Alexander Wilms f.alexander.wilms@gmail.com 2014-02-25T19:05:49+00:00 b0308236d26c4b97532abf40ffd443ebb464ed92 Change-Id: Id9f177a20d911ce1e041407aa556c9cf13f0efc8 Reviewed-on: https://gerrit.libreoffice.org/8305 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Change-Id: Id9f177a20d911ce1e041407aa556c9cf13f0efc8
Reviewed-on: https://gerrit.libreoffice.org/8305
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Remove unneccessary comments 2014-02-23T03:38:49+00:00 Alexander Wilms f.alexander.wilms@gmail.com 2014-02-22T20:20:15+00:00 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
mass removal of rtl:: prefixes for O(U)String* 2013-04-07T12:23:11+00:00 Luboš Luňák l.lunak@suse.cz 2013-04-07T10:06:47+00:00 1946794ae09ba732022fe6a74ea45e304ab70b84 Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09