/* -*- 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 . */ #ifndef INCLUDED_SVL_CONVERTER_HXX #define INCLUDED_SVL_CONVERTER_HXX #include class SvDbaseConverter { public: SVL_DLLPUBLIC static sal_Int32 ConvertPrecisionToDbase(sal_Int32 _nLen, sal_Int32 _nScale); SVL_DLLPUBLIC static sal_Int32 ConvertPrecisionToOdbc(sal_Int32 _nLen, sal_Int32 _nScale); }; #endif //_CONVERTER_HXX_ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ stro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/ClassificationDialog.hxx
AgeCommit message (Expand)Author
2021-11-05use more DECL_DLLPRIVATE_STATIC_LINKNoel Grandin
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-10-10loplugin:moveparam in svxNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-04-16Resolves: tdf#122491 ClassificationDialog::run() is not calledCaolán McNamara
2019-10-30loplugin:finalclasses svxNoel Grandin
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen
2019-04-04expand async to allow it to resize to optimal sizeCaolán McNamara
2019-04-04weld ClassificationDialogCaolán McNamara
2018-11-15loplugin:staticmethods in svxNoel Grandin
2018-10-15loplugin:staticconstfield improvementsNoel Grandin
2018-10-08loplugin:constfields in svxNoel Grandin
2018-01-13tdf#114901 TSCP various advanced TSCP dialog changesTomaž Vajngerl
2017-11-24TSCP: Advanced dialog UI improvementsTomaž Vajngerl
2017-11-18TSCP: remember the state of IP section expander stateTomaž Vajngerl
2017-11-17TSCP: change bold button to a toolbox button as bold iconTomaž Vajngerl
2017-11-05TSCP: disable OK button if no category is present in text editTomaž Vajngerl
2017-11-04TSCP: limit the input to the IPPart entry fieldTomaž Vajngerl
2017-11-04TSCP: Ask if it is OK to change the classification categoryTomaž Vajngerl
2017-11-03TSCP: use the BAC identifier as the RDF keyAshod Nakashian
2017-11-02TSCP: make configurable if IP section is expandedTomaž Vajngerl
2017-11-02TSCP: change double-click to single for IP part list boxTomaž Vajngerl
2017-11-02TSCP: hide markings widgets if the list of markings is emptyTomaž Vajngerl
2017-11-02TSCP: add recently used to advanced classification dialogTomaž Vajngerl
2017-11-02TSCP: read/write recently used in advanced classification dialogTomaž Vajngerl
2017-10-28TSCP: bump the doc classification if lower than paragraphAshod Nakashian
2017-09-26TSCP: sign paragraph from classification dialogAshod Nakashian
2017-09-26TSCP: paragraph classification dialogAshod Nakashian
2017-09-21TSCP: add advanced classification dialogTomaž Vajngerl