summaryrefslogtreecommitdiff
path: root/svx/inc/XPropertyTable.hxx
blob: e9f76965ef36c06400b1c2054d73c6ae588a4e1f (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
34
35
/* -*- 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 <com/sun/star/container/XNameContainer.hpp>
#include <svx/xtable.hxx>

// FIXME: should have a single factory method with an enumeration here [!]

css::uno::Reference< css::container::XNameContainer > SvxUnoXColorTable_createInstance( XPropertyList& rList ) noexcept;
css::uno::Reference< css::container::XNameContainer > SvxUnoXLineEndTable_createInstance( XPropertyList& rList ) noexcept;
css::uno::Reference< css::container::XNameContainer > SvxUnoXDashTable_createInstance( XPropertyList& rList ) noexcept;
css::uno::Reference< css::container::XNameContainer > SvxUnoXHatchTable_createInstance( XPropertyList& rList ) noexcept;
css::uno::Reference< css::container::XNameContainer > SvxUnoXGradientTable_createInstance( XPropertyList& rList ) noexcept;
css::uno::Reference< css::container::XNameContainer > SvxUnoXBitmapTable_createInstance( XPropertyList& rList ) noexcept;


/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
0c7e398'>sw content controls: link ODF proposalMiklos Vajna 2022-06-20tdf#128150 xmloff: ODF import/export of fill-use-slide-backgroundMichael Stahl 2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh 2022-05-27sw content controls, date: add current date handlingMiklos Vajna 2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh 2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh 2022-05-26sw content controls, date: add ODT filterMiklos Vajna 2022-05-19sw content controls, picture: add ODT filterMiklos Vajna 2022-05-09sw content controls, drop-down: add ODT filterMiklos Vajna 2022-05-05sd theme: add ODP import/export for shape fill color effectsMiklos Vajna 2022-04-27sw content controls, checkbox: add ODT filterMiklos Vajna 2022-04-08sw content controls: add ODT exportMiklos Vajna 2022-04-04sc: sparkline import/export for ODFTomaž Vajngerl 2022-03-30sw clearing breaks: link ODF proposalMiklos Vajna 2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna 2022-03-11sw clearing breaks: add ODF exportMiklos Vajna 2022-02-24tdf#147580 use valid values for extrusion-specularityRegina Henschel 2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel 2021-12-13ODP import/export: refer to theme from shape text color with effectsMiklos Vajna 2021-12-09ODP import/export: refer to theme from shape text colorMiklos Vajna 2021-12-07ODP export: write the theme of a master pageMiklos Vajna