# # 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,xsltdlg)) $(eval $(call gb_AllLangResTarget_add_srs,xsltdlg,\ filter/xsltdlg \ )) $(eval $(call gb_SrsTarget_SrsTarget,filter/xsltdlg)) $(eval $(call gb_SrsTarget_use_packages,filter/xsltdlg,\ svl_inc \ )) $(eval $(call gb_SrsTarget_set_include,filter/xsltdlg,\ $$(INCLUDE) \ -I$(SRCDIR)/filter/inc \ )) $(eval $(call gb_SrsTarget_add_files,filter/xsltdlg,\ filter/source/xsltdialog/xmlfiltertabdialog.src \ filter/source/xsltdialog/xmlfiltertabpagebasic.src \ filter/source/xsltdialog/xmlfiltertabpagexslt.src \ filter/source/xsltdialog/xmlfilterdialogstrings.src \ )) # vim: set noet sw=4 ts=4: tion value='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/eventattacher
AgeCommit message (Expand)Author
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-05fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin
2012-09-01add more component prefixesMatúš Kukan
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
2012-06-26re-base on ALv2 code.Michael Meeks
2012-05-31targeted string re-workNorbert Thiebaud
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-23.component files don't need executable bitsMichael Stahl
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-12-10catch exception by constant referenceTakeshi Abe
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
2011-10-05fix broken eventattacher. bnc#718227Noel Power
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-18convert eventattacher to gbuild and add to tail_buildPeter Foley
2011-08-16Reduce indentation level.Kohei Yoshida
2011-08-16Some micro-optimization with the string objects.Kohei Yoshida
2011-08-16And use it from the multi-listener regstration code.Kohei Yoshida
2011-08-16Extracted a method that will be called from another method.Kohei Yoshida
2011-08-16Fixed a crash due to invalid index for Sequence.Kohei Yoshida
2011-08-16Extended UNO's script API to allow adding of multiple listeners at once.Kohei Yoshida