# -*- 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_Library_Library,ipd)) $(eval $(call gb_Library_use_external,ipd,boost_headers)) $(eval $(call gb_Library_use_sdk_api,ipd)) $(eval $(call gb_Library_use_libraries,ipd,\ vcl \ tl \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,ipd,\ filter/source/graphicfilter/ipsd/ipsd \ )) # vim: set noet sw=4 ts=4: /cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann
2016-06-01final solution of the ARCHIVE questionDavid Tardon
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-05-09Fix call to deleted Any constructorLuke Deller
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-04-30Fix typosAndrea Gelmini
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-29Avoid reserved identifierStephan Bergmann
2016-03-23pyuno: add some debugging hintsMichael Stahl