# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_AllLangResTarget_AllLangResTarget,sfx)) $(eval $(call gb_AllLangResTarget_set_reslocation,sfx,sfx2)) $(eval $(call gb_AllLangResTarget_add_srs,sfx,\ sfx/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,sfx/res)) $(eval $(call gb_SrsTarget_set_include,sfx/res,\ $$(INCLUDE) \ -I$(SRCDIR)/sfx2/source/dialog \ -I$(SRCDIR)/sfx2/source/inc \ -I$(SRCDIR)/sfx2/inc/ \ )) $(eval $(call gb_SrsTarget_add_files,sfx/res,\ sfx2/source/appl/app.src \ sfx2/source/appl/newhelp.src \ sfx2/source/appl/sfx.src \ sfx2/source/bastyp/fltfnc.src \ sfx2/source/control/templateview.src \ sfx2/source/dialog/dialog.src \ sfx2/source/dialog/dinfdlg.src \ sfx2/source/dialog/filedlghelper.src \ sfx2/source/dialog/newstyle.src \ sfx2/source/dialog/recfloat.src \ sfx2/source/dialog/taskpane.src \ sfx2/source/dialog/templdlg.src \ sfx2/source/dialog/versdlg.src \ sfx2/source/doc/doc.src \ sfx2/source/doc/doctempl.src \ sfx2/source/doc/templatelocnames.src \ sfx2/source/sidebar/Sidebar.src \ sfx2/source/view/view.src \ )) $(eval $(call gb_SrsTarget_add_nonlocalizable_files,sfx/res,\ sfx2/source/bastyp/bastyp.src \ sfx2/source/dialog/titledockwin.src \ sfx2/source/doc/graphhelp.src \ )) # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)Author
2015-04-13loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-28remove unused typedefsNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-22loplugin:cstylecastStephan Bergmann
2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin
2014-12-19java: static fields that should not be staticNoel Grandin
2014-12-18unoxml: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-15unoxml: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11document 440749 Explicit null dereferencedCaolán McNamara
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-03coverity#705527 drop testlistener that logs to c:\listener.outCaolán McNamara
2014-11-03coverity#982488 unchecked dynamic_castDavid Tardon
2014-10-13coverity#707458 Uncaught exception (better fix)Michael Stahl
2014-10-10coverity#707458 Uncaught exceptionCaolán McNamara
2014-10-01coverity#1242932 Uncaught exceptionCaolán McNamara
2014-10-01unoxml: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-26Remove unused files and move test to qa/Matúš Kukan
2014-09-25unoxml: domtest needs unotest library on WNTMichael Stahl
2014-09-25fdo#39625 Make existing CppUnit tests workTobias Madl
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin