Lines Matching refs:SvxFontHeightItem

133 TYPEINIT1_FACTORY(SvxFontHeightItem, SfxPoolItem, new SvxFontHeightItem(240, 100, 0));
792 SvxFontHeightItem::SvxFontHeightItem( const sal_uLong nSz, in SvxFontHeightItem() function in SvxFontHeightItem
802 SfxPoolItem* SvxFontHeightItem::Clone( SfxItemPool * ) const in Clone()
804 return new SvxFontHeightItem( *this ); in Clone()
809 SvStream& SvxFontHeightItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store()
829 SfxPoolItem* SvxFontHeightItem::Create( SvStream& rStrm, in Create()
848 SvxFontHeightItem* pItem = new SvxFontHeightItem( nsize, 100, Which() ); in Create()
855 int SvxFontHeightItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
858 return GetHeight() == ((SvxFontHeightItem&)rItem).GetHeight() && in operator ==()
859 GetProp() == ((SvxFontHeightItem&)rItem).GetProp() && in operator ==()
860 GetPropUnit() == ((SvxFontHeightItem&)rItem).GetPropUnit(); in operator ==()
866 sal_Bool SvxFontHeightItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1004 sal_Bool SvxFontHeightItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
1089 SfxItemPresentation SvxFontHeightItem::GetPresentation in GetPresentation()
1133 sal_uInt16 SvxFontHeightItem::GetVersion(sal_uInt16 nFileVersion) const in GetVersion()
1142 int SvxFontHeightItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
1150 int SvxFontHeightItem::HasMetrics() const in HasMetrics()
1155 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, const sal_uInt16 nNewProp, in SetHeight()
1175 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, sal_uInt16 nNewProp, in SetHeight()