Lines Matching refs:pItem
816 const SfxPoolItem* pItem; in Execute() local
818 … if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( FN_SHOW_BOOKVIEW, sal_False, &pItem ) ) in Execute()
820 bBookPreview = static_cast< const SfxBoolItem* >( pItem )->GetValue(); in Execute()
849 const SfxPoolItem* pItem; in Execute() local
882 if(SFX_ITEM_SET == pArgs->GetItemState(SID_ATTR_ZOOM, sal_True, &pItem)) in Execute()
884 eType = ((const SvxZoomItem *)pItem)->GetType(); in Execute()
885 nZoomFactor = ((const SvxZoomItem *)pItem)->GetValue(); in Execute()
887 else if(SFX_ITEM_SET == pArgs->GetItemState(FN_PREVIEW_ZOOM, sal_True, &pItem)) in Execute()
888 nZoomFactor = ((const SfxUInt16Item *)pItem)->GetValue(); in Execute()
898 const SfxPoolItem* pItem; in Execute() local
900 … if ( pArgs && SFX_ITEM_SET == pArgs->GetItemState(SID_ATTR_ZOOMSLIDER, sal_True, &pItem ) ) in Execute()
902 const sal_uInt16 nCurrentZoom = ((const SvxZoomSliderItem *)pItem)->GetValue(); in Execute()
1179 const SfxPoolItem* pItem; in GetState() local
1183 sal_False, &pItem )) in GetState()
1186 sal_False, &pItem )) in GetState()
1188 ((SfxPoolItem*)pItem)->SetWhich( FN_PRINT_PAGEPREVIEW ); in GetState()
1189 rSet.Put( *pItem ); in GetState()