Lines Matching refs:SdrFractionItem
628 TYPEINIT1_AUTOFACTORY(SdrFractionItem,SfxPoolItem);
630 SdrFractionItem::SdrFractionItem(sal_uInt16 nId, SvStream& rIn): in SdrFractionItem() function in SdrFractionItem
639 int __EXPORT SdrFractionItem::operator==(const SfxPoolItem& rCmp) const in operator ==()
642 ((SdrFractionItem&)rCmp).GetValue()==nValue; in operator ==()
645 SfxItemPresentation __EXPORT SdrFractionItem::GetPresentation( in GetPresentation()
678 SfxPoolItem* __EXPORT SdrFractionItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
680 return new SdrFractionItem(Which(),rIn); in Create()
683 SvStream& __EXPORT SdrFractionItem::Store(SvStream& rOut, sal_uInt16 /*nItemVers*/) const in Store()
690 SfxPoolItem* __EXPORT SdrFractionItem::Clone(SfxItemPool * /*pPool*/) const in Clone()
692 return new SdrFractionItem(Which(),GetValue()); in Clone()
696 int __EXPORT SdrFractionItem::IsPoolable() const in IsPoolable()
707 TYPEINIT1_AUTOFACTORY(SdrScaleItem,SdrFractionItem);