/* -*- 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_BASCTL_SOURCE_INC_SBXITEM_HXX #define INCLUDED_BASCTL_SOURCE_INC_SBXITEM_HXX #include "scriptdocument.hxx" #include namespace basctl { enum ItemType { TYPE_UNKNOWN, TYPE_SHELL, TYPE_LIBRARY, TYPE_MODULE, TYPE_DIALOG, TYPE_METHOD }; class SbxItem : public SfxPoolItem { const ScriptDocument m_aDocument; const OUString m_aLibName; const OUString m_aName; const OUString m_aMethodName; ItemType m_eType; public: static SfxPoolItem* CreateDefault(); SbxItem(sal_uInt16 nWhich, const ScriptDocument& rDocument, const OUString& aLibName, const OUString& aName, ItemType); SbxItem(sal_uInt16 nWhich, const ScriptDocument& rDocument, const OUString& aLibName, const OUString& aName, const OUString& aMethodName, ItemType eType); virtual SfxPoolItem* Clone(SfxItemPool *pPool = nullptr) const override; virtual bool operator==(const SfxPoolItem&) const override; ScriptDocument const& GetDocument () const { return m_aDocument; } OUString const& GetLibName () const { return m_aLibName; } OUString const& GetName () const { return m_aName; } OUString const& GetMethodName () const { return m_aMethodName; } ItemType GetType () const { return m_eType; } }; } // namespace basctl // For baside.sdi, because I don't know how to use nested names in it. using basctl::SbxItem; #endif // INCLUDED_BASCTL_SOURCE_INC_SBXITEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ra/co-22.05'>distro/collabora/co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/swext
AgeCommit message (Expand)Author
2013-08-30ENABLE_MEDIAWIKI Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
2013-05-12Resolves: #i121907# upgrade odt2mediawiki to latest versionAriel Constenla-Haile
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Java cleanup in mediawiki extensionNoel Grandin
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov
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
2012-10-01translations is a source-only moduleAndras Timar
2012-09-25set paths in help tree file of MediaWiki extension helpAndras Timar
2012-09-16move help compiler/linker/indexer to a new moduleAndras Timar
2012-09-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin
2012-09-10add help.tree files to extensions' helpBence Babati
2012-08-31The *_develop.zip files appear to be unusedStephan Bergmann
2012-08-31fdo#53009: Compile extension help in gbuildStephan Bergmann
2012-08-17gbuild: register all jarsMichael Stahl
2012-08-15swext: use gb_Jar_use_externalsMichael Stahl
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl
2012-07-03re-base on ALv2 code.Michael Meeks
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
2012-05-09fdo#46509: xsltml .xsl files missing from wiki-publisher.oxtStephan Bergmann