Searched refs:ATTR_PAGE_SCALETO (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sc/inc/ |
H A D | scitems.hxx | 160 #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 D | styleuno.cxx | 270 …{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 D | xepage.cxx | 237 … 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 D | attrib.cxx | 1214 SfxPoolItem( ATTR_PAGE_SCALETO ), in ScPageScaleToItem() 1221 SfxPoolItem( ATTR_PAGE_SCALETO ), in ScPageScaleToItem()
|
H A D | stlsheet.cxx | 166 ATTR_LRSPACE, ATTR_PAGE_SCALETO, in GetItemSet()
|
H A D | table5.cxx | 141 …if ( !bSkipColBreaks && pStyleSet->GetItemState(ATTR_PAGE_SCALETO, sal_False, &pItem) == SFX_ITEM_… in UpdatePageBreaks()
|
H A D | docpool.cxx | 330 ppPoolDefaults[ ATTR_PAGE_SCALETO - ATTR_STARTINDEX ] = new ScPageScaleToItem( 1, 1 ); in ScDocumentPool()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 902 eState = pParamSet->GetItemState( ATTR_PAGE_SCALETO, sal_False, in InitParam() 906 &pParamSet->GetPool()->GetDefaultItem( ATTR_PAGE_SCALETO ); in InitParam()
|
Completed in 53 milliseconds