# -*- 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,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_external,sc_outlineobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_outlineobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_outlineobj, \ sc/qa/extras/scoutlineobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_outlineobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_outlineobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_ure,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_components,sc_outlineobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_outlineobj)) # vim: set noet sw=4 ts=4: tro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/sfx2/notebookbar/SfxNotebookBar.hxx
AgeCommit message (Expand)Author
2024-01-30lok: introduce NotebookBarViewManager and NotebookBarViewDataTomaž Vajngerl
2024-01-30lok: notebookbar: enable currency dropdownSzymon Kłos
2023-11-06lok: notebookbar: handle multiple sessionsSzymon Kłos
2023-09-13lok: fix notebookbar not initialized when switched from classic modeSzymon Kłos
2023-06-16tdf#155720 remove old skip notebookbar init workaroundSzymon Kłos
2022-06-13tdf#125040 Make single mode toolbar context awareMaxim Monastirsky
2022-05-01lok: reset ui mode state when switch to notebookbar cancelledSzymon Kłos
2021-11-05use more DECL_DLLPRIVATE_STATIC_LINKNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-07-03notebookbar: allow to create multiple instances for onlineSzymon Kłos
2020-07-02notebookbar: build using weld::BuilderSzymon Kłos