# -*- 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 or as specified alternatively below. 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. # # Major Contributor(s): # Copyright (C) 2012 Matúš Kukan (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # 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,ucpgvfs1)) $(eval $(call gb_Library_set_componentfile,ucpgvfs1,ucb/source/ucp/gvfs/ucpgvfs)) $(eval $(call gb_Library_set_include,ucpgvfs1,\ $(GNOMEVFS_CFLAGS) \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_api,ucpgvfs1,\ offapi \ udkapi \ )) $(eval $(call gb_Library_add_libs,ucpgvfs1,\ $(GNOMEVFS_LIBS) \ )) $(eval $(call gb_Library_use_libraries,ucpgvfs1,\ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,ucpgvfs1,\ ucb/source/ucp/gvfs/gvfs_content \ ucb/source/ucp/gvfs/gvfs_directory \ ucb/source/ucp/gvfs/gvfs_provider \ ucb/source/ucp/gvfs/gvfs_stream \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/typelib
AgeCommit message (Expand)Author
2022-05-29[API CHANGE] Deprecate unused typelib_setCacheSize and make it a no-opStephan Bergmann
2021-02-02tdf#130978 Added comment to all published APImsrijita18
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-03-06Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexprStephan Bergmann
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-07-19Fix typosAndrea Gelmini
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-11-24Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2016-09-21cid#1371252: Add move semanticsStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-03-01Remove visual noise from includeAlexander Wilms
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
2014-01-28typelib: Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann