/* * 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 StarCalc [ SlotIdFile( "scslots.hrc" ) ] { struct ScProtection { BOOL Locked MID_1; BOOL FormulasHidden MID_2; BOOL Hidden MID_3; BOOL HiddenInPrintout MID_4 }; item ScProtection ScProtectionAttr; item INT32 SfxIntegerListItem; // in case of problems may be include (=copy/paste) manually 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" } ice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/ios/iOSTransferable.cxx
-03-29
AgeCommit message (Expand)Author
2019-05-29Add a couple of SAL_INFOs about types available on the system clipboardTor Lillqvist
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist
Clean up template-parameter-dependent C-style castsStephan Bergmann
2014-12-12cpputools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin
2014-05-08various: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith
2013-10-01Remove odd "bootstrapping" of acceptor/connector/binaryurp componentsStephan Bergmann
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-15gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan
2013-06-10fdo#46808, Use service constructor for connection::AcceptorNoel Grandin