/* -*- 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/. */ #pragma once #include // for sal_uInt32 #include "types.hxx" // for SCROW // Let's put here misc structures that get passed to ScDocument's methods. struct ScColWidthParam { SCROW mnMaxTextRow; sal_uInt32 mnMaxTextLen; bool mbSimpleText; ScColWidthParam(); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ a2f8a5467009b4ab7007401a14446'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/hatch.cxx
AgeCommit message (Expand)Author
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2022-12-01vcl: remove unnecessary includesChris Sherlock
2022-11-05ofz#53028 Integer-overflowCaolán McNamara
2022-11-04ofz#53028 Integer-overflowCaolán McNamara
2022-05-25ofz#47587 TimeoutCaolán McNamara
2022-05-17ofz: Avoid Integer-overflowCaolán McNamara
2022-03-06ofz: Too many hatch pointsCaolán McNamara
2022-03-05ofz#45231 TimeoutCaolán McNamara
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-24vcl: create drawmode functionsChris Sherlock
2021-03-21cid#1473858 silence bogus Dereference after null checkCaolán McNamara
2020-12-24custom literal for Degree10Noel Grandin
2020-11-28drawOutDevDirect always passed a non-null OutputDevice*Caolán McNamara
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vclNoel Grandin