Lines Matching refs:SvxZoomDialog

61 sal_uInt16 SvxZoomDialog::GetFactor() const  in GetFactor()
73 void SvxZoomDialog::SetFactor( sal_uInt16 nNewFactor, sal_uInt16 nBtnId ) in SetFactor()
116 void SvxZoomDialog::HideButton( sal_uInt16 nBtnId ) in HideButton()
139 void SvxZoomDialog::SetLimits( sal_uInt16 nMin, sal_uInt16 nMax ) in SetLimits()
150 SvxZoomDialog::SvxZoomDialog( Window* pParent, const SfxItemSet& rCoreSet ) : in SvxZoomDialog() function in SvxZoomDialog
182 Link aLink = LINK( this, SvxZoomDialog, UserHdl ); in SvxZoomDialog()
189 Link aViewLayoutLink = LINK( this, SvxZoomDialog, ViewLayoutUserHdl ); in SvxZoomDialog()
194 Link aViewLayoutSpinLink = LINK( this, SvxZoomDialog, ViewLayoutSpinHdl ); in SvxZoomDialog()
197 Link aViewLayoutCheckLink = LINK( this, SvxZoomDialog, ViewLayoutCheckHdl ); in SvxZoomDialog()
200 aOKBtn.SetClickHdl( LINK( this, SvxZoomDialog, OKHdl ) ); in SvxZoomDialog()
201 aUserEdit.SetModifyHdl( LINK( this, SvxZoomDialog, SpinHdl ) ); in SvxZoomDialog()
332 SvxZoomDialog::~SvxZoomDialog() in ~SvxZoomDialog()
340 IMPL_LINK( SvxZoomDialog, UserHdl, RadioButton *, pBtn ) in IMPL_LINK() argument
356 IMPL_LINK( SvxZoomDialog, SpinHdl, MetricField *, EMPTYARG ) in IMPL_LINK() argument
366 IMPL_LINK( SvxZoomDialog, ViewLayoutUserHdl, RadioButton *, pBtn ) in IMPL_LINK() argument
398 IMPL_LINK( SvxZoomDialog, ViewLayoutSpinHdl, MetricField *, pEdt ) in IMPL_LINK() argument
418 IMPL_LINK( SvxZoomDialog, ViewLayoutCheckHdl, CheckBox *, pChk ) in IMPL_LINK() argument
430 IMPL_LINK( SvxZoomDialog, OKHdl, Button *, pBtn ) in IMPL_LINK() argument