Home
last modified time | relevance | path

Searched refs:XFormTextShadowColorItem (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/svx/inc/svx/
H A Dxftshcit.hxx36 class SVX_DLLPUBLIC XFormTextShadowColorItem : public XColorItem class
40 XFormTextShadowColorItem() {} in XFormTextShadowColorItem() function in XFormTextShadowColorItem
41 XFormTextShadowColorItem(sal_Int32 nIndex, const Color& rTheColor);
42 XFormTextShadowColorItem(const String& rName, const Color& rTheColor);
43 XFormTextShadowColorItem(SvStream& rIn);
H A Dfontwork.hxx54 class XFormTextShadowColorItem;
158 void SetShadowColor_Impl(const XFormTextShadowColorItem*);
/aoo4110/main/svx/source/dialog/
H A Dfontwork.cxx147 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()
/aoo4110/main/svx/source/xoutdev/
H A Dxattr.cxx5264 TYPEINIT1_AUTOFACTORY(XFormTextShadowColorItem, XColorItem);
5276 XFormTextShadowColorItem::XFormTextShadowColorItem(sal_Int32 nIndex, in XFormTextShadowColorItem() function in XFormTextShadowColorItem
5292 XFormTextShadowColorItem::XFormTextShadowColorItem(const XubString& rName, in XFormTextShadowColorItem() function in XFormTextShadowColorItem
5308 XFormTextShadowColorItem::XFormTextShadowColorItem(SvStream& rIn) : in XFormTextShadowColorItem() function in XFormTextShadowColorItem
5323 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()
H A Dxpool.cxx118 …mppLocalPoolDefaults[XATTR_FORMTXTSHDWCOLOR -XATTR_START] = new XFormTextShadowColorItem(aNullSt… in XOutdevItemPool()
/aoo4110/main/svx/sdi/
H A Dxoitems.sdi178 item INT32 XFormTextShadowColorItem; // XColorItem
H A Dsvx.sdi4210 XFormTextShadowColorItem FontWorkTextShadowColor SID_FORMTEXT_SHDWCOLOR
/aoo4110/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx191 …maFormTextShdwColor(((const XFormTextShadowColorItem&)rSet.Get(XATTR_FORMTXTSHDWCOLOR)).GetColorVa… in ImpSdrFormTextAttribute()

Completed in 74 milliseconds