/* -*- 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 . */ // Helper to suppress warnings in lex generated c code, see #i57362# #include "cfg_yy.c" void (*avoid_unused_yyunput_in_cfg_yy_c)() = yyunput; int (*avoid_unused_yy_flex_strlen_in_cfg_yy_c)() = yy_flex_strlen; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
12 daysUse SvtSecurityOptions::IsMacroDisabled() instead of officecfg checkMike Kaganski
2024-11-30cid#1607542 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-11-13loplugin:reftotemp in scripting..uuiNoel Grandin
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in sdNoel Grandin
2024-11-11tdf#163486: PVS: simplify while loopXisco Fauli
2024-11-10com::sun::star -> cssMike Kaganski
2024-11-08Related: cid#1608068 Data race conditionCaolán McNamara
2024-11-08cid#1608068 Data race conditionCaolán McNamara
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-11-06cid#1608064 silence Data race conditionCaolán McNamara
2024-11-03Updated getPackageName2PathMapBarry-Thomas-Paul: Moss
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-03cid#1556166 Data race conditionNoel Grandin
2024-10-01remove unnecessary null checksNoel Grandin
2024-09-12use more concrete UNO classes in scriptingNoel Grandin
2024-09-02cid#1608218 silence Overflowed return valueCaolán McNamara
2024-08-31cid#1607209 PA: Public AttributeCaolán McNamara
2024-08-26cid#1554835 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-11cid#1608302 XML external entity processing enabledCaolán McNamara
2024-08-06cid#555593 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-04cid#1608462 XML external entity processing enabledCaolán McNamara
2024-08-01scripting: fix issues found by Ruff linterIlmari Lauhakangas
2024-07-30tdf#158803: F401 Remove unused imports.Leonard Sasse
2024-07-28cid#1556624 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-13Python: use is None/is not None instead of == None/!= NoneJulien Nabet
2024-07-13Reindent mailmerge.py to use 4 spaces instead of tabsJulien Nabet
2024-05-16Fix typoAndrea Gelmini
2024-05-13loplugin:ostr in scriptingNoel Grandin
2024-05-12Drop some uses of css::uno::Sequence::getConstArrayMike Kaganski
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-30Drop some uses of css::uno::Sequence::getConstArray ...Mike Kaganski
2024-04-09tdf#146619 Drop unused 'using namespace' in: scripting/Gabor Kelemen
2024-04-07cid#1596251 Dereference null return valueCaolán McNamara
2024-04-02Update to latest Rhino 1.7.14Stephan Bergmann
2024-03-29convert BasicScriptImplodNodeImpl to comphelper::WeakImplHelperNoel Grandin
2024-03-28convert BasicMethodNodeImpl to comphelper::WeakImplHelperNoel Grandin
2024-03-28convert EventListener to comphelper::WeakComponentImplHelperNoel Grandin
2024-03-28tdf#158803 remove unused importsLeSasse
2024-03-28tdf#158803 remove unused importsLeSasse
2024-01-29tdf#159412: make sure to keep the value while changing the typeMike Kaganski
2024-01-12cid#1546414 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-19cid#1545222 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-09scripting: PyMailServiceProvider: implement AllowInsecureProtocolsMichael Stahl
2023-11-02'new Float' is deprecated in JavaNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scriptingStephan Bergmann
2023-09-02no need to use UNO_QUERY_THROW hereNoel Grandin