# -*- 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_Rdb_Rdb,passive_platform)) $(eval $(call gb_Rdb_add_components,passive_platform, \ desktop/test/deployment/passive/passive_native \ )) # vim: set noet sw=4 ts=4: main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibconfig.cxx
AgeCommit message (Expand)Author
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: extensionsStephan Bergmann
2022-02-06Simplify sequence of PropertyValue in cui/editeng/extensionsJulien Nabet
2021-07-27sw bibliography, local copy: handle the bibliography database windowMiklos Vajna
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann
2020-05-20use for-range on Sequence in e*Noel Grandin
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen
2019-10-01loplugin:stringadd in extensions..frameworkNoel Grandin
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2018-12-07remove unused ConfigItemMode::DelayedUpdateNoel Grandin
2018-11-22improve function-local statics in dbaccess..filterNoel Grandin
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-02-19loplugin:useuniqueptr in BibConfigNoel Grandin
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann
2017-10-23loplugin:includeform: extensionsStephan Bergmann
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-28Simplify some PutProperties callsStephan Bergmann
2016-06-10Clean up uses of Any::getValue() in extensionsStephan Bergmann
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl