# # 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 . # $(eval $(call gb_Module_Module,o3tl)) $(eval $(call gb_Module_add_targets,o3tl,\ )) $(eval $(call gb_Module_add_check_targets,o3tl,\ CppunitTest_o3tl_tests \ )) # vim: set noet sw=4: '>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/funcdesc.hxx
AgeCommit message (Expand)Author
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2018-11-09loplugin:singlevalfields in scNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-06-26loplugin:useuniqueptr in ScFuncDescNoel Grandin
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-05-18tdf#42949 Fix IWYU warnings in sc/inc/f*Gabor Kelemen
2018-01-29Fix typosAndrea Gelmini
2017-08-25loplugin:useuniqueptr in scNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-03-29loplugin:singlevalfieldsNoel Grandin
2017-02-17move formula description extra data out of .srcCaolán McNamara
2017-02-03TyposJulien Nabet
2016-01-09prepare for hidden flag in function description for Function WizardEike Rathke
2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-21loplugin:unusedmethods formulaNoel Grandin
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-14typo: postion -> positionThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks