# -*- 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_PythonTest_PythonTest,sc_python)) $(eval $(call gb_PythonTest_add_modules,sc_python,$(SRCDIR)/sc/qa/python,\ CalcRTL \ )) # vim: set noet sw=4 ts=4:ogo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpage.cxx
AgeCommit message (Expand)Author
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svxStephan Bergmann
2020-06-23inline typedef WeakSdrObjectContainerTypeNoel Grandin
2020-03-30Simplify SdrObjList::GetObj (svx/svdpage)Julien Nabet
2020-03-30Replace OSL_ASSERT by assert in GetObj (svx/svdpage)Julien Nabet
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-14tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesMesut Çifci
2019-11-18cid#1430094 Arguments in wrong orderCaolán McNamara
2019-11-15tdf#128737 svx: fix off-by-one in SdrObjList::sort()Michael Stahl
2019-11-01crashtesting: out of bounds on importing tdf90224-2.odtCaolán McNamara
2019-11-01crashtesting: fix creating increments array in tdf106848-1.odtKatarina Behrens
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski
2019-10-25speed-up shape import if shapes need z-order rearrangingKatarina Behrens
2019-08-27no need to add a new virtual method (tdf#119388 related)Noel Grandin
2019-08-23tdf#119388 use virtual to bypass dynamic_castNoel Grandin