Lines Matching refs:SvxZoomDialog

130 USHORT SvxZoomDialog::GetFactor() const  in GetFactor()
142 void SvxZoomDialog::SetFactor( USHORT nNewFactor, USHORT nBtnId ) in SetFactor()
188 void SvxZoomDialog::SetButtonText( USHORT nBtnId, const String& rNewTxt ) in SetButtonText()
211 void SvxZoomDialog::HideButton( USHORT nBtnId ) in HideButton()
234 void SvxZoomDialog::SetLimits( USHORT nMin, USHORT nMax ) in SetLimits()
245 void SvxZoomDialog::SetSpinSize( USHORT nNewSpin ) in SetSpinSize()
253 SvxZoomDialog::SvxZoomDialog( Window* pParent ) : in SvxZoomDialog() function in SvxZoomDialog
255 SvxZoomDialog::SvxZoomDialog( Window* pParent, const SfxItemSet& rCoreSet ) : in SvxZoomDialog()
290 Link aLink = LINK( this, SvxZoomDialog, UserHdl ); in SvxZoomDialog()
297 Link aViewLayoutLink = LINK( this, SvxZoomDialog, ViewLayoutUserHdl ); in SvxZoomDialog()
302 Link aViewLayoutSpinLink = LINK( this, SvxZoomDialog, ViewLayoutSpinHdl ); in SvxZoomDialog()
305 Link aViewLayoutCheckLink = LINK( this, SvxZoomDialog, ViewLayoutCheckHdl ); in SvxZoomDialog()
308 aOKBtn.SetClickHdl( LINK( this, SvxZoomDialog, OKHdl ) ); in SvxZoomDialog()
309 aUserEdit.SetModifyHdl( LINK( this, SvxZoomDialog, SpinHdl ) ); in SvxZoomDialog()
439 SvxZoomDialog::~SvxZoomDialog() in ~SvxZoomDialog()
447 USHORT* SvxZoomDialog::GetRanges() in GetRanges()
454 IMPL_LINK( SvxZoomDialog, UserHdl, RadioButton *, pBtn ) in IMPL_LINK() argument
473 IMPL_LINK( SvxZoomDialog, SpinHdl, MetricField *, EMPTYARG ) in IMPL_LINK() argument
483 IMPL_LINK( SvxZoomDialog, ViewLayoutUserHdl, RadioButton *, pBtn ) in IMPL_LINK() argument
515 IMPL_LINK( SvxZoomDialog, ViewLayoutSpinHdl, MetricField *, pEdt ) in IMPL_LINK() argument
535 IMPL_LINK( SvxZoomDialog, ViewLayoutCheckHdl, CheckBox *, pChk ) in IMPL_LINK() argument
547 IMPL_LINK( SvxZoomDialog, OKHdl, Button *, pBtn ) in IMPL_LINK() argument