# -*- 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,ucpfile1)) $(eval $(call gb_Library_set_componentfile,ucpfile1,ucb/source/ucp/file/ucpfile1)) $(eval $(call gb_Library_use_external,ucpfile1,boost_headers)) $(eval $(call gb_Library_use_sdk_api,ucpfile1)) $(eval $(call gb_Library_use_libraries,ucpfile1,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ )) $(eval $(call gb_Library_add_exception_objects,ucpfile1,\ ucb/source/ucp/file/bc \ ucb/source/ucp/file/filcmd \ ucb/source/ucp/file/filglob \ ucb/source/ucp/file/filid \ ucb/source/ucp/file/filinpstr \ ucb/source/ucp/file/filinsreq \ ucb/source/ucp/file/filnot \ ucb/source/ucp/file/filprp \ ucb/source/ucp/file/filrec \ ucb/source/ucp/file/filrow \ ucb/source/ucp/file/filrset \ ucb/source/ucp/file/filstr \ ucb/source/ucp/file/filtask \ ucb/source/ucp/file/prov \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/textlayout.hxx
AgeCommit message (Expand)Author
2019-11-27loplugin:finalclasses in vclNoel Grandin
2017-11-18silence some coverity warningsCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-18Resolves: tdf#98593 buttons in writer show different text at different zoomsCaolán McNamara
2016-11-04loplugin:unnnecessaryvirtual in vclNoel Grandin
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin
2016-01-27vcl: readd <memory> into textlayout.hxxChris Sherlock
2016-01-27vcl: remove extraneous included headers in textlayout.hxxChris Sherlock
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-09-29vcl: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi
2013-12-03vcl: fix sal_Int32 GetTextBreak harderMichael Stahl
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara