/* -*- 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_SXMBRITM_HXX #define INCLUDED_SVX_SXMBRITM_HXX #include #include // dimension line below the reference edge // for dimensioning the lower edge of the object // (redundant to turn the reference edge through 180deg + // TextUpsideDown, but easily operated) // can also be dragged by dragging the measure line item // (SdrMeasureLineDistItem) over the reference edge class SVXCORE_DLLPUBLIC SdrMeasureBelowRefEdgeItem final : public SdrYesNoItem { public: SdrMeasureBelowRefEdgeItem(bool bOn=false): SdrYesNoItem(SDRATTR_MEASUREBELOWREFEDGE,bOn) {} virtual ~SdrMeasureBelowRefEdgeItem() override; virtual SdrMeasureBelowRefEdgeItem* Clone(SfxItemPool* pPool=nullptr) const override; SdrMeasureBelowRefEdgeItem(SdrMeasureBelowRefEdgeItem const &) = default; SdrMeasureBelowRefEdgeItem(SdrMeasureBelowRefEdgeItem &&) = default; SdrMeasureBelowRefEdgeItem & operator =(SdrMeasureBelowRefEdgeItem const &) = delete; // due to SdrYesNoItem SdrMeasureBelowRefEdgeItem & operator =(SdrMeasureBelowRefEdgeItem &&) = delete; // due to SdrYesNoItem }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ option value='distro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-09Avoid temporary variableMatteo Casalin
2018-08-01loplugin:stringloop in scNoel Grandin
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-03ScAsciiOptions copy assignment op can be left implicitly definedStephan Bergmann
2018-01-26Add blank lines for readabilityEike Rathke
2018-01-26tdf#114200 : added 'Trim space' feature in 'Text Import'manujvashist
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-25coverity#1426922 Uninitialized scalar fieldCaolán McNamara
2017-12-08clang-tidy modernize-use-equals-default in sc/source/uiJochen Nitschke
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce #include scopeMatteo Casalin
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (2)Matteo Casalin
2015-10-27Use positioned getToken in ScAsciiOptions::ReadFromString (1)Matteo Casalin
2015-10-27Use getToken with start position in lcl_decodeSepStringMatteo Casalin
2014-12-15no separator really means no separator, fdo#83027Markus Mohrhard
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-03catch aFieldSeps.isEmpty() in ScAsciiOptions::GetWeightedFieldSep()Eike Rathke
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara
2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/a*.hxx from String to OUStringNoel Grandin
2013-08-26staticEike Rathke
2013-08-26resolved fdo#53449 weight given separators to pick one for outputEike Rathke
2013-08-26translated commentsEike Rathke
2013-08-26typo in commentEike Rathke
2013-08-26sal_Bool to boolEike Rathke
2013-08-26resolved fdo#68437 append the bDetectSpecialNumber "true" string in optionsEike Rathke