Lines Matching refs:ScPageScaleToItem
65 TYPEINIT1(ScPageScaleToItem, SfxPoolItem);
1213 ScPageScaleToItem::ScPageScaleToItem() : in ScPageScaleToItem() function in ScPageScaleToItem
1220 ScPageScaleToItem::ScPageScaleToItem( sal_uInt16 nWidth, sal_uInt16 nHeight ) : in ScPageScaleToItem() function in ScPageScaleToItem
1227 ScPageScaleToItem::~ScPageScaleToItem() in ~ScPageScaleToItem()
1231 ScPageScaleToItem* ScPageScaleToItem::Clone( SfxItemPool* ) const in Clone()
1233 return new ScPageScaleToItem( *this ); in Clone()
1236 int ScPageScaleToItem::operator==( const SfxPoolItem& rCmp ) const in operator ==()
1239 const ScPageScaleToItem& rPageCmp = static_cast< const ScPageScaleToItem& >( rCmp ); in operator ==()
1258 SfxItemPresentation ScPageScaleToItem::GetPresentation( in GetPresentation()
1295 sal_Bool ScPageScaleToItem::QueryValue( uno::Any& rAny, sal_uInt8 nMemberId ) const in QueryValue()
1309 sal_Bool ScPageScaleToItem::PutValue( const uno::Any& rAny, sal_uInt8 nMemberId ) in PutValue()