Searched refs:ScPageScaleToItem (Results 1 – 10 of 10) sorted by relevance
65 TYPEINIT1(ScPageScaleToItem, SfxPoolItem);1213 ScPageScaleToItem::ScPageScaleToItem() : in ScPageScaleToItem() function in ScPageScaleToItem1220 ScPageScaleToItem::ScPageScaleToItem( sal_uInt16 nWidth, sal_uInt16 nHeight ) : in ScPageScaleToItem() function in ScPageScaleToItem1227 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()[all …]
236 ScPageScaleToItem aScaleToItem; in GetItemSet()
144 const ScPageScaleToItem* pScaleToItem = static_cast<const ScPageScaleToItem*>(pItem); in UpdatePageBreaks()
330 ppPoolDefaults[ ATTR_PAGE_SCALETO - ATTR_STARTINDEX ] = new ScPageScaleToItem( 1, 1 ); in ScDocumentPool()
356 class SC_DLLPUBLIC ScPageScaleToItem : public SfxPoolItem class362 explicit ScPageScaleToItem();363 explicit ScPageScaleToItem( sal_uInt16 nWidth, sal_uInt16 nHeight );365 virtual ~ScPageScaleToItem();367 virtual ScPageScaleToItem* Clone( SfxItemPool* = 0 ) const;
246 …const ScPageScaleToItem& rItem = static_cast< const ScPageScaleToItem& >( rCoreSet.Get( nWhich ) ); in Reset()557 ScPageScaleToItem aItem; in lcl_PutScaleItem2()
1473 … const ScPageScaleToItem aItem((const ScPageScaleToItem&)pItemSet->Get(nWhich)); in getPropertyDefault()1897 … ScPageScaleToItem aItem = ((const ScPageScaleToItem&)rSet.Get(ATTR_PAGE_SCALETO)); in SetOnePropertyValueWithoutUpdate()2078 … ScPageScaleToItem aItem((const ScPageScaleToItem&)pItemSet->Get(ATTR_PAGE_SCALETO)); in getPropertyValue()
237 … const ScPageScaleToItem& rScaleToItem = GETITEM( rItemSet, ScPageScaleToItem, ATTR_PAGE_SCALETO ); in XclExpPageSettings()
258 rItemSet.Put( ScPageScaleToItem( maData.mnFitToWidth, maData.mnFitToHeight ) ); in Finalize()
892 const ScPageScaleToItem* pScaleToItem = NULL; in InitParam()905 pScaleToItem = (const ScPageScaleToItem*) in InitParam()
Completed in 82 milliseconds