# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2011 Matúš Kukan (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_CppunitTest_CppunitTest,sal_osl_module)) # the test uses the library created by Module_DLL $(call gb_CppunitTest_get_target,sal_osl_module) : \ $(call gb_CppunitTest_get_target,Module_DLL) $(eval $(call gb_CppunitTest_add_exception_objects,sal_osl_module,\ sal/qa/osl/module/osl_Module \ )) $(eval $(call gb_CppunitTest_use_libraries,sal_osl_module,\ sal \ $(gb_STDLIBS) \ )) # vim: set noet sw=4 ts=4: -4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/embeddedobj
AgeCommit message (Expand)Author
2022-10-18tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroOmkarAcharekar
2022-10-12try to make CppunitTest_embeddedobj_msole more reliableNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-12Fix typoAndrea Gelmini
2022-09-10tdf#119039: workaround an OleLoad bug releasing passed storage unexpectedlyMike Kaganski
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-21clang-tidy modernize-pass-by-value in embeddedobjNoel Grandin
2022-05-24elide some OUString allocationNoel Grandin
2022-05-24this data does not need to be per-objectNoel Grandin
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin
2022-05-11Fix typosAndrea Gelmini
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk
2022-05-04Just use Any ctor instead of makeAny in embeddedobjStephan Bergmann
2022-05-02loplugin:stringviewStephan Bergmann
2022-03-21tdf#147589 In document with OLE link, don't show temp-file is in useJuergen Funk
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-03-02CppunitTest_embeddedobj_general: put the base class into an anon namespaceMiklos Vajna
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2022-01-10small cleanups to TempFile related codeNoel Grandin
2022-01-09Simplify some TempFile service codeNoel Grandin
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin
2021-12-18cid#1495784 Missing move assignment operatorCaolán McNamara
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in InterceptorNoel Grandin
2021-11-26sw, viewing OLE objects: also protect "common" embeded objectsMiklos Vajna
2021-11-13Use o3tl::convertMike Kaganski
2021-11-12coverity: annotate with markup so they will stay silencedCaolán McNamara
2021-10-30Prepare for removal of non-const operator[] from Sequence in embeddedobjMike Kaganski
2021-10-24tdf#42982: improve UNO API error reporting4k5h1t
2021-10-16Fix a forgotten return of the valueMike Kaganski
2021-10-16Use sal::systools::COMReference and drop ComSmartMike Kaganski
2021-10-16Fix the copypaste errorMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): embeddedobjStephan Bergmann
2021-09-29embeddedobj: add a status indicator for the Further objects dialogMiklos Vajna
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-10embeddedobj: implement XServiceInfo in the various embedded obj implementationsMiklos Vajna
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-07-14sfx2: handle OnMainThread=true in SfxOfficeDispatch::dispatch()Miklos Vajna
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann