# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Norbert Thiebaud (C) 2010, All Rights Reserved. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(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_add_api,scui,\ offapi \ udkapi \ )) $(eval $(call gb_Library_add_linked_libs,scui,\ comphelper \ cppu \ editeng \ for \ forui \ i18nisolang1 \ sal \ sc \ sfx \ sot \ svl \ svt \ svx \ svxcore \ tl \ utl \ vcl \ $(gb_STDLIBS) \ )) $(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/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/subtdlg \ sc/source/ui/dbgui/textimportoptions \ sc/source/ui/dbgui/tpsort \ sc/source/ui/dbgui/tpsubt \ sc/source/ui/dbgui/validate \ 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/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_add_linked_libs,scui,\ advapi32 \ $(gb_Library_win32_OLDNAMES) \ uwinapi \ )) endif # vim: set noet sw=4 ts=4: /collabora/cp-4.0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmerge/source
AgeCommit message (Expand)Author
2016-03-14remove some unused Java codeNoel Grandin
2016-03-04coverity#1326474 Resource leak on an exceptional pathCaolán McNamara
2016-03-04coverity#1326516 Resource leak on an exceptional pathCaolán McNamara
2016-03-04coverity#1326237 Dereference after null checkCaolán McNamara
2016-03-04coverity#1326460 Dereference null return valueCaolán McNamara
2016-03-01coverity#1326444 Dereference null return valueCaolán McNamara
2016-03-01coverity#1326460 Dereference null return valueCaolán McNamara
2016-03-01coverity#1326847 DP: Use doPrivilegedCaolán McNamara
2016-02-18coverity#1326443 Dereference null return valueCaolán McNamara
2016-02-16coverity#1326425 Dereference null return valueCaolán McNamara
2016-02-16coverity#1326257 Dereference after null checkCaolán McNamara
2016-02-16coverity#1326280 Explicit null dereferencedCaolán McNamara
2016-02-06coverity#1326525 Resource leak on an exceptional pathCaolán McNamara
2016-02-06coverity#1326516 Resource leak on an exceptional pathCaolán McNamara
2016-02-05Fix typosAndrea Gelmini
2016-02-04coverity#1326425 Dereference null return valueCaolán McNamara
2016-02-04coverity#1326426 Dereference null return valueCaolán McNamara
2016-02-04coverity#1326427 Dereference null return valueCaolán McNamara
2016-01-29cid#1326176, 1326270, 1326271, 1326272, 1326273, 1326274, 1326275jan iversen
2016-01-29cid#1326280, 1326295, 1326303jan iversen
2016-01-10Fix typosAndrea Gelmini
2015-12-30coverity#1327008 SBSC: String concatenation in loop using + operatorCaolán McNamara
2015-12-30coverity#1327009 SBSC: String concatenation in loop using + operatorCaolán McNamara
2015-12-30coverity#1326717 DLS: Dead local storeCaolán McNamara
2015-11-27CID#1326472, CID#1326473, CID#1326474 use try/finalizejan iversen
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: combine nested if statementsNoel Grandin
2015-11-04Solved CID 1326472, 1326473, 1326474jan iversen
2015-11-04Mechanically sanitize indentationStephan Bergmann
2015-10-28coverity#1326258 Explicit null dereferencedCaolán McNamara
2015-10-28coverity#1326465 Dereference null return valueCaolán McNamara
2015-10-25coverity#1326117 Unchecked return valueCaolán McNamara
2015-10-20coverity#1326242 Dereference after null checkCaolán McNamara
2015-10-15coverity#1326266 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326237 Explicit null dereferencedCaolán McNamara
2015-10-15coverity#1326285 Dereference after null checkCaolán McNamara
2015-10-15coverity#1327172 UrF: Unread fieldCaolán McNamara
2015-10-15cid#1326571 and cid#1326572 Unused valueNoel Grandin
2015-10-15coverity#1326899 HE: Equal objects must have equal hashcodesCaolán McNamara
2015-10-15cid#1326117 Unchecked return valueNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326716,cid#1326717 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin
2015-09-29Fix typosAndrea Gelmini