# -*- 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_Library_Library,mysql_jdbc)) $(eval $(call gb_Library_set_componentfile,mysql_jdbc,connectivity/source/drivers/mysql_jdbc/mysql_jdbc,services)) $(eval $(call gb_Library_use_external,mysql_jdbc,boost_headers)) $(eval $(call gb_Library_use_sdk_api,mysql_jdbc)) $(eval $(call gb_Library_set_include,mysql_jdbc,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ )) $(eval $(call gb_Library_set_precompiled_header,mysql_jdbc,connectivity/inc/pch/precompiled_mysql_jdbc)) $(eval $(call gb_Library_use_libraries,mysql_jdbc,\ cppu \ cppuhelper \ sal \ salhelper \ utl \ dbtools \ comphelper \ )) $(eval $(call gb_Library_add_exception_objects,mysql_jdbc,\ connectivity/source/drivers/mysql_jdbc/YDriver \ connectivity/source/drivers/mysql_jdbc/YTables \ connectivity/source/drivers/mysql_jdbc/YTable \ connectivity/source/drivers/mysql_jdbc/YViews \ connectivity/source/drivers/mysql_jdbc/YCatalog \ connectivity/source/drivers/mysql_jdbc/YColumns \ connectivity/source/drivers/mysql_jdbc/YUser \ connectivity/source/drivers/mysql_jdbc/YUsers \ )) # vim: set noet sw=4 ts=4: 2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/Library_svxcore.mk
AgeCommit message (Expand)Author
2024-01-08tdf#72991 - Remember last used color depending in cuiAndreas Heinisch
2023-09-23Use less epoxy external headers dependencyGabor Kelemen
2023-09-07merge SvxFmDrawPage into SvxDrawPageNoel Grandin
2023-09-06replace svx::PropertyValueProvider with simpler implementationNoel Grandin
2023-08-23sd: add ThemeDialog to Impress/Draw, refactor ThemeColorChangerTomaž Vajngerl
2023-07-03tdf#155630 Move sc's SetLineEnds into svxDr. David Alan Gilbert
2023-06-05svx: extract theme color generation into ThemeColorPaletteManagerTomaž Vajngerl
2023-05-09merge GalleryFileStorage with GalleryBinaryEngineNoel Grandin
2023-05-09merge GalleryFileStorageEntry with GalleryBinaryEngineEntryNoel Grandin
2023-05-09merge GalleryStorageLocations with GalleryBinaryStorageLocationsNoel Grandin
2023-05-08GalleryObject*Storage are unnecessaryNoel Grandin
2023-04-18tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir
2023-01-27use ThemeColorChanger also in svx, when changing theme for SdrPageTomaž Vajngerl
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-12-09svx: fix unmaintainable TypeConstant definitionMichael Stahl
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)
2022-03-28Advanced Diagram support: Move data classes to svxArmin Le Grand (Allotropia)
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2022-01-05Disable epoxy test with --disable-guiJan-Marek Glogowski
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-01Fix --disable-avmedia for DESKTOP buildJan-Marek Glogowski
2021-11-09simplify makefileNoel Grandin
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski
2021-06-03svx: remove pdfium dependencyMiklos Vajna