/* * 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 "ADC7D7A1-2341-101C-A55A-04021C007002" "82528B40-234D-101C-A55A-04021C007002" StarCalc [ HelpText( "StarDivision StarCalc" ), SlotIdFile( "scslots.hrc" ) ModulePrefix( "Sc" ) ] { struct ScProtection { BOOL Locked MID_1; BOOL FormulasHidden MID_2; BOOL Hidden MID_3; BOOL HiddenInPrintout MID_4 }; item ScProtection ScProtectionAttr; item double ScDoubleItem; item INT32 SfxIntegerListItem; // bei Problemen ggF. "von Hand" includen (=Copy/Paste) include "sfxitems.sdi" include "sfx.sdi" include "svxitems.sdi" include "xoitems.sdi" include "svx.sdi" include "scalc.sdi" include "docsh.sdi" include "tabvwsh.sdi" include "drawsh.sdi" include "editsh.sdi" include "pivotsh.sdi" include "app.sdi" include "drtxtob.sdi" include "prevwsh.sdi" include "auditsh.sdi" include "drformsh.sdi" include "formatsh.sdi" include "cellsh.sdi" include "oleobjsh.sdi" include "chartsh.sdi" include "graphsh.sdi" include "pgbrksh.sdi" include "mediash.sdi" } bora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)Author
2020-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-03loplugin:duplicatedefines (clang-cl)Stephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-27tdf#124176: Use pragma once instead of include guardsHakan Bakacak
2020-01-24loplugin:makeshared in hwpfilter..i18npoolNoel Grandin
2020-01-08tdf#96505:Get rid of cargo cult long integer literalsayhanyalcinsoy
2020-01-01crashtesting: footnote-layout doesn't existCaolán McNamara
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-08-Werror,-Wunused-macros (clang-cl)Stephan Bergmann
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-02cid#1455209 Wrapper object use after freeCaolán McNamara
2019-10-29cid#1448471 Wrapper object use after freeCaolán McNamara
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17Remove some memset callsMike Kaganski
2019-10-11ofz#18116 TimeoutCaolán McNamara
2019-10-04ofz#17823 avoid timeoutCaolán McNamara
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin
2019-09-26loplugin:constmethod in framework..lotuswordproNoel Grandin
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-01new loplugin:mapindexNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): hwpfilterStephan Bergmann
2019-06-25Fix typoAndrea Gelmini
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-05-03GCC trunk towards GCC 9 still emits a bogus -Wstringop-truncationStephan Bergmann
2019-04-29Fix conditional around closing #pragma GCC diagnostic popStephan Bergmann
2019-04-29Avoid -Werror=format/stringop-truncationJulien Nabet
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin