# -*- 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,sdbt)) $(eval $(call gb_Library_set_include,sdbt,\ $$(INCLUDE) \ -I$(SRCDIR)/dbaccess/inc/ \ -I$(SRCDIR)/dbaccess/source/inc/ \ -I$(SRCDIR)/dbaccess/source/sdbtools/inc \ )) $(eval $(call gb_Library_use_external,sdbt,boost_headers)) $(eval $(call gb_Library_set_precompiled_header,sdbt,dbaccess/inc/pch/precompiled_sdbt)) $(eval $(call gb_Library_use_sdk_api,sdbt)) $(eval $(call gb_Library_use_libraries,sdbt,\ comphelper \ cppu \ cppuhelper \ dba \ dbtools \ sal \ salhelper \ tl \ utl \ )) $(eval $(call gb_Library_set_componentfile,sdbt,dbaccess/util/sdbt)) $(eval $(call gb_Library_add_exception_objects,sdbt,\ dbaccess/source/sdbtools/connection/connectiontools \ dbaccess/source/sdbtools/connection/datasourcemetadata \ dbaccess/source/sdbtools/connection/objectnames \ dbaccess/source/sdbtools/connection/tablename \ dbaccess/source/sdbtools/misc/sdbt_services \ )) # vim: set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/inc
AgeCommit message (Expand)Author
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-12Fix typoAndrea Gelmini
2019-04-10tdf#124238 - Show a Tip-Of-The-Day dialog on startupheiko tietze
2019-03-29tdf#124149 add bigger 32px icons for border line and shadowTomaž Vajngerl
2019-03-13weld DatabaseRegistrationDialogCaolán McNamara
2019-03-13weld DbRegistrationOptionsPageCaolán McNamara
2019-03-03weld SvxMacroAssignDlgCaolán McNamara
2019-02-13Pointer is pointlessNoel Grandin
2019-02-07complete the univerbation of E-mail to Email in the uiCaolán McNamara
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen
2018-12-12tdf#104277 follow-up: use svtools::executeRestartDialogMike Kaganski
2018-12-03weld OfaSwAutoFmtOptionsPageCaolán McNamara
2018-11-27tdf#121713 give filter a nameCaolán McNamara
2018-11-19weld TreeViewCaolán McNamara
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-11-12-Werror,-Wunused-private-fieldStephan Bergmann
2018-11-09Resolves: tdf#121290 Crash, if press F4 for a selected calloutCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-23tdf#120475: Sync persona categories with MozillaMuhammet Kara
2018-10-15The code doesn’t check for glyphs, but for code points (i.e., characters)Adolfo Jayme Barrientos
2018-10-09tdf#101629: Handle invalid urls and search strings for PersonasMuhammet Kara
2018-09-06tdf#119293 - UI Consistency for inserting rows in Writer table"heiko tietze
2018-09-06Revert "tdf#119293 - UI Consistency for inserting rows in Writer table"Heiko Tietze
2018-09-03tdf#119293 - UI Consistency for inserting rows in Writer tableheiko tietze