Lines Matching refs:nBtnId
142 void SvxZoomDialog::SetFactor( USHORT nNewFactor, USHORT nBtnId ) in SetFactor() argument
149 if ( !nBtnId ) in SetFactor()
168 if ( ZOOMBTN_OPTIMAL == nBtnId ) in SetFactor()
173 else if ( ZOOMBTN_PAGEWIDTH == nBtnId ) in SetFactor()
178 else if ( ZOOMBTN_WHOLEPAGE == nBtnId ) in SetFactor()
188 void SvxZoomDialog::SetButtonText( USHORT nBtnId, const String& rNewTxt ) in SetButtonText() argument
190 switch ( nBtnId ) in SetButtonText()
211 void SvxZoomDialog::HideButton( USHORT nBtnId ) in HideButton() argument
213 switch ( nBtnId ) in HideButton()
351 USHORT nBtnId = 0; in SvxZoomDialog() local
356 nBtnId = ZOOMBTN_OPTIMAL; in SvxZoomDialog()
359 nBtnId = ZOOMBTN_PAGEWIDTH; in SvxZoomDialog()
362 nBtnId = ZOOMBTN_WHOLEPAGE; in SvxZoomDialog()
378 SetFactor( nZoom, nBtnId ); in SvxZoomDialog()