summaryrefslogtreecommitdiff
path: root/unoidl/Executable_unoidl-check.mk
blob: 36dfc44de635c22ab9befd4c3a174f4f446c862b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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_Executable_Executable,unoidl-check))

$(eval $(call gb_Executable_add_exception_objects,unoidl-check, \
    unoidl/source/unoidl-check \
))

$(eval $(call gb_Executable_use_libraries,unoidl-check, \
    unoidl \
    $(if $(filter TRUE,$(DISABLE_DYNLOADING)),reg) \
    $(if $(filter TRUE,$(DISABLE_DYNLOADING)),store) \
    salhelper \
    sal \
))

# vim: set noet sw=4 ts=4:
it/sd/source/ui/sidebar/LayoutMenu.cxx?id=29691361002154a34c3a617e75682af4cbc19048'>Use std::span instead of sentinel elementsMike Kaganski 2023-10-19Use std::u16string_view instead of OUStringLiteralStephan Bergmann 2023-10-15Improve snew_slide_value_infoStephan Bergmann 2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski 2023-02-17SfxViewFrame* arg of SfxRequest ctor always dereferencedCaolán McNamara 2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara 2023-01-26GetDrawController should return pointerNoel Grandin 2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin 2022-02-21Recheck modules sd* with IWYUGabor Kelemen 2022-01-06It's called a slide, not a foilTor Lillqvist 2021-12-08use more OUStringLiteral in variousNoel Grandin 2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin 2021-07-28use officecfg for SvtCJKOptionsNoel Grandin 2021-07-27drop SvtLanguageOptions classNoel Grandin 2021-07-19jsdialog: sidebar: avoid duplicated widget idsSzymon Kłos 2021-03-11remove intermediate containers in sidebarsCaolán McNamara 2021-03-11schedule redraw to draw without focusCaolán McNamara 2021-03-09drop sd::LayoutMenu set_id overwriteCaolán McNamara 2021-03-05move MouseButtonDown logic to LayoutValueSet childCaolán McNamara 2021-03-05move valueset resize into LayoutValueSet classCaolán McNamara 2021-03-05with widget layout we don't need to explicitly track the parent resizeCaolán McNamara 2021-03-05drop unneeded DEBUG SetTextCaolán McNamara 2021-03-05move properties from container vcl::Window to window-filling childCaolán McNamara 2021-03-05use valueset as the menu parentCaolán McNamara 2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara 2020-12-21weld impress layoutmenuCaolán McNamara 2020-11-08only colors are in use so reduce down to just thoseCaolán McNamara