/* -*- 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_CONFIG_GIO_H #define INCLUDED_CONFIG_GIO_H #define ENABLE_GIO 0 #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ td> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scripting/examples
AgeCommit message (Expand)Author
2018-03-28Add mode lines and license blurbTor Lillqvist
2018-03-28Add DeleteNamedRange functionTor Lillqvist
2018-03-28Add another sample Python script, to handle named ranges in spreadsheetsTor Lillqvist
2018-03-27Add another sample Python scriptTor Lillqvist
2018-01-24scripting: add missing vim modelines to python filesMiklos Vajna
2016-10-01Fix typosAndrea Gelmini
2016-01-10Fix typosAndrea Gelmini
2015-03-25TyposJulien Nabet
2015-03-02pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-14fix import location of XScriptContextNoel Grandin
2014-10-02scripting: Format_java_code.sh initial runRobert Antoni Buj i Gelonch
2014-08-20java: remove unnecessary return statementsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-04-17remove executable bitAndras Timar