Searched refs:nMinZoom (Results 1 – 2 of 2) sorted by relevance
43 SvxZoomSliderItem::SvxZoomSliderItem( sal_uInt16 nCurrentZoom, sal_uInt16 nMinZoom, sal_uInt16 nMax… in SvxZoomSliderItem() argument44 : SfxUInt16Item( _nWhich, nCurrentZoom ), mnMinZoom( nMinZoom ), mnMaxZoom( nMaxZoom ) in SvxZoomSliderItem()171 sal_Int32 nMinZoom( 0 ), nMaxZoom( 0 ); in PutValue() local187 bAllConverted &= ( aSeq[i].Value >>= nMinZoom ); in PutValue()201 mnMinZoom = sal::static_int_cast< sal_uInt16 >( nMinZoom ); in PutValue()
45 …SvxZoomSliderItem( sal_uInt16 nCurrentZoom = 100, sal_uInt16 nMinZoom = 20, sal_uInt16 nMaxZoom = …
Completed in 15 milliseconds