42 pColorList(
std::move( pTable ))
49 pColorList( rItem.pColorList )
67 assert(SfxPoolItem::operator==(rItem));
77#define QUERY_PUT_IMPL(svtype, xtype) \
78bool svtype::QueryValue( css::uno::Any& rVal, sal_uInt8 ) const \
80 rVal <<= uno::Reference< uno::XWeak >( p##xtype ); \
84bool svtype::PutValue( const css::uno::Any& rVal, sal_uInt8 ) \
86 uno::Reference< uno::XWeak > xRef; \
87 if( rVal >>= xRef ) { \
88 p##xtype = X##xtype##Ref(dynamic_cast<X##xtype *>(xRef.get())); \
102 pGradientList(
std::move( pList ))
109 pGradientList( rItem.pGradientList )
129 assert(SfxPoolItem::operator==(rItem));
147 pHatchList(
std::move( pList ))
154 pHatchList( rItem.pHatchList )
174 assert(SfxPoolItem::operator==(rItem));
191 pBitmapList(
std::move( pList ))
197 pBitmapList( rItem.pBitmapList )
215 assert(SfxPoolItem::operator==(rItem));
232 pPatternList(
std::move( pList ))
238 pPatternList( rItem.pPatternList )
256 assert(SfxPoolItem::operator==(rItem));
273 pDashList(
std::move( pList ))
279 pDashList( rItem.pDashList )
297 assert(SfxPoolItem::operator==(rItem));
314 pLineEndList(
std::move( pList ))
320 pLineEndList( rItem.pLineEndList )
338 assert(SfxPoolItem::operator==(rItem));
virtual bool operator==(const SfxPoolItem &) const override
virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override
XBitmapListRef pBitmapList
static SfxPoolItem * CreateDefault()
virtual SvxBitmapListItem * Clone(SfxItemPool *pPool=nullptr) const override
virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override
virtual SvxColorListItem * Clone(SfxItemPool *pPool=nullptr) const override
static SfxPoolItem * CreateDefault()
virtual bool operator==(const SfxPoolItem &) const override
virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override
static SfxPoolItem * CreateDefault()
virtual bool operator==(const SfxPoolItem &) const override
virtual SvxDashListItem * Clone(SfxItemPool *pPool=nullptr) const override
virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override
virtual SvxGradientListItem * Clone(SfxItemPool *pPool=nullptr) const override
XGradientListRef pGradientList
virtual bool operator==(const SfxPoolItem &) const override
static SfxPoolItem * CreateDefault()
static SfxPoolItem * CreateDefault()
virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override
virtual bool operator==(const SfxPoolItem &) const override
virtual SvxHatchListItem * Clone(SfxItemPool *pPool=nullptr) const override
virtual bool operator==(const SfxPoolItem &) const override
static SfxPoolItem * CreateDefault()
XLineEndListRef pLineEndList
virtual SvxLineEndListItem * Clone(SfxItemPool *pPool=nullptr) const override
virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override
XPatternListRef pPatternList
virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override
virtual bool operator==(const SfxPoolItem &) const override
virtual SvxPatternListItem * Clone(SfxItemPool *pPool=nullptr) const override
static SfxPoolItem * CreateDefault()
#define QUERY_PUT_IMPL(svtype, xtype)
std::vector< NamedColor > ColorList