Lines Matching refs:nWhich

74 sal_Bool lcl_PutVObjModeItem( sal_uInt16			nWhich,
79 sal_Bool lcl_PutScaleItem( sal_uInt16 nWhich,
87 sal_Bool lcl_PutScaleItem2( sal_uInt16 nWhich,
95 sal_Bool lcl_PutBoolItem( sal_uInt16 nWhich,
201 sal_uInt16 nWhich = 0; in Reset() local
233 nWhich = GetWhich(SID_SCATTR_PAGE_SCALE); in Reset()
234 if ( rCoreSet.GetItemState( nWhich, sal_True ) >= SFX_ITEM_AVAILABLE ) in Reset()
236 sal_uInt16 nScale = ((const SfxUInt16Item&)rCoreSet.Get(nWhich)).GetValue(); in Reset()
242 nWhich = GetWhich(SID_SCATTR_PAGE_SCALETO); in Reset()
243 if ( rCoreSet.GetItemState( nWhich, sal_True ) >= SFX_ITEM_AVAILABLE ) in Reset()
245 …const ScPageScaleToItem& rItem = static_cast< const ScPageScaleToItem& >( rCoreSet.Get( nWhich ) ); in Reset()
258 nWhich = GetWhich(SID_SCATTR_PAGE_SCALETOPAGES); in Reset()
259 if ( rCoreSet.GetItemState( nWhich, sal_True ) >= SFX_ITEM_AVAILABLE ) in Reset()
261 sal_uInt16 nPages = ((const SfxUInt16Item&)rCoreSet.Get(nWhich)).GetValue(); in Reset()
476 sal_Bool lcl_PutBoolItem( sal_uInt16 nWhich, in lcl_PutBoolItem() argument
483 && WAS_DEFAULT(nWhich,rOldSet) ); in lcl_PutBoolItem()
486 rCoreSet.ClearItem(nWhich); in lcl_PutBoolItem()
488 rCoreSet.Put( SfxBoolItem( nWhich, bIsChecked ) ); in lcl_PutBoolItem()
495 sal_Bool lcl_PutVObjModeItem( sal_uInt16 nWhich, in lcl_PutVObjModeItem() argument
502 && WAS_DEFAULT(nWhich,rOldSet) ); in lcl_PutVObjModeItem()
505 rCoreSet.ClearItem( nWhich ); in lcl_PutVObjModeItem()
508 rCoreSet.Put( ScViewObjectModeItem( nWhich, bIsChecked in lcl_PutVObjModeItem()
516 sal_Bool lcl_PutScaleItem( sal_uInt16 nWhich, in lcl_PutScaleItem() argument
527 !WAS_DEFAULT( nWhich, rOldSet ); in lcl_PutScaleItem()
530 rCoreSet.Put( SfxUInt16Item( nWhich, bIsSel ? nValue : 0 ) ); in lcl_PutScaleItem()
532 rCoreSet.ClearItem( nWhich ); in lcl_PutScaleItem()
538 sal_Bool lcl_PutScaleItem2( sal_uInt16 nWhich, in lcl_PutScaleItem2() argument
552 !WAS_DEFAULT( nWhich, rOldSet ); in lcl_PutScaleItem2()
562 rCoreSet.ClearItem( nWhich ); in lcl_PutScaleItem2()