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