/* -*- 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 __ooo_vba_excel_XLineObjects_idl__ #define __ooo_vba_excel_XLineObjects_idl__ #include module ooo { module vba { module excel { /** Collections that implement this interface provide access to a specific type of drawing objects in a single sheet.

The following sheet symbols represent collections of line objects, and therefore implement this interface:

This symbol is now deprecated in VBA but kept for compatibility with old VBA scripts.

*/ interface XLineObjects : com::sun::star::uno::XInterface { /** Adds a new line object to the sheet this collection belongs to. The type of the object is determined by the type of the collection. @param X1 Position of the first X coordinate in points (1/72 inch). @param Y1 Position of the first Y coordinate in points (1/72 inch). @param X2 Position of the last X coordinate in points (1/72 inch). @param Y2 Position of the last Y coordinate in points (1/72 inch). @return The created line object. */ any Add( [in] any X1, [in] any Y1, [in] any X2, [in] any Y2 ); }; }; }; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 5.3-3.4'>distro/collabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/source/items/numitem.cxx
AgeCommit message (Expand)Author
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: editengStephan Bergmann
2023-07-11tdf#150408: Implement "Legal" numbering (all levels using Arabic numbers)Mike Kaganski
2022-08-12related tdf#150197: use SetListFormat or SetPrefix/SuffixJustin Luth
2022-08-01related tdf#150197 editeng: clear oListFormat on SetListFormat()Justin Luth
2022-05-18elide some OUString allocation in SvxNumberType::GetNumStrNoel Grandin
2022-03-18tdf#145614 Convert #define to enum or constexprDeep17
2022-03-15Better CreateRomanString() to create Roman numbersHossein
2022-02-06Simplify sequence of PropertyValue in cui/editeng/extensionsJulien Nabet
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-11-13Use o3tl::convertMike Kaganski
2021-11-13tdf#145610: lists should not have includeUpperLevels < 1Vasily Melenchuk
2021-10-04tdf#144578: numbering: generate include upper levels for UIVasily Melenchuk
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-17tdf#143858: sw: default value for nInclUpperLevels is 1Vasily Melenchuk
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-07-26sw: use followby parameter of outline in Chapter fieldVasily Melenchuk
2021-07-26tdf#143424: support for "Chapter number without separator"Vasily Melenchuk
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin
2021-06-29Fix typosAndrea Gelmini
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk
2021-06-01loplugin:noexceptmoveStephan Bergmann
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin
2021-05-02sal_uLong->sal_Int32 in SvxNumberFormatNoel Grandin
2021-03-28cid#1473839 Untrusted loop boundCaolán McNamara
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2020-10-20use tools::Long in editengNoel
2020-08-12expand out DELETEZNoel Grandin
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-04-27tdf#116883: sw: support for lists level format stringVasily Melenchuk
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-15loplugin:buriedassign in e*Noel Grandin
2020-04-14loplugin:flatten in editengNoel Grandin
2020-03-03sw doc model xml dump: show numbering typeMiklos Vajna
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-10-05Drop bogus memsetStephan Bergmann
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen