Home
last modified time | relevance | path

Searched refs:XFormTextShadowItem (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/svx/inc/svx/
H A Dxftshit.hxx36 class SVX_DLLPUBLIC XFormTextShadowItem : public SfxEnumItem class
40 XFormTextShadowItem(XFormTextShadow = XFTSHADOW_NONE);
41 XFormTextShadowItem(SvStream& rIn);
H A Dfontwork.hxx53 class XFormTextShadowItem;
157 void SetShadow_Impl(const XFormTextShadowItem*, sal_Bool bRestoreValues = sal_False);
/aoo4110/main/svx/source/dialog/
H A Dfontwork.cxx139 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()
/aoo4110/main/svx/source/xoutdev/
H A Dxattr.cxx5157 TYPEINIT1_AUTOFACTORY(XFormTextShadowItem, SfxEnumItem);
5169 XFormTextShadowItem::XFormTextShadowItem(XFormTextShadow eFormTextShadow) : in XFormTextShadowItem() function in XFormTextShadowItem
5185 XFormTextShadowItem::XFormTextShadowItem(SvStream& rIn) : in XFormTextShadowItem() function in XFormTextShadowItem
5200 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()
H A Dxpool.cxx117 mppLocalPoolDefaults[XATTR_FORMTXTSHADOW -XATTR_START] = new XFormTextShadowItem; in XOutdevItemPool()
/aoo4110/main/svx/sdi/
H A Dxoitems.sdi177 item INT32 XFormTextShadowItem; // SfxEnumItem
H A Dsvx.sdi4183 XFormTextShadowItem FontWorkTextShadow SID_FORMTEXT_SHADOW
/aoo4110/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx190 meFormTextShadow(((const XFormTextShadowItem&)rSet.Get(XATTR_FORMTXTSHADOW)).GetValue()), in ImpSdrFormTextAttribute()
/aoo4110/main/svx/source/svdraw/
H A Dsvdibrow.cxx761 XFormTextShadow eShadow=((const XFormTextShadowItem*)pItem)->GetValue(); in IsItemIneffective()

Completed in 74 milliseconds