# -*- 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_CppunitTest_CppunitTest,sd_tiledrendering)) $(eval $(call gb_CppunitTest_add_exception_objects,sd_tiledrendering, \ sd/qa/unit/tiledrendering/tiledrendering \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_tiledrendering, \ comphelper \ cppu \ cppuhelper \ editeng \ sal \ sfx \ svl \ svt \ svxcore \ sd \ test \ unotest \ vcl \ tl \ utl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_externals,sd_tiledrendering,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sd_tiledrendering,\ -I$(SRCDIR)/sd/inc \ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/qa/unit \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sd_tiledrendering,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sd_tiledrendering)) $(eval $(call gb_CppunitTest_use_vcl,sd_tiledrendering)) $(eval $(call gb_CppunitTest_use_rdb,sd_tiledrendering,services)) $(eval $(call gb_CppunitTest_use_configuration,sd_tiledrendering)) $(call gb_CppunitTest_get_target,sd_tiledrendering) : $(call gb_AllLangResTarget_get_target,sd) # vim: set noet sw=4 ts=4: -6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserpage.cxx
ndler.cxx?h=feature/wasm&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-09-02replace set(nullptr) with clear()Noel Grandin
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin
2023-04-12loplugin:stringview and stringviewparam, whitelist equalsAsciiLNoel Grandin
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin
2023-03-10improve loplugin:unnecessarylockingNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-21iloplugin:unocast (pcr::OFormattedNumericControl)Stephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann
2022-03-31Resolves: tdf#117159 don't crash with chart selected in database report editCaolán McNamara
2022-03-11use more SfxItemSet::GetItemIfSetNoel Grandin
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin
2021-11-25loplugin:stringliteraldefine in extensionsNoel Grandin
2021-11-03Add back `== 2`Stephan Bergmann
2021-11-03put the message into static_assertCaolán McNamara
2021-10-16Simplify vector initialization in extensionsJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11loplugin:moveparam in extensionsNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-02-24Move code for setting unique buildable names one level upXisco Fauli
2021-02-23Set unique buildable names to each widget in the form properties dialogXisco Fauli
2021-02-22loplugin:refcounting in extensionsNoel
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-11-24add set_buildable_name to enable distinguishing different instancesCaolán McNamara
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-10-05loplugin:reducevarscope in extensionsNoel
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-22extensions/prop: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann