/* * 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 . */ interface WebDocument : BaseTextDocument { // here only Slots, which the full Writer doesn't need SID_SOURCEVIEW [ ExecMethod = Execute ; StateMethod = GetState ; Asynchron = TRUE; ] SID_HTML_MODE [ StateMethod = GetState ; ] } shell SwWebDocShell { import WebDocument; } shell SwWebGlosDocShell : SwWebDocShell { SID_SAVEDOC // status() [ ExecMethod = Execute ; StateMethod = GetState ; ] } /libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/read.cxx
AgeCommit message (Expand)Author
2020-03-07ofz#20463 TimeoutCaolán McNamara
2019-08-12Fix typosAndrea Gelmini
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-12-13loplugin:unusedfields in scNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-07-17loplugin:useuniqueptr in ImportExcelNoel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-02-05Translate German variable namesJohnny_M
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-21tdf#112501: Pivot table: popupbuttons are placed on wrong cellsTamás Zolnai
2017-08-07oovbaapi: screenUpdating, do not adjust heightTamas Bunth
2017-07-02rObjMgr is unusedStephan Bergmann
2017-06-06expand out FltError and eERR constantsNoel Grandin
2017-04-04tdf#39468 Translate German commentsJens Carl
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin