Lines Matching refs:nBtnId
73 void SvxZoomDialog::SetFactor( sal_uInt16 nNewFactor, sal_uInt16 nBtnId ) in SetFactor() argument
77 if ( !nBtnId ) in SetFactor()
96 if ( ZOOMBTN_OPTIMAL == nBtnId ) in SetFactor()
101 else if ( ZOOMBTN_PAGEWIDTH == nBtnId ) in SetFactor()
106 else if ( ZOOMBTN_WHOLEPAGE == nBtnId ) in SetFactor()
116 void SvxZoomDialog::HideButton( sal_uInt16 nBtnId ) in HideButton() argument
118 switch ( nBtnId ) in HideButton()
245 sal_uInt16 nBtnId = 0; in SvxZoomDialog() local
250 nBtnId = ZOOMBTN_OPTIMAL; in SvxZoomDialog()
253 nBtnId = ZOOMBTN_PAGEWIDTH; in SvxZoomDialog()
256 nBtnId = ZOOMBTN_WHOLEPAGE; in SvxZoomDialog()
272 SetFactor( nZoom, nBtnId ); in SvxZoomDialog()