/* -*- 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 "scdllapi.h" #include class ScPatternAttr; class ScDocument; namespace sc { class SC_DLLPUBLIC NumFmtUtil { public: /** * Check if the attribute pattern has a number format that only produces * latin script output. */ static bool isLatinScript(const ScPatternAttr& rPat, ScDocument& rDoc); static bool isLatinScript(sal_uLong nFormat, ScDocument& rDoc); }; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/Makefile
AgeCommit message (Expand)Author
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
2011-08-05reflect gmake flavorTakeshi Abe
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe
2011-01-25CWS gnumake3: fix license headersMathias Bauer
2011-01-12CWS gnumake3: #i116422#: convert svx to new build systemMathias Bauer
2010-04-30CWS gnumake2: first gbuild version for svxMathias Bauer