Home
last modified time | relevance | path

Searched refs:SvxSmartTagItem (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/items/
H A DSmartTagItem.cxx42 TYPEINIT1(SvxSmartTagItem, SfxPoolItem);
46 SvxSmartTagItem::SvxSmartTagItem( const sal_uInt16 nId, in SvxSmartTagItem() function in SvxSmartTagItem
71 sal_Bool SvxSmartTagItem::QueryValue( uno::Any& /* rVal */, sal_uInt8 /* nMemberId */ ) const in QueryValue()
76 sal_Bool SvxSmartTagItem::PutValue( const uno::Any& /*rVal*/, sal_uInt8 /* nMemberId */) in PutValue()
83 int SvxSmartTagItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
87 const SvxSmartTagItem& rItem = static_cast<const SvxSmartTagItem&>(rAttr); in operator ==()
102 SfxPoolItem* SvxSmartTagItem::Clone( SfxItemPool * ) const in Clone()
104 return new SvxSmartTagItem( *this ); in Clone()
109 SvStream& SvxSmartTagItem::Store( SvStream& rStream, sal_uInt16 /*nItemVersion*/ ) const in Store()
116 SfxPoolItem* SvxSmartTagItem::Create(SvStream& , sal_uInt16) const in Create()
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx48 SFX_IMPL_MENU_CONTROL(SvxSmartTagsControl, SvxSmartTagItem);
159 const SvxSmartTagItem* pSmartTagItem = PTR_CAST( SvxSmartTagItem, pState ); in StateChanged()
163 mpSmartTagItem = new SvxSmartTagItem( *pSmartTagItem ); in StateChanged()
/trunk/main/svx/inc/svx/
H A DSmartTagCtl.hxx37 class SvxSmartTagItem;
55 const SvxSmartTagItem* mpSmartTagItem;
H A DSmartTagItem.hxx48 class SVX_DLLPUBLIC SvxSmartTagItem : public SfxPoolItem class
62 SvxSmartTagItem( const sal_uInt16 nId,
/trunk/main/svx/sdi/
H A Dsvxitems.sdi683 item String SvxSmartTagItem; // dummy for sequence
H A Dsvx.sdi15026 SlotType = SvxSmartTagItem;
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx1785 const SvxSmartTagItem aItem( nWhich, in GetState()

Completed in 46 milliseconds