# -*- 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/. # # 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_JunitTest_JunitTest,unordf_complex)) $(eval $(call gb_JunitTest_set_defs,unordf_complex,\ $$(DEFS) \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/unoxml/qa/complex/unoxml/testdocuments \ )) $(eval $(call gb_JunitTest_use_unoapi_jars,unordf_complex)) $(eval $(call gb_JunitTest_add_sourcefiles,unordf_complex,\ unoxml/qa/complex/unoxml/RDFRepositoryTest \ unoxml/qa/complex/unoxml/TestDocument \ )) $(eval $(call gb_JunitTest_add_classes,unordf_complex,\ complex.unoxml.RDFRepositoryTest \ )) # vim: set noet sw=4 ts=4: tion value='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ToolBarManager.cxx
AgeCommit message (Expand)Author
2023-08-17tdf#142489 Do not show the table toolbar when Notebookbar is activeRafael Lima
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski
2023-07-18tdf#126095 sd notebookbar: don't force table/media toolbarJustin Luth
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2022-08-11Removed duplicated includesAndrea Gelmini
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan 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-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin