Home
last modified time | relevance | path

Searched refs:nMaxZoom (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/items/
H A Dzoomslideritem.cxx43 …oomSliderItem( sal_uInt16 nCurrentZoom, sal_uInt16 nMinZoom, sal_uInt16 nMaxZoom, sal_uInt16 _nWhi… in SvxZoomSliderItem() argument
44 : SfxUInt16Item( _nWhich, nCurrentZoom ), mnMinZoom( nMinZoom ), mnMaxZoom( nMaxZoom ) in SvxZoomSliderItem()
171 sal_Int32 nMinZoom( 0 ), nMaxZoom( 0 ); in PutValue() local
192 bAllConverted &= ( aSeq[i].Value >>= nMaxZoom ); in PutValue()
202 mnMaxZoom = sal::static_int_cast< sal_uInt16 >( nMaxZoom ); in PutValue()
/trunk/main/svx/inc/svx/
H A Dzoomslideritem.hxx45 …SvxZoomSliderItem( sal_uInt16 nCurrentZoom = 100, sal_uInt16 nMinZoom = 20, sal_uInt16 nMaxZoom = …

Completed in 22 milliseconds