LibreOffice Module svx (master) 1
xcolit.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef INCLUDED_SVX_XCOLIT_HXX
21#define INCLUDED_SVX_XCOLIT_HXX
22
23#include <tools/color.hxx>
24#include <editeng/colritem.hxx>
26
27#include <svx/svxdllapi.h>
28#include <svx/xit.hxx>
29
30class XColorList;
31
33{
36
37public:
38 static SfxPoolItem* CreateDefault();
40 XColorItem(TypedWhichId<XColorItem> nWhich, sal_Int32 nIndex, const Color& rTheColor);
41 XColorItem(TypedWhichId<XColorItem> nWhich, const Color& rTheColor);
42 XColorItem(TypedWhichId<XColorItem> nWhich, const OUString& rName, const Color& rTheColor);
43 XColorItem(const XColorItem& rItem);
44
45 virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
46 virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
47 virtual bool operator==(const SfxPoolItem& rItem) const override;
48 virtual XColorItem* Clone(SfxItemPool* pPool = nullptr) const override;
49
50 const Color& GetColorValue() const;
51 void SetColorValue(const Color& rNew) { aColor = rNew; Detach(); }
52
53 void setComplexColor(model::ComplexColor const& rComplexColor) { maComplexColor = rComplexColor; }
54 const model::ComplexColor& getComplexColor() const { return maComplexColor; }
55 model::ComplexColor& getComplexColor() { return maComplexColor; }
56
57 virtual void dumpAsXml(xmlTextWriterPtr pWriter) const override;
58};
59
60#endif
61
62/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual bool PutValue(const css::uno::Any &rVal, sal_uInt8 nMemberId) override
virtual bool QueryValue(css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override
virtual bool operator==(const SfxPoolItem &rItem) const override
Definition: xattr.cxx:117
void dumpAsXml(xmlTextWriterPtr pWriter) const override
Definition: xattr.cxx:253
virtual NameOrIndex * Clone(SfxItemPool *pPool=nullptr) const override
Definition: xattr.cxx:123
void Detach()
Definition: xit.hxx:42
static SfxPoolItem * CreateDefault()
const model::ComplexColor & getComplexColor() const
Definition: xcolit.hxx:54
Color aColor
Definition: xcolit.hxx:34
model::ComplexColor & getComplexColor()
Definition: xcolit.hxx:55
XColorItem()
Definition: xcolit.hxx:39
void setComplexColor(model::ComplexColor const &rComplexColor)
Definition: xcolit.hxx:53
void SetColorValue(const Color &rNew)
Definition: xcolit.hxx:51
model::ComplexColor maComplexColor
Definition: xcolit.hxx:35
struct _xmlTextWriter * xmlTextWriterPtr
#define SVXCORE_DLLPUBLIC
Definition: svxdllapi.h:35
unsigned char sal_uInt8