Home
last modified time | relevance | path

Searched refs:ScPageScaleToItem (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dattrib.cxx65 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()
[all …]
H A Dtable5.cxx144 const ScPageScaleToItem* pScaleToItem = static_cast<const ScPageScaleToItem*>(pItem); in UpdatePageBreaks()
H A Dstlsheet.cxx236 ScPageScaleToItem aScaleToItem; in GetItemSet()
H A Ddocpool.cxx330 ppPoolDefaults[ ATTR_PAGE_SCALETO - ATTR_STARTINDEX ] = new ScPageScaleToItem( 1, 1 ); in ScDocumentPool()
/trunk/main/sc/inc/
H A Dattrib.hxx356 class SC_DLLPUBLIC ScPageScaleToItem : public SfxPoolItem class
362 explicit ScPageScaleToItem();
363 explicit ScPageScaleToItem( sal_uInt16 nWidth, sal_uInt16 nHeight );
365 virtual ~ScPageScaleToItem();
367 virtual ScPageScaleToItem* Clone( SfxItemPool* = 0 ) const;
/trunk/main/sc/source/ui/pagedlg/
H A Dtptable.cxx245 …const ScPageScaleToItem& rItem = static_cast< const ScPageScaleToItem& >( rCoreSet.Get( nWhich ) ); in Reset()
556 ScPageScaleToItem aItem; in lcl_PutScaleItem2()
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1473 … const ScPageScaleToItem aItem((const ScPageScaleToItem&)pItemSet->Get(nWhich)); in getPropertyDefault()
1897ScPageScaleToItem aItem = ((const ScPageScaleToItem&)rSet.Get(ATTR_PAGE_SCALETO)); in SetOnePropertyValueWithoutUpdate()
2078ScPageScaleToItem aItem((const ScPageScaleToItem&)pItemSet->Get(ATTR_PAGE_SCALETO)); in getPropertyValue()
/trunk/main/sc/source/filter/excel/
H A Dxepage.cxx237 … const ScPageScaleToItem& rScaleToItem = GETITEM( rItemSet, ScPageScaleToItem, ATTR_PAGE_SCALETO ); in XclExpPageSettings()
H A Dxipage.cxx258 rItemSet.Put( ScPageScaleToItem( maData.mnFitToWidth, maData.mnFitToHeight ) ); in Finalize()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx892 const ScPageScaleToItem* pScaleToItem = NULL; in InitParam()
905 pScaleToItem = (const ScPageScaleToItem*) in InitParam()

Completed in 91 milliseconds