Lines Matching refs:nBtnId
71 void SvxZoomDialog::SetFactor( sal_uInt16 nNewFactor, sal_uInt16 nBtnId ) in SetFactor() argument
75 if ( !nBtnId ) in SetFactor()
94 if ( ZOOMBTN_OPTIMAL == nBtnId ) in SetFactor()
99 else if ( ZOOMBTN_PAGEWIDTH == nBtnId ) in SetFactor()
104 else if ( ZOOMBTN_WHOLEPAGE == nBtnId ) in SetFactor()
114 void SvxZoomDialog::HideButton( sal_uInt16 nBtnId ) in HideButton() argument
116 switch ( nBtnId ) in HideButton()
243 sal_uInt16 nBtnId = 0; in SvxZoomDialog() local
248 nBtnId = ZOOMBTN_OPTIMAL; in SvxZoomDialog()
251 nBtnId = ZOOMBTN_PAGEWIDTH; in SvxZoomDialog()
254 nBtnId = ZOOMBTN_WHOLEPAGE; in SvxZoomDialog()
270 SetFactor( nZoom, nBtnId ); in SvxZoomDialog()