/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef _SB_SBJSMETH_HXX #define _SB_SBJSMETH_HXX #include // Basic-Modul fuer JavaScript-Sourcen. // Alle Basic-spezifischen Methoden muessen virtuell ueberladen und deaktiviert // werden. Die Unterscheidung von normalen Modulen erfolgt uebr RTTI. class SbJScriptMethod : public SbMethod { public: SbJScriptMethod( const String&, SbxDataType, SbModule* ); virtual ~SbJScriptMethod(); SBX_DECL_PERSIST_NODATA(SBXCR_SBX,SBXID_JSCRIPTMETH,2); TYPEINFO(); }; #ifndef __SB_SBJSCRIPTMETHODREF_HXX #define __SB_SBJSCRIPTMETHODREF_HXX SV_DECL_IMPL_REF(SbJScriptMethod) #endif #endif ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-22vcl: [loplugin:badstatics] xCharClassMichael Stahl
2017-09-03Assertion when editing pattern fieldTamás Zolnai
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-05-19loplugin:stringcopy: vclStephan Bergmann
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-20mnDateFormat in DateFormatter is unusedNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
2017-02-16remove unused F_100TH_SEC from TimeFieldFormat enumNoel Grandin
2017-02-10coverity#1371289 Missing move assignment operatorCaolán McNamara
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara
2017-01-14coverity#735343 Unchecked return valueCaolán McNamara
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin
2016-09-05convert ExtTimeFieldFormat to scoped enumNoel Grandin
2016-09-05convert ExtDateFieldFormat to scoped enumNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-21Resolves: tdf#100558 last 'section' of date field not incrementedCaolán McNamara
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-05-30Convert TimeFormat to scoped enumNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-16loplugin:constantparam in unotools/Noel Grandin