/* -*- 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 . */ #pragma once #include #include class BibDataManager; class BibConfig; class BibModul { private: std::locale m_aResLocale; static BibConfig* pBibConfig; public: BibModul(); ~BibModul(); const std::locale& GetResLocale() const { return m_aResLocale; } static BibConfig* GetConfig(); static rtl::Reference createDataManager(); }; typedef BibModul** HdlBibModul; HdlBibModul OpenBibModul(); void CloseBibModul(HdlBibModul ppBibModul); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ '>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-15borderline: Extended decomposeArmin Le Grand
2017-09-15borderline: merge redefined, mirrored StylesArmin Le Grand
2017-09-15borderline: Adapted BorderLinePrimitive2D and usagesArmin Le Grand
2017-09-15borderline: Abstraction of BorderLinePrimitiveArmin Le Grand
2017-09-12tdf#111853 Added TextFillColor to operator==Armin Le Grand
2017-08-21Fix typosAndrea Gelmini
2017-08-19Removed ignored includesAndrea Gelmini
2017-08-08loplugin:unnecessaryvirtualNoel Grandin
2017-07-31Corrected HitTest for layouted textArmin Le Grand
2017-07-30blind fix for MacOS buildJochen Nitschke
2017-07-28borderline: corrections for calc and writerArmin Le Grand
2017-07-28borderline: Simplified BorderLinePrimitiveArmin Le Grand
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-20loplugin:constparams in drawinglayerNoel Grandin
2017-07-15emfplus: UnitTests and gerrit build correctionsArmin Le Grand
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand
2017-07-12borderline: correct problems with border displayArmin Le Grand
2017-06-06tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M
2017-05-02loplugin:checkunusedparams in drawinglayerNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-03Fix typosAndrea Gelmini