# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Library_Library,basebmp)) $(eval $(call gb_Library_add_package_headers,basebmp,basebmp_inc)) $(eval $(call gb_Library_set_include,basebmp,\ -I$(realpath $(SRCDIR)/basebmp/inc/) \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_api,basebmp,\ offapi \ udkapi \ )) $(eval $(call gb_Library_add_defs,basebmp,\ -DBASEBMP_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_add_linked_libs,basebmp,\ basegfx \ sal \ $(gb_STDLIBS) \ )) ifeq ($(OS),SOLARIS) $(eval $(call gb_Library_add_cxxobjects,basebmp, \ basebmp/source/bitmapdevice \ basebmp/source/debug \ basebmp/source/polypolygonrenderer \ , $(gb_COMPILEROPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) -xalias_level=compatible \ )) else $(eval $(call gb_Library_add_exception_objects,basebmp,\ basebmp/source/bitmapdevice \ basebmp/source/debug \ basebmp/source/polypolygonrenderer \ )) endif # vim: set noet sw=4 ts=4: ption value='distro/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/LayoutMenu.hxx
AgeCommit message (Expand)Author
2024-09-16use more concrete UNO types in sdNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
2021-03-11remove intermediate containers in sidebarsCaolá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
2020-12-21weld impress layoutmenuCaolán McNamara
2020-12-07tdf#42949 Fix new IWYU warnings in sd/Gabor Kelemen
2020-11-22tdf#123936 Formatting files in module sd with clang-formatPhilipp Hofer
2020-05-09compact namespace in sdNoel Grandin
2020-04-29weld SfxTemplatePanelControlCaolán McNamara