Searched refs:SvxDrawToolItem (Results 1 – 10 of 10) sorted by relevance
30 class SvxDrawToolItem : public SfxEnumItem class34 SvxDrawToolItem( const SvxDrawToolItem& rDrawToolItem ) : in SvxDrawToolItem() function in SvxDrawToolItem37 SvxDrawToolItem(sal_uInt16 nWhichP) : SfxEnumItem(nWhichP){} in SvxDrawToolItem() function in SvxDrawToolItem51 inline SvxDrawToolItem& operator=(const SvxDrawToolItem& in operator =()
33 String __EXPORT SvxDrawToolItem::GetValueText() const in GetValueText()40 String __EXPORT SvxDrawToolItem::GetValueText( sal_uInt16 nVal ) const in GetValueText()63 SfxPoolItem* __EXPORT SvxDrawToolItem::Clone( SfxItemPool * ) const in Clone()65 return new SvxDrawToolItem(*this); in Clone()70 SfxPoolItem* __EXPORT SvxDrawToolItem::Create( SvStream& rStream, sal_uInt16 nVer ) const in Create()74 return new SvxDrawToolItem(nVal); in Create()
124 pItem->ISA( SvxDrawToolItem ) ) in ExecDraw()126 SvxDrawToolEnum eSel = (SvxDrawToolEnum)((const SvxDrawToolItem*)pItem)->GetValue(); in ExecDraw()
105 #define SvxDrawToolItem SfxAllEnumItem macro
135 #define SvxDrawToolItem SfxAllEnumItem macro
118 #define SvxDrawToolItem SfxUInt16Item macro
132 #define SvxDrawToolItem SfxVoidItem macro
513 item SvxDrawToolEnum SvxDrawToolItem;
391 item SvxDrawToolEnum SvxDrawToolItem;
3239 SvxDrawToolItem InsertDraw SID_INSERT_DRAW
Completed in 211 milliseconds