# -*- Mode: makefile; 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) 2011 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,fpicker)) $(eval $(call gb_Library_set_componentfile,fpicker,fpicker/source/generic/fpicker)) $(eval $(call gb_Library_use_sdk_api,fpicker)) $(eval $(call gb_Library_use_libraries,fpicker,\ cppu \ cppuhelper \ sal \ svl \ svt \ vcl \ $(gb_UWINAPI) \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_static_libraries,fpicker,\ odma_lib \ )) endif $(eval $(call gb_Library_add_exception_objects,fpicker,\ fpicker/source/generic/fpicker \ )) # vim: set noet sw=4 ts=4: ibreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porglue.hxx
AgeCommit message (Expand)Author
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-08sal_Bool to boolMatteo Casalin
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-22CLASSIO is deadTor Lillqvist
2013-04-08Use OUString and sal_Int32 in swChr. Rossmanith
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-04-02Translate German commentsPhilipp Weissenbacher
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-06Remove redundant #include directives & commentsJ. Graeme Lingard
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien