# -*- 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,ucpdav1)) $(eval $(call gb_Library_set_componentfile,ucpdav1,ucb/source/ucp/webdav-neon/ucpdav1)) $(eval $(call gb_Library_use_sdk_api,ucpdav1)) $(eval $(call gb_Library_use_libraries,ucpdav1,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,ucpdav1,\ boost_headers \ libxml2 \ neon \ openssl \ )) $(eval $(call gb_Library_add_exception_objects,ucpdav1,\ ucb/source/ucp/webdav-neon/ContentProperties \ ucb/source/ucp/webdav-neon/DateTimeHelper \ ucb/source/ucp/webdav-neon/DAVProperties \ ucb/source/ucp/webdav-neon/DAVResourceAccess \ ucb/source/ucp/webdav-neon/DAVSessionFactory \ ucb/source/ucp/webdav-neon/LinkSequence \ ucb/source/ucp/webdav-neon/LockEntrySequence \ ucb/source/ucp/webdav-neon/LockSequence \ ucb/source/ucp/webdav-neon/NeonHeadRequest \ ucb/source/ucp/webdav-neon/NeonInputStream \ ucb/source/ucp/webdav-neon/NeonLockStore \ ucb/source/ucp/webdav-neon/NeonPropFindRequest \ ucb/source/ucp/webdav-neon/NeonSession \ ucb/source/ucp/webdav-neon/NeonUri \ ucb/source/ucp/webdav-neon/UCBDeadPropertyValue \ ucb/source/ucp/webdav-neon/webdavcontentcaps \ ucb/source/ucp/webdav-neon/webdavcontent \ ucb/source/ucp/webdav-neon/webdavdatasupplier \ ucb/source/ucp/webdav-neon/webdavprovider \ ucb/source/ucp/webdav-neon/webdavresultset \ ucb/source/ucp/webdav-neon/webdavservices \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,ucpdav1,\ ws2_32 \ )) endif ifeq ($(OS),SOLARIS) $(eval $(call gb_Library_add_libs,ucpdav1,\ -ldl \ -lnsl \ -lsocket \ )) endif # vim: set noet sw=4 ts=4: '>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotextdecomposition.cxx
AgeCommit message (Expand)Author
2017-11-22loplugin:flatten in svxNoel Grandin
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin
2017-11-17TypedWhichId for EE_PARA* constantsNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-26we should be able to dispense with the intermediate vectorCaolán McNamara
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-10editviewoverlay: Allow EditView to run in OverlayArmin Le Grand
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-31Corrected HitTest for layouted textArmin Le Grand
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-06convert SdrTextAniKind to scoped enumNoel Grandin
2016-12-17tdf#104722: Wrong text alignment when text box is smaller than the text insideTamás Zolnai
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-24convert SdrTextAniDirection to scoped enumNoel Grandin
2016-07-07tdf#50613 add support to load charts asynchronouslyArmin Le Grand
2016-06-29Reinstate: tdf#99729: fix text alignment (no autofit & no full width)Caolán McNamara
2016-06-29Revert "tdf#99729: fix text alignment (no autofit & no full width)"Miklos Vajna
2016-06-28tdf#99729: fix text alignment (no autofit & no full width)Mike Kaganski
2016-06-27A typo correctionMike Kaganski
2016-05-30Convert FontRelief to scoped enumNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin