Searched refs:XFormTextShadowItem (Results 1 – 9 of 9) sorted by relevance
36 class SVX_DLLPUBLIC XFormTextShadowItem : public SfxEnumItem class40 XFormTextShadowItem(XFormTextShadow = XFTSHADOW_NONE);41 XFormTextShadowItem(SvStream& rIn);
53 class XFormTextShadowItem;157 void SetShadow_Impl(const XFormTextShadowItem*, sal_Bool bRestoreValues = sal_False);
139 const XFormTextShadowItem* pStateItem = in StateChanged()140 PTR_CAST(XFormTextShadowItem, pItem); in StateChanged()526 void SvxFontWorkDialog::SetShadow_Impl(const XFormTextShadowItem* pItem, in SetShadow_Impl()811 XFormTextShadowItem aItem(eShadow); in IMPL_LINK()
5157 TYPEINIT1_AUTOFACTORY(XFormTextShadowItem, SfxEnumItem);5169 XFormTextShadowItem::XFormTextShadowItem(XFormTextShadow eFormTextShadow) : in XFormTextShadowItem() function in XFormTextShadowItem5185 XFormTextShadowItem::XFormTextShadowItem(SvStream& rIn) : in XFormTextShadowItem() function in XFormTextShadowItem5200 SfxPoolItem* XFormTextShadowItem::Clone(SfxItemPool* /*pPool*/) const in Clone()5202 return new XFormTextShadowItem( *this ); in Clone()5215 SfxPoolItem* XFormTextShadowItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()5217 return new XFormTextShadowItem(rIn); in Create()5227 sal_uInt16 XFormTextShadowItem::GetValueCount() const in GetValueCount()5239 sal_Bool XFormTextShadowItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()5252 sal_Bool XFormTextShadowItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
117 mppLocalPoolDefaults[XATTR_FORMTXTSHADOW -XATTR_START] = new XFormTextShadowItem; in XOutdevItemPool()
177 item INT32 XFormTextShadowItem; // SfxEnumItem
4183 XFormTextShadowItem FontWorkTextShadow SID_FORMTEXT_SHADOW
190 meFormTextShadow(((const XFormTextShadowItem&)rSet.Get(XATTR_FORMTXTSHADOW)).GetValue()), in ImpSdrFormTextAttribute()
761 XFormTextShadow eShadow=((const XFormTextShadowItem*)pItem)->GetValue(); in IsItemIneffective()
Completed in 97 milliseconds