Searched refs:SvxSmartTagItem (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/svx/source/items/ |
H A D | SmartTagItem.cxx | 42 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()
|
/aoo4110/main/svx/source/mnuctrls/ |
H A D | SmartTagCtl.cxx | 48 SFX_IMPL_MENU_CONTROL(SvxSmartTagsControl, SvxSmartTagItem); 159 const SvxSmartTagItem* pSmartTagItem = PTR_CAST( SvxSmartTagItem, pState ); in StateChanged() 163 mpSmartTagItem = new SvxSmartTagItem( *pSmartTagItem ); in StateChanged()
|
/aoo4110/main/svx/inc/svx/ |
H A D | SmartTagCtl.hxx | 37 class SvxSmartTagItem; 55 const SvxSmartTagItem* mpSmartTagItem;
|
H A D | SmartTagItem.hxx | 48 class SVX_DLLPUBLIC SvxSmartTagItem : public SfxPoolItem class 62 SvxSmartTagItem( const sal_uInt16 nId,
|
/aoo4110/main/svx/sdi/ |
H A D | svxitems.sdi | 683 item String SvxSmartTagItem; // dummy for sequence
|
H A D | svx.sdi | 15026 SlotType = SvxSmartTagItem;
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1789 const SvxSmartTagItem aItem( nWhich, in GetState()
|
Completed in 43 milliseconds