/* -*- 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 class SchXMLEnumConverter { public: static XMLEnumPropertyHdl& getLegendPositionConverter(); //returns a singleton static XMLEnumPropertyHdl& getLegendExpansionConverter(); //returns a singleton }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ o/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svl/cjkoptions.hxx
AgeCommit message (Expand)Author
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2019-10-30loplugin:finalclasses sot..svlNoel Grandin
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-10tdf#89329: use shared_ptr for pImpl in cjkoptionsXisco Fauli
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2013-11-09fdo#65108 inter-module includes <> include/svlNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen