Home
last modified time | relevance | path

Searched refs:ATTR_PAGE_SCALETO (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/sc/inc/
H A Dscitems.hxx160 #define ATTR_PAGE_SCALETO 188 // #i8868# scale printout to with/height macro
162 #define ATTR_ENDINDEX ATTR_PAGE_SCALETO // Ende Pool-Range
187 #define SID_SCATTR_PAGE_SCALETO ATTR_PAGE_SCALETO
/aoo42x/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx270 …{MAP_CHAR_LEN(SC_UNO_PAGE_SCALETOX), ATTR_PAGE_SCALETO, &::getCppuType((const sal_Int16*)0), 0, … in lcl_GetPageStyleSet()
271 …{MAP_CHAR_LEN(SC_UNO_PAGE_SCALETOY), ATTR_PAGE_SCALETO, &::getCppuType((const sal_Int16*)0), 0, … in lcl_GetPageStyleSet()
1471 case ATTR_PAGE_SCALETO: in getPropertyDefault()
1835 rSet.ClearItem(ATTR_PAGE_SCALETO); in SetOnePropertyValueWithoutUpdate()
1892 case ATTR_PAGE_SCALETO: in SetOnePropertyValueWithoutUpdate()
1897 … ScPageScaleToItem aItem = ((const ScPageScaleToItem&)rSet.Get(ATTR_PAGE_SCALETO)); in SetOnePropertyValueWithoutUpdate()
2076 case ATTR_PAGE_SCALETO: in getPropertyValue()
2078 … ScPageScaleToItem aItem((const ScPageScaleToItem&)pItemSet->Get(ATTR_PAGE_SCALETO)); in getPropertyValue()
/aoo42x/main/sc/source/filter/excel/
H A Dxepage.cxx237 … const ScPageScaleToItem& rScaleToItem = GETITEM( rItemSet, ScPageScaleToItem, ATTR_PAGE_SCALETO ); in XclExpPageSettings()
241 if( ScfTools::CheckItem( rItemSet, ATTR_PAGE_SCALETO, false ) && rScaleToItem.IsValid() ) in XclExpPageSettings()
/aoo42x/main/sc/source/core/data/
H A Dattrib.cxx1214 SfxPoolItem( ATTR_PAGE_SCALETO ), in ScPageScaleToItem()
1221 SfxPoolItem( ATTR_PAGE_SCALETO ), in ScPageScaleToItem()
H A Dstlsheet.cxx166 ATTR_LRSPACE, ATTR_PAGE_SCALETO, in GetItemSet()
H A Dtable5.cxx141 …if ( !bSkipColBreaks && pStyleSet->GetItemState(ATTR_PAGE_SCALETO, sal_False, &pItem) == SFX_ITEM_… in UpdatePageBreaks()
H A Ddocpool.cxx330 ppPoolDefaults[ ATTR_PAGE_SCALETO - ATTR_STARTINDEX ] = new ScPageScaleToItem( 1, 1 ); in ScDocumentPool()
/aoo42x/main/sc/source/ui/view/
H A Dprintfun.cxx902 eState = pParamSet->GetItemState( ATTR_PAGE_SCALETO, sal_False, in InitParam()
906 &pParamSet->GetPool()->GetDefaultItem( ATTR_PAGE_SCALETO ); in InitParam()

Completed in 69 milliseconds