Lines Matching refs:SvxZoomDialog

59 sal_uInt16 SvxZoomDialog::GetFactor() const  in GetFactor()
71 void SvxZoomDialog::SetFactor( sal_uInt16 nNewFactor, sal_uInt16 nBtnId ) in SetFactor()
114 void SvxZoomDialog::HideButton( sal_uInt16 nBtnId ) in HideButton()
137 void SvxZoomDialog::SetLimits( sal_uInt16 nMin, sal_uInt16 nMax ) in SetLimits()
148 SvxZoomDialog::SvxZoomDialog( Window* pParent, const SfxItemSet& rCoreSet ) : in SvxZoomDialog() function in SvxZoomDialog
180 Link aLink = LINK( this, SvxZoomDialog, UserHdl ); in SvxZoomDialog()
187 Link aViewLayoutLink = LINK( this, SvxZoomDialog, ViewLayoutUserHdl ); in SvxZoomDialog()
192 Link aViewLayoutSpinLink = LINK( this, SvxZoomDialog, ViewLayoutSpinHdl ); in SvxZoomDialog()
195 Link aViewLayoutCheckLink = LINK( this, SvxZoomDialog, ViewLayoutCheckHdl ); in SvxZoomDialog()
198 aOKBtn.SetClickHdl( LINK( this, SvxZoomDialog, OKHdl ) ); in SvxZoomDialog()
199 aUserEdit.SetModifyHdl( LINK( this, SvxZoomDialog, SpinHdl ) ); in SvxZoomDialog()
330 SvxZoomDialog::~SvxZoomDialog() in ~SvxZoomDialog()
338 IMPL_LINK( SvxZoomDialog, UserHdl, RadioButton *, pBtn ) in IMPL_LINK() argument
354 IMPL_LINK( SvxZoomDialog, SpinHdl, MetricField *, EMPTYARG ) in IMPL_LINK() argument
364 IMPL_LINK( SvxZoomDialog, ViewLayoutUserHdl, RadioButton *, pBtn ) in IMPL_LINK() argument
396 IMPL_LINK( SvxZoomDialog, ViewLayoutSpinHdl, MetricField *, pEdt ) in IMPL_LINK() argument
416 IMPL_LINK( SvxZoomDialog, ViewLayoutCheckHdl, CheckBox *, pChk ) in IMPL_LINK() argument
428 IMPL_LINK( SvxZoomDialog, OKHdl, Button *, pBtn ) in IMPL_LINK() argument