LibreOffice Module svx (master)
1
|
#include <xflclit.hxx>
Public Member Functions | |
XFillColorItem () | |
XFillColorItem (sal_Int32 nIndex, const Color &rTheColor) | |
XFillColorItem (const OUString &rName, const Color &rTheColor) | |
virtual XFillColorItem * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override |
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override |
void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
virtual boost::property_tree::ptree | dumpAsJSON () const override |
![]() | |
XColorItem () | |
XColorItem (sal_uInt16 nWhich, sal_Int32 nIndex, const Color &rTheColor) | |
XColorItem (sal_uInt16 nWhich, const Color &rTheColor) | |
XColorItem (sal_uInt16 nWhich, const OUString &rName, const Color &rTheColor) | |
XColorItem (const XColorItem &rItem) | |
virtual bool | operator== (const SfxPoolItem &rItem) const override |
const Color & | GetColorValue () const |
void | SetColorValue (const Color &rNew) |
![]() | |
NameOrIndex () | |
NameOrIndex (sal_uInt16 nWhich, sal_Int32 nIndex) | |
NameOrIndex (sal_uInt16 nWhich, const OUString &rName) | |
NameOrIndex (const NameOrIndex &rNameOrIndex) | |
OUString const & | GetName () const |
void | SetName (const OUString &rName) |
bool | IsIndex () const |
sal_Int32 | GetPalIndex () const |
void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
![]() | |
SfxStringItem (sal_uInt16 which=0) | |
SfxStringItem (sal_uInt16 which, const OUString &rValue) | |
![]() | |
CntUnencodedStringItem (sal_uInt16 which) | |
CntUnencodedStringItem (sal_uInt16 which, const OUString &rTheValue) | |
virtual bool | operator< (const SfxPoolItem &rItem) const override |
virtual bool | IsSortable () const override |
const OUString & | GetValue () const |
void | SetValue (const OUString &rTheValue) |
![]() | |
void | AddRef (sal_uInt32 n=1) const |
virtual | ~SfxPoolItem () |
void | SetWhich (sal_uInt16 nId) |
sal_uInt16 | Which () const |
T & | StaticWhichCast (TypedWhichId< T > nId) |
const T & | StaticWhichCast (TypedWhichId< T > nId) const |
T * | DynamicWhichCast (TypedWhichId< T > nId) |
const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
bool | operator!= (const SfxPoolItem &rItem) const |
virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
virtual bool | HasMetrics () const |
std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
sal_uInt32 | GetRefCount () const |
SfxItemKind | GetKind () const |
virtual bool | IsVoidItem () const |
Static Public Member Functions | |
static SfxPoolItem * | CreateDefault () |
![]() | |
static SfxPoolItem * | CreateDefault () |
![]() | |
static OUString | CheckNamedItem (const NameOrIndex *pCheckItem, const sal_uInt16 nWhich, const SfxItemPool *pPool1, SvxCompareValueFunc pCompareValueFunc, const char *pPrefixResId, const XPropertyListRef &pDefaults) |
this static checks if the given NameOrIndex item has a unique name for its value. More... | |
![]() | |
static SfxPoolItem * | CreateDefault () |
Additional Inherited Members | |
![]() | |
void | Detach () |
![]() | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 32 of file xflclit.hxx.
|
inline |
Definition at line 36 of file xflclit.hxx.
Referenced by Clone(), and CreateDefault().
XFillColorItem::XFillColorItem | ( | sal_Int32 | nIndex, |
const Color & | rTheColor | ||
) |
XFillColorItem::XFillColorItem | ( | const OUString & | rName, |
const Color & | rTheColor | ||
) |
|
overridevirtual |
Reimplemented from XColorItem.
Definition at line 1878 of file xattr.cxx.
References XFillColorItem().
Referenced by svx::sidebar::AreaPropertyPanelBase::updateFillColor().
|
static |
Definition at line 1866 of file xattr.cxx.
References XFillColorItem().
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 1920 of file xattr.cxx.
References SfxPoolItem::dumpAsJSON(), XColorItem::GetColorValue(), SfxPoolItem::Which(), and XATTR_FILLCOLOR().
|
overridevirtual |
Reimplemented from XColorItem.
Definition at line 1912 of file xattr.cxx.
References XColorItem::GetColorValue(), and SfxPoolItem::Which().
|
overridevirtual |
Reimplemented from CntUnencodedStringItem.
|
overridevirtual |
Reimplemented from XColorItem.
Definition at line 1902 of file xattr.cxx.
References nValue, and XColorItem::SetColorValue().
|
overridevirtual |
Reimplemented from XColorItem.
Definition at line 1895 of file xattr.cxx.
References XColorItem::GetColorValue(), and Color::GetRGBColor().
Referenced by SvxColorValueSet_docking::StartDrag().