Searched refs:SvxGraphicItem (Results 1 – 4 of 4) sorted by relevance
27 TYPEINIT1(SvxGraphicItem,SfxPoolItem);28 SvxGraphicItem::SvxGraphicItem( sal_uInt16 _nWhich, const Graphic& rGraphic ) in SvxGraphicItem() function in SvxGraphicItem33 SvxGraphicItem::SvxGraphicItem( const SvxGraphicItem& rItem) in SvxGraphicItem() function in SvxGraphicItem38 int SvxGraphicItem::operator==( const SfxPoolItem& rItem) const in operator ==()40 return ((SvxGraphicItem&)rItem).aGraphic == aGraphic; in operator ==()43 SfxPoolItem* SvxGraphicItem::Clone( SfxItemPool * ) const in Clone()45 return new SvxGraphicItem( *this ); in Clone()
32 class SVX_DLLPUBLIC SvxGraphicItem: public SfxPoolItem class38 SvxGraphicItem();39 SvxGraphicItem( sal_uInt16 nWhich ,const Graphic& rGraphic); 40 SvxGraphicItem( const SvxGraphicItem& );
537 aSet.Put(SvxGraphicItem(SID_GRAPHIC,*m_pAutoSymbolGraphic)); in PageCreated()
2036 SFX_ITEMSET_ARG (&aSet,pGraphicItem,SvxGraphicItem,SID_GRAPHIC,sal_False); in PageCreated()
Completed in 31 milliseconds