/* -*- 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 . */ module ooo { module vba { module excel { constants XlFillWith { const long xlFillWithAll = -4104; const long xlFillWithContents = 2; const long xlFillWithFormats = -4122; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ opia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.hxx
AgeCommit message (Expand)Author
2023-04-18create the FloatingFrameShape in a separate step to inserting itCaolán McNamara
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2020-12-16use views to parseNoel
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin
2020-12-05fastparser in SdXMLTableShapeContextNoel Grandin
2020-12-04fastparser in SdXMLChartShapeContextNoel Grandin
2020-11-30fastparser in shapeimportNoel
2020-11-30fastparser in XMLEmbeddedObjectImportContextNoel Grandin
2020-11-21remove some prefix and local params from constructorsNoel Grandin
2020-11-02drop the SvXMLExport::EndElement method..Noel
2020-11-02drop the SvXMLExport::Characters method..Noel
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2019-10-17Remove some memset callsMike Kaganski
2019-09-24tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxxGabor Kelemen
2019-03-14loplugin:unusedfields in xmloffNoel Grandin
2018-09-13loplugin:constfields in xmloffNoel Grandin
2018-03-07xmloff: convert XMLTextParagraphExport to get rid of "GraphicURL"Tomaž Vajngerl
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl
2017-10-30related: tdf#103884 remove gltf/collada featureThorsten Behrens
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-10-03loplugin:finalclasses in xmloffNoel Grandin
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-07-28loplugin:constparams in xmloffNoel Grandin
2017-05-29xmloff: move in xmlmultiimagehelper.hxx from include/Miklos Vajna
2017-04-26tdf#107392 ODF import: fix z-order sorting of SVG imagesMiklos Vajna
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2017-02-09xmloff: remove onDemandRescueUsefulDataFromTemporaryMichael Stahl
2017-01-09New loplugin:externvar: xmloffStephan Bergmann
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09avoid manual memory handlingDavid Tardon
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-03-16loplugin:constantparam in xmloff/Noel Grandin