/* -*- 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/. */ /* Configuration for versions of import libraries used by writerperfect. * This is needed to skip test files that are not supported by the used * version. */ #undef EBOOK_VERSION_MAJOR #undef EBOOK_VERSION_MINOR #undef EBOOK_VERSION_MICRO #undef ETONYEK_VERSION_MAJOR #undef ETONYEK_VERSION_MINOR #undef ETONYEK_VERSION_MICRO #undef MWAW_VERSION_MAJOR #undef MWAW_VERSION_MINOR #undef MWAW_VERSION_MICRO #undef STAROFFICE_VERSION_MAJOR #undef STAROFFICE_VERSION_MINOR #undef STAROFFICE_VERSION_MICRO #undef WPS_VERSION_MAJOR #undef WPS_VERSION_MINOR #undef WPS_VERSION_MICRO /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ption value='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/comphelper/sequence.hxx
AgeCommit message (Expand)Author
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-08-30Fix typosAndrea Gelmini
2018-08-29loplugin:constantparam (1)Noel Grandin
2017-07-02loplugin:casttovoid: comphelperStephan Bergmann
2017-06-19simplify the array version of comphelper::containerToSequenceNoel Grandin
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin
2016-11-10make comphelper::sequenceToContainer a little smarterNoel Grandin
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-05-25Fix typosAndrea Gelmini
2016-02-09Remove excess newlinesChris Sherlock
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-10-20com::sun::star->css in include/comphelperNoel Grandin
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-04-08These function templates want to be inlineStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-01-28Use vector::dataStephan Bergmann
2014-08-21comphelper: staruno -> css::unoThomas Arnhold
2014-08-20Pick a more suitable type for nLengthStephan Bergmann