Searched refs:SvxZoomDialog (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/toolkit/workben/layout/ |
H A D | zoom.cxx | 130 USHORT SvxZoomDialog::GetFactor() const in GetFactor() 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() 439 SvxZoomDialog::~SvxZoomDialog() in ~SvxZoomDialog() 447 USHORT* SvxZoomDialog::GetRanges() in GetRanges() 454 IMPL_LINK( SvxZoomDialog, UserHdl, RadioButton *, pBtn ) in IMPL_LINK() argument [all …]
|
H A D | zoom.hxx | 58 class SvxZoomDialog : public SfxModalDialog class 98 SvxZoomDialog( Window* pParent ); 100 SvxZoomDialog( Window* pParent, const SfxItemSet& rCoreSet ); 102 ~SvxZoomDialog();
|
H A D | test.cxx | 300 SvxZoomDialog zoom( 0 ); in TestDialog()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | zoom.cxx | 61 sal_uInt16 SvxZoomDialog::GetFactor() const in GetFactor() 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() 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 [all …]
|
/aoo41x/main/cui/source/inc/ |
H A D | zoom.hxx | 58 class SvxZoomDialog : public SfxModalDialog class 95 SvxZoomDialog( Window* pParent, const SfxItemSet& rCoreSet ); 96 ~SvxZoomDialog();
|
/aoo41x/main/toolkit/doc/layout/ |
H A D | TODO | 41 …412: Error: Formal argument 1 of type layout::RadioButton* in call to SvxZoomDialog::UserHdl(layou… 43 …431: Error: Formal argument 1 of type layout::MetricField* in call to SvxZoomDialog::SpinHdl(layou… 45 …line 441: Error: Formal argument 1 of type layout::Button* in call to SvxZoomDialog::OKHdl(layout:… 49 …( ( layout :: layout :: RadioButton * ) pCaller ) ; } long SvxZoomDialog :: UserHdl ( layout :: Ra… 51 fprintf ( ( & __iob [ 2 ] ) , "SvxZoomDialog::UserHdl\n" ) ;
|
H A D | apinotes.txt | 23 SvxZoomDialog::SvxZoomDialog( Window* pParent, const SfxItemSet& rCoreSet ) :
|
H A D | ChangeLog | 1049 * : Add FixedLine member to SvxZoomDialog.
|
/aoo41x/main/cui/source/factory/ |
H A D | dlgfact.hxx | 38 class SvxZoomDialog; 210 class SvxZoomDialog; 213 DECL_ABSTDLG_BASE(AbstractSvxZoomDialog_Impl,SvxZoomDialog)
|
H A D | dlgfact.cxx | 1179 SvxZoomDialog* pDlg = new SvxZoomDialog( pParent, rCoreSet); in CreateSvxZoomDialog()
|
Completed in 108 milliseconds