# -*- 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: value='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/View.hxx
AgeCommit message (Expand)Author
2018-11-12svx: prefix members of SdrEditViewMiklos Vajna
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-07tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[t-z]*Gabor Kelemen
2018-06-25loplugin:useuniqueptr in sd::ViewNoel Grandin
2018-03-17sd lok: Enable mapmode in case of lok to calculate centerPranav Kant
2017-12-13sal_uIntPtr->sal_Int32 in SdrMarkViewNoel Grandin
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-09-04New loplugin:dyncastvisibilityStephan Bergmann
2017-08-03loplugin:constparams in sdNoel Grandin
2017-06-28sd: Kill forward declaration of non-existent RequestDataTakeshi Abe
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-05-03loplugin:checkunusedparams in sdNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-20sd: Per view author namesPranav Kant
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-10-13pass params to Outliner LINK callbacks on stackNoel Grandin