/* -*- 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/. */ #ifndef INCLUDED_O3TL_NUMERIC_HXX #define INCLUDED_O3TL_NUMERIC_HXX #include namespace o3tl { struct divide_by_zero final : public std::runtime_error { explicit divide_by_zero() : std::runtime_error("divide by zero") { } }; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 69aa0bdd8d0fb2238fd6b'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/grfatr.hxx
AgeCommit message (Expand)Author
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-09-30sw: prefix members of SwGammaGrfMiklos Vajna
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2018-11-16loplugin:staticmethods improvementNoel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-07-27Remove unused copy assignment ops of SfxPoolItem-derived classesStephan Bergmann
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-02-21Fix some IWYU warningsMiklos Vajna
2018-02-18Fix bug numbers in these commentsAdolfo Jayme Barrientos
2018-02-16tdf#115519: Handle rotation for WriterFlyFrames correctlyArmin Le Grand
2017-12-12TypeWhichId in swNoel Grandin
2017-12-03clang-tidy modernize-use-equals-default in swJochen Nitschke
2017-10-23loplugin:includeform: swStephan Bergmann
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-03-17More workaround for the MSVC "dllpublic base template" mis-featureStephan Bergmann
2017-03-15convert MirrorGraph to scoped enumNoel Grandin
2017-03-13convert GraphicDrawMode to scoped enumNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin
2016-09-08loplugin:constantparam in swNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-30sw: prefix members of SwFmtMiklos Vajna
2014-11-10loplugin: cstylecastNoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-02-27Remove visual noise from swAlexander Wilms
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist