/* -*- 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_SVX_INC_SXREAITM_HXX #define INCLUDED_SVX_INC_SXREAITM_HXX #include #include class SdrResizeXAllItem: public SdrFractionItem { public: SdrResizeXAllItem(): SdrFractionItem(SDRATTR_RESIZEXALL,Fraction(1,1)) {} virtual SfxPoolItem* Clone(SfxItemPool*) const override { return new SdrResizeXAllItem(*this); } }; class SdrResizeYAllItem: public SdrFractionItem { public: SdrResizeYAllItem(): SdrFractionItem(SDRATTR_RESIZEYALL,Fraction(1,1)) {} virtual SfxPoolItem* Clone(SfxItemPool*) const override { return new SdrResizeYAllItem(*this); } }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
unoidl?id=572e9cde744e2b482a04ff4b457ad2cfde5f70d2'>loplugin:redundantcast find c-style bool casts
AgeCommit message (Expand)Author
2023-03-30loplugin:stringadd in variousNoel Grandin
2023-01-25Fix typoStephan Bergmann
2022-04-28use more string_view in unodevtoolsNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
Noel Grandin
2017-02-10test coverity sanitizing in-source modellingCaolán McNamara
2017-02-06loplugin:nullptrJochen Nitschke
2016-12-21some more fallthrough warning quieteningCaolán McNamara
2016-12-21quieten the clang fallthrough warningsCaolán McNamara
2016-12-20bootstrap building with --disable-dynloading on standard linuxCaolán McNamara
2016-10-03Fix typosAndrea Gelmini
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (unoidl)Stephan Bergmann
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-12Massage code to avoid warningsStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-26loplugin:nullptrStephan Bergmann
2016-03-17loplugin:constantparam in registryNoel Grandin
2016-02-06Fix prev. commitStephan Bergmann
2016-02-06Clean up for loops in unoidlStephan Bergmann
2016-02-04Add --ignore-unpublished to unoidl-checkStephan Bergmann
2015-12-14Use emplace_backStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338263 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338262 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338259 Uncaught exceptionCaolán McNamara