# -*- 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/. # $(eval $(call gb_Library_Library,writer)) $(eval $(call gb_Library_set_componentfile,writer,connectivity/source/drivers/writer/writer)) $(eval $(call gb_Library_use_external,writer,boost_headers)) $(eval $(call gb_Library_use_sdk_api,writer)) $(eval $(call gb_Library_set_include,writer,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_use_libraries,writer,\ cppu \ cppuhelper \ svl \ tl \ utl \ sal \ salhelper \ dbtools \ file \ comphelper \ )) $(eval $(call gb_Library_add_exception_objects,writer,\ connectivity/source/drivers/writer/WCatalog \ connectivity/source/drivers/writer/WConnection \ connectivity/source/drivers/writer/WDatabaseMetaData \ connectivity/source/drivers/writer/WDriver \ connectivity/source/drivers/writer/WTable \ connectivity/source/drivers/writer/WTables \ connectivity/source/drivers/writer/Wservices \ )) # vim: set noet sw=4 ts=4: eoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/forms/source/inc/commandimageprovider.hxx
AgeCommit message (Expand)Author
2016-02-09Remove excess newlinesChris Sherlock
2015-10-21more removal of com::sun::star typedefsNoel Grandin
2015-10-02com::sun::star->css in forms/Noel Grandin
2015-09-17boost->stdCaolán McNamara
2014-02-26Remove visual noise from formsAlexander Wilms
2013-11-05fixincludeguards.sh: formsThomas Arnhold
2013-06-03fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-06-29Remove UNO includes commentsThomas Arnhold
2010-11-22Remove the last of the HC iconsJoseph Powers
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-11-06#i106671# use proper UNO API to not only retrieve images for our slots, but a...Frank Schoenheit [fs]
2009-11-06#i106671# retrieve the images from the document's/module's XImageManager, not...Frank Schoenheit [fs]