/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 . */ #ifndef INCLUDED_SC_SOURCE_UI_INC_GRIDMERG_HXX #define INCLUDED_SC_SOURCE_UI_INC_GRIDMERG_HXX class OutputDevice; class ScGridMerger { private: VclPtr pDev; long const nOneX; long const nOneY; long nFixStart; long nFixEnd; long nVarStart; long nVarDiff; long nCount; bool bVertical; bool bOptimize; void AddLine( long nStart, long nEnd, long nPos ); public: ScGridMerger( OutputDevice* pOutDev, long nOnePixelX, long nOnePixelY ); ~ScGridMerger(); void AddHorLine(bool bWorksInPixels, long nX1, long nX2, long nY, bool bDashed = false); void AddVerLine(bool bWorksInPixels, long nX, long nY1, long nY2, bool bDashed = false); void Flush(); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ o/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas
23253a7c67316cb96e4a64792ab4fe74aac1ca'>remove some manual ref-counting
AgeCommit message (Expand)Author
2014-12-11only checked for new VirtualDeviceCaolán McNamara
2014-12-11stray debugging codeCaolán McNamara
2014-12-11Resolves: fdo#87242 reuse vcl clip for cairo during animationsCaolán McNamara
2014-12-11Related: fdo#87242 merge duplicate clip setup codeCaolán McNamara
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara
2014-12-11reduce scope of local variablesMichael Weghorn
2014-12-10canvas: DIRECTX_VERSION macro is obsoleteMichael Stahl
2014-12-10canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectXMichael Stahl
2014-12-10Kill unused directx < 9 ifdeferyRiccardo Magliocchetti
2014-12-07mpSurface->getCairo() == mpCairoCaolán McNamara
2014-12-07cairo_restore without matching cairo_saveCaolán McNamara
2014-12-05Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens
Noel Grandin
2016-06-03Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann
2016-06-03Add initial CppunitTest_framework_dispatchMiklos Vajna
2016-06-03loplugin:refcounting (RequestFilterSelect_Impl derives from XInterface)Stephan Bergmann
2016-06-03tdf#89329: use unique_ptr for pImpl in interactionXisco Fauli
2016-06-02loplugin:unusedfieldsNoel Grandin
2016-06-01remove unused SID constants and associated codeNoel Grandin
2016-05-30Convert DialogCancelMode to scoped enumNoel Grandin
2016-05-26lokit: ensure progress value sequentialHenry Castro
2016-05-25sw: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-25convert ImageType to scoped enumNoel Grandin
2016-05-25Fix typosAndrea Gelmini
2016-05-25tdf#98753 Find Toolbar does not display "Search key not found"Samuel Mehrbrodt
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-23framework: last dispatchInterceptor gets asked firstThorsten Behrens
2016-05-20framework: avoid excessive queryDispatch callsThorsten Behrens
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin
2016-05-19Fix unnecessary indent.Jan Holesovsky
2016-05-19tdf#99926 Add "Save as template" to Save dropdownSamuel Mehrbrodt
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-16Resolves: tdf#99857 missing items from toolbar right clickCaolán McNamara
2016-05-12framework: register DispatchDisabler serviceMiklos Vajna
2016-05-12framework: initial implementation of a dispatch disabler.Michael Meeks
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann
2016-05-10Convert TOOLBOX_MENUTYPE_ to scoped enumNoel Grandin
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-05-04LoadEnv::getTargetComponent() is supposed to return nothingMaxim Monastirsky
2016-05-01tdf#97499 Fixed containers parameters clearing #8tymyjan