/* -*- 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: */ 5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/cppu
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-24Better check for 'defined LIBO_INTERNAL_ONLY'Stephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky
2016-02-09Remove excess newlinesChris Sherlock
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-21com::sun::star->css in include/cppuNoel Grandin