Searched refs:XFormTextShadowColorItem (Results 1 – 8 of 8) sorted by relevance
36 class SVX_DLLPUBLIC XFormTextShadowColorItem : public XColorItem class40 XFormTextShadowColorItem() {} in XFormTextShadowColorItem() function in XFormTextShadowColorItem41 XFormTextShadowColorItem(sal_Int32 nIndex, const Color& rTheColor);42 XFormTextShadowColorItem(const String& rName, const Color& rTheColor);43 XFormTextShadowColorItem(SvStream& rIn);
54 class XFormTextShadowColorItem;158 void SetShadowColor_Impl(const XFormTextShadowColorItem*);
147 const XFormTextShadowColorItem* pStateItem = in StateChanged()148 PTR_CAST(XFormTextShadowColorItem, pItem); in StateChanged()644 void SvxFontWorkDialog::SetShadowColor_Impl(const XFormTextShadowColorItem* pItem) in SetShadowColor_Impl()894 XFormTextShadowColorItem aItem( (const String &) String(), in IMPL_LINK()
5264 TYPEINIT1_AUTOFACTORY(XFormTextShadowColorItem, XColorItem);5276 XFormTextShadowColorItem::XFormTextShadowColorItem(sal_Int32 nIndex, in XFormTextShadowColorItem() function in XFormTextShadowColorItem5292 XFormTextShadowColorItem::XFormTextShadowColorItem(const XubString& rName, in XFormTextShadowColorItem() function in XFormTextShadowColorItem5308 XFormTextShadowColorItem::XFormTextShadowColorItem(SvStream& rIn) : in XFormTextShadowColorItem() function in XFormTextShadowColorItem5323 SfxPoolItem* XFormTextShadowColorItem::Clone(SfxItemPool* /*pPool*/) const in Clone()5325 return new XFormTextShadowColorItem(*this); in Clone()5338 SfxPoolItem* XFormTextShadowColorItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()5340 return new XFormTextShadowColorItem(rIn); in Create()
118 …mppLocalPoolDefaults[XATTR_FORMTXTSHDWCOLOR -XATTR_START] = new XFormTextShadowColorItem(aNullSt… in XOutdevItemPool()
178 item INT32 XFormTextShadowColorItem; // XColorItem
4210 XFormTextShadowColorItem FontWorkTextShadowColor SID_FORMTEXT_SHDWCOLOR
191 …maFormTextShdwColor(((const XFormTextShadowColorItem&)rSet.Get(XATTR_FORMTXTSHDWCOLOR)).GetColorVa… in ImpSdrFormTextAttribute()
Completed in 58 milliseconds