# -*- 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/. # icu_VERSION := $(ICU_MAJOR).$(ICU_MINOR)$(if $(ICU_MICRO),.$(ICU_MICRO)) $(eval $(call gb_ExternalPackage_ExternalPackage,icu,icu)) $(eval $(call gb_ExternalPackage_use_external_project,icu,icu)) ifneq ($(DISABLE_DYNLOADING),TRUE) ifeq ($(OS),WNT) ifeq ($(COM),GCC) $(eval $(call gb_ExternalPackage_add_files,icu,$(LIBO_LIB_FOLDER),\ source/lib/icuin$(ICU_MAJOR).dll \ )) else $(eval $(call gb_ExternalPackage_add_files,icu,$(LIBO_LIB_FOLDER),\ source/lib/icuin$(if $(MSVC_USE_DEBUG_RUNTIME),d)$(ICU_MAJOR).dll \ )) endif # $(COM) else ifeq ($(OS),ANDROID) $(eval $(call gb_ExternalPackage_add_files,icu,$(LIBO_LIB_FOLDER),\ source/lib/libicui18nlo.so \ )) else # $(OS) != WNT/ANDROID $(eval $(call gb_ExternalPackage_add_file,icu,$(LIBO_LIB_FOLDER)/libicui18n$(gb_Library_DLLEXT).$(ICU_MAJOR),source/lib/libicui18n$(gb_Library_DLLEXT).$(icu_VERSION))) endif # $(OS) endif # DISABLE_DYNLOADING # vim: set noet sw=4 ts=4: o/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/columnset.hxx
herlock
AgeCommit message (Expand)Author
2020-01-25tdf#124176: Use pragma once instead of include guardEfdal İncesu
2022-10-28vcl: extract function Animation::RenderNextFrameInAllRenderers()Chris Sherlock
2022-10-17vcl: extract variable and rename Animation::mnPos to mnFrameIndexChris Sherlock
2022-10-17vcl: extract Animation function PopulateRenderers()Chris Sherlock
2022-10-12vcl: extract function CreateAnimationDataItemsChris Sherlock
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock
2022-06-21vcl: rename mnExtraData to mnRendererIdChris Sherlock
2022-06-21vcl: rename ImplAnimView to AnimationRendererChris Sherlock
2022-06-15vcl: change maList in Animation to maFramesChris Sherlock