summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLEnumConverter.hxx
blob: ee531b5f4fedb8af12668ed76879bca0fc25b008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* -*- 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 _XML_CHART_ENUM_CONVERTER_HXX_
#define _XML_CHART_ENUM_CONVERTER_HXX_

#include <xmloff/EnumPropertyHdl.hxx>

class SchXMLEnumConverter
{
public:
    static XMLEnumPropertyHdl& getLegendPositionConverter();//returns a singleton
    static XMLEnumPropertyHdl& getLegendExpansionConverter();//returns a singleton
};

#endif  // _XML_CHART_ENUM_CONVERTER_HXX_

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
t/lo/core/commit/toolkit/source/controls/grid/defaultgriddatamodel.cxx?h=feature/taggedPDF&id=76e75d2dd6dafe55fd1740693529640652ed6455'>tdf#93243 replace boost::bind with c++11 lambdas in toolkit/Fabio Buso 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-08toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2014-12-08fdo#38835 strip out OUString globalsNoel Grandin 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-23tk: Constructor feature for DefaultGridDataModel.Matúš Kukan 2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann 2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza 2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza