# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_JunitTest_JunitTest,sc_unoapi_4)) $(eval $(call gb_JunitTest_set_unoapi_test_defaults,sc_unoapi_4)) # vim: set noet sw=4 ts=4: o'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl/inc/parser.hxx
AgeCommit message (Expand)Author
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2017-10-23loplugin:includeform: idlStephan Bergmann
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin
2016-06-22move the attribute parsing code to SvParserNoel Grandin
2016-06-22move the method param parsing code into SvParserNoel Grandin
2016-03-09loplugin:constantparam in idlNoel Grandin
2016-02-23cid#1353438 Logically dead codeNoel Grandin
2016-02-17cleanup the Read*() methods in SvIdlParserNoel Grandin
2016-02-17move some more slot parsing to SvIdlParserNoel Grandin
2016-02-16tighten up the attribute parsing, and drop some unused slotsNoel Grandin
2016-02-16parse shell/interface entries in SvIdlParserNoel Grandin
2016-02-15cid#1352218 and cid#1352216 in .SDI parserNoel Grandin
2016-02-15move interface/shell parsing to SvIdlParserNoel Grandin
2016-02-15move item and struct parsing into SvIdlParserNoel Grandin
2016-02-15move include parsing into own methodNoel Grandin
2016-02-12move parsing of enum into SvIdlParserNoel Grandin
2016-02-12move module parsing into SvIdlParser classNoel Grandin
2016-02-12move parsing of "import" into own methodNoel Grandin
2016-02-11simplify SvTokenStream handlingNoel Grandin
2016-02-11create a new class SvIdlParserNoel Grandin