# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Package_Package,svx_gengal,$(SRCDIR)/svx/source/gengal)) $(eval $(call gb_Package_add_file,svx_gengal,bin/gengal,gengal.sh)) # vim: set noet ts=4 sw=4: gemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpagv.cxx
AgeCommit message (Expand)Author
2015-09-04svx: prefix members of SdrPaintViewMiklos Vajna
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-03Removed some whole page invalidations in impressMihai Varga
2015-05-20convert GRID constants to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-03-08svx: nAnz -> nCountMiklos Vajna
2014-11-04Apply pimpl to SdrPageWindow.Kohei Yoshida
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-03fdo#74435: SdrPageView::DrawLayer(): hack to avoid spuriously visible imagesMichael Stahl
2014-01-28bool improvementsStephan Bergmann
2013-09-01XubString->OUStringCaolán McNamara