# -*- 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,scui)) $(eval $(call gb_Library_set_include,scui,\ -I$(SRCDIR)/sc/source/core/inc \ -I$(SRCDIR)/sc/source/filter/inc \ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ -I$(WORKDIR)/SdiTarget/sc/sdi \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_custom_headers,scui,\ officecfg/registry \ )) \ $(eval $(call gb_Library_set_precompiled_header,scui,$(SRCDIR)/sc/inc/pch/precompiled_scui)) $(eval $(call gb_Library_use_custom_headers,scui,\ officecfg/registry \ )) $(eval $(call gb_Library_use_api,scui,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_Library_use_externals,scui,\ boost_headers \ $(call gb_Helper_optional,OPENCL, \ clew) \ mdds_headers \ )) $(eval $(call gb_Library_use_libraries,scui,\ comphelper \ cppu \ cppuhelper \ editeng \ for \ forui \ i18nlangtag \ $(call gb_Helper_optional,OPENCL, \ opencl) \ sal \ sc \ sfx \ sot \ svl \ svt \ svx \ svxcore \ tl \ utl \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,scui,\ sc/source/ui/attrdlg/attrdlg \ sc/source/ui/attrdlg/scdlgfact \ sc/source/ui/attrdlg/scuiexp \ sc/source/ui/attrdlg/tabpages \ sc/source/ui/cctrl/editfield \ sc/source/ui/condformat/condformatmgr \ sc/source/ui/dbgui/dapidata \ sc/source/ui/dbgui/dapitype \ sc/source/ui/dbgui/dpgroupdlg \ sc/source/ui/dbgui/pfiltdlg \ sc/source/ui/dbgui/pvfundlg \ sc/source/ui/dbgui/scendlg \ sc/source/ui/dbgui/scuiasciiopt \ sc/source/ui/dbgui/scuiimoptdlg \ sc/source/ui/dbgui/sortdlg \ sc/source/ui/dbgui/sortkeydlg \ sc/source/ui/dbgui/subtdlg \ sc/source/ui/dbgui/textimportoptions \ sc/source/ui/dbgui/tpsort \ sc/source/ui/dbgui/tpsubt \ sc/source/ui/docshell/tpstat \ sc/source/ui/miscdlgs/crdlg \ sc/source/ui/miscdlgs/datafdlg \ sc/source/ui/miscdlgs/delcldlg \ sc/source/ui/miscdlgs/delcodlg \ sc/source/ui/miscdlgs/filldlg \ sc/source/ui/miscdlgs/groupdlg \ sc/source/ui/miscdlgs/inscldlg \ sc/source/ui/miscdlgs/inscodlg \ sc/source/ui/miscdlgs/instbdlg \ sc/source/ui/miscdlgs/lbseldlg \ sc/source/ui/miscdlgs/linkarea \ sc/source/ui/miscdlgs/mtrindlg \ sc/source/ui/miscdlgs/mvtabdlg \ sc/source/ui/miscdlgs/namecrea \ sc/source/ui/miscdlgs/scuiautofmt \ sc/source/ui/miscdlgs/shtabdlg \ sc/source/ui/miscdlgs/strindlg \ sc/source/ui/miscdlgs/tabbgcolordlg \ sc/source/ui/miscdlgs/textdlgs \ sc/source/ui/namedlg/namepast \ sc/source/ui/optdlg/calcoptionsdlg \ sc/source/ui/optdlg/opredlin \ sc/source/ui/optdlg/tpcalc \ sc/source/ui/optdlg/tpcompatibility \ sc/source/ui/optdlg/tpformula \ sc/source/ui/optdlg/tpdefaults \ sc/source/ui/optdlg/tpprint \ sc/source/ui/optdlg/tpusrlst \ sc/source/ui/optdlg/tpview \ sc/source/ui/pagedlg/hfedtdlg \ sc/source/ui/pagedlg/scuitphfedit \ sc/source/ui/pagedlg/tphf \ sc/source/ui/pagedlg/tptable \ sc/source/ui/styleui/styledlg \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,scui,\ advapi32 \ oldnames \ )) endif # vim: set noet sw=4 ts=4: e='distro/collabora/cp-5.3-desktop'>distro/collabora/cp-5.3-desktop LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/alienwarn.cxx
AgeCommit message (Expand)Author
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin
2020-11-22tdf#123936 Formatting files in module sfx2 with clang-formatPhilipp Hofer
2020-11-17loplugin:stringviewparam extend to constructorsNoel
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen
2018-04-18tdf#42949 Remove unnecessary localization headers of sfx2Gabor Kelemen
2018-03-19coverity#1430074 Uncaught exceptionCaolán McNamara
2018-03-18unify the message dialogs with extra widgets casesCaolán McNamara
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-13tdf#90478: Hide explanation on ODF when default format is alienJacobo Aragunde Pérez
2015-04-13tdf#90478: Show the right default format when savingJuan A. Suarez Romero
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-18Resolves: fdo#75121 align checkbox with message textCaolán McNamara
2014-01-08tweak button order for alien warn dialogCaolán McNamara
2013-11-18convert alien dialog to .uiCaolán McNamara
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-08-29convert sfx2/source/inc/alienwarn.hxx from String to OUStringNoel Grandin
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-03-09fix semantic error in layout calculationAndras Timar
2012-02-10fdo#45330 Improving layout of Confirm File Format dialogTomcsik Bence
2012-02-08Fix fdo#45117 - Alien save dialog buttons run off the edgeJosh Heidenreich
2012-01-09autoresize 'Use ODF format' button, tooAndras Timar
2011-11-27remove include of pch header from sfx2Norbert Thiebaud