/* -*- 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/. */ #pragma once #include // for sal_uInt32 #include "types.hxx" // for SCROW // Let's put here misc structures that get passed to ScDocument's methods. struct ScColWidthParam { SCROW mnMaxTextRow; sal_uInt32 mnMaxTextLen; bool mbSimpleText; ScColWidthParam(); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ elect name='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/config.sub
AgeCommit message (Expand)Author
2022-12-12Update config.guess & .sub to latestThorsten Behrens
2020-08-07Fix typoAndrea Gelmini
2020-08-07Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist
2019-05-13Update config.{guess,sub}Caolán McNamara
2018-01-20Update config.{guess,sub}Caolán McNamara
2017-06-07iOS, add support for arm64jan Iversen