Searched refs:SvxZoomDialog (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/toolkit/workben/layout/ |
| H A D | zoom.cxx | 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() [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() 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() [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 | 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()
|